summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Make try_constant_propagate() static.Matt Turner2014-07-172-3/+2
* i965/fs: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-07-171-2/+4
* i965/vec4: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-07-171-2/+6
* i965/vec4: Don't return void from a void function.Matt Turner2014-07-171-4/+4
* i965: Don't copy propagate abs into Broadwell logic instructions.Kenneth Graunke2014-07-172-12/+6
* i965/vec4: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue2014-07-171-0/+17
* i965/fs: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue2014-07-171-0/+17
* i965/fs: Refactor check for potential copy propagated instructions.Abdiel Janulgue2014-07-171-10/+17
* i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications.Kenneth Graunke2014-07-031-1/+1
* i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.Kenneth Graunke2014-07-032-8/+15
* i965: Save meta stencil blit programs in the context.Kenneth Graunke2014-06-232-8/+13
* i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.Kenneth Graunke2014-06-231-4/+16
* i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke2014-06-231-8/+8
* i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke2014-06-231-2/+2
* i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2014-06-232-4/+0
* i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke2014-06-231-3/+1
* i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke2014-06-231-1/+2
* i965: Set the fast clear color value for texture surfacesNeil Roberts2014-06-232-2/+6
* i965: Invalidate live intervals when inserting Gen4 SEND workarounds.Kenneth Graunke2014-06-231-0/+6
* i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.Kenneth Graunke2014-06-231-1/+1
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-063-4/+13
* i965: Pass brw to translate_wrap_mode().Kenneth Graunke2014-06-063-8/+9
* i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke2014-06-061-10/+21
* i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov2014-05-301-1/+1
* i965: Fix repeated usage of rectangle texture coordinate scaling.Kenneth Graunke2014-05-291-7/+20
* i965/meta: Store stencil texturing modeTopi Pohjolainen2014-05-291-0/+1
* Revert "i965: Don't make instructions with a null dest a barrier to scheduling."Matt Turner2014-05-291-8/+4
* Revert "i965/fs: Simplify interference scan in register coalescing."Matt Turner2014-05-291-9/+13
* Revert "i965/fs: Give up in interference check if we see a WHILE."Matt Turner2014-05-291-1/+1
* Revert "i965/fs: Reduce restrictions on interference in register coalescing."Matt Turner2014-05-291-0/+13
* Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"Matt Turner2014-05-291-4/+7
* Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"Matt Turner2014-05-291-6/+10
* i965: Properly return *RESET* status in glGetGraphicsResetStatusARBPavel Popov2014-05-231-5/+13
* i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.Kenneth Graunke2014-05-232-2/+3
* i965: Use WE_all for FB write header setup on Broadwell.Kenneth Graunke2014-05-231-6/+7
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-231-4/+10
* i965/fbo: Only try stencil meta blits on gen >= 8Topi Pohjolainen2014-05-231-2/+4
* mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell.Kenneth Graunke2014-05-231-1/+2
* i965/fb: Use meta path for stencil up/downsamplingTopi Pohjolainen2014-05-161-1/+8
* i965/meta: Stencil blit for miptree updownsamplingTopi Pohjolainen2014-05-162-0/+38
* i965/fb: Use meta path for stencil blitsTopi Pohjolainen2014-05-161-0/+9
* i965/meta: Stencil blitsTopi Pohjolainen2014-05-163-0/+497
* i965: Extend brw_get_rb_for_first_slice() for specified level/layerTopi Pohjolainen2014-05-162-7/+29
* i965/gen8: Surface state overriding for stencilTopi Pohjolainen2014-05-161-13/+21
* i965/wm: Surface state overrides for configuring w-tiled as y-tiledTopi Pohjolainen2014-05-162-0/+30
* i965 meta up/downsample: Fix renderbuffer _BaseFormatJordan Justen2014-05-161-1/+2
* i965/blorp: Expose coordinate scissoring and mirroringTopi Pohjolainen2014-05-164-118/+213
* i965/gen8: Use helper variables for surface parametersTopi Pohjolainen2014-05-161-4/+8
* i965/gen8: Set depth extent fieldJordan Justen2014-05-141-1/+1
* i965/gen8 depth: Set depth size based on LOD0 for 3D texturesJordan Justen2014-05-141-2/+2