summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2014-06-06i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke1-10/+21
2014-05-30i915: add a missing NULL pointer checkLubomir Rintel1-1/+1
2014-05-30i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov1-1/+1
2014-05-29i965: Fix repeated usage of rectangle texture coordinate scaling.Kenneth Graunke1-7/+20
2014-05-29i965/meta: Store stencil texturing modeTopi Pohjolainen1-0/+1
2014-05-29Revert "i965: Don't make instructions with a null dest a barrier to scheduling."Matt Turner1-8/+4
2014-05-29Revert "i965/fs: Simplify interference scan in register coalescing."Matt Turner1-9/+13
2014-05-29Revert "i965/fs: Give up in interference check if we see a WHILE."Matt Turner1-1/+1
2014-05-29Revert "i965/fs: Reduce restrictions on interference in register coalescing."Matt Turner1-0/+13
2014-05-29Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"Matt Turner1-4/+7
2014-05-29Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"Matt Turner1-6/+10
2014-05-23i965: Properly return *RESET* status in glGetGraphicsResetStatusARBPavel Popov1-5/+13
2014-05-23i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.Kenneth Graunke2-2/+3
2014-05-23i965: Use WE_all for FB write header setup on Broadwell.Kenneth Graunke1-6/+7
2014-05-23meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke4-10/+16
2014-05-23i965/fbo: Only try stencil meta blits on gen >= 8Topi Pohjolainen1-2/+4
2014-05-23mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell.Kenneth Graunke1-1/+2
2014-05-16i965/fb: Use meta path for stencil up/downsamplingTopi Pohjolainen1-1/+8
2014-05-16i965/meta: Stencil blit for miptree updownsamplingTopi Pohjolainen2-0/+38
2014-05-16i965/fb: Use meta path for stencil blitsTopi Pohjolainen1-0/+9
2014-05-16i965/meta: Stencil blitsTopi Pohjolainen3-0/+497
2014-05-16i965: Extend brw_get_rb_for_first_slice() for specified level/layerTopi Pohjolainen2-7/+29
2014-05-16i965/gen8: Surface state overriding for stencilTopi Pohjolainen1-13/+21
2014-05-16i965/wm: Surface state overrides for configuring w-tiled as y-tiledTopi Pohjolainen2-0/+30
2014-05-16i965 meta up/downsample: Fix renderbuffer _BaseFormatJordan Justen1-1/+2
2014-05-16i965/blorp: Expose coordinate scissoring and mirroringTopi Pohjolainen4-118/+213
2014-05-16i965/gen8: Use helper variables for surface parametersTopi Pohjolainen1-4/+8
2014-05-14i965/gen8: Set depth extent fieldJordan Justen1-1/+1
2014-05-14i965/gen8 depth: Set depth size based on LOD0 for 3D texturesJordan Justen1-2/+2
2014-05-14i965/gen7 depth: Set depth size based on LOD0 for 3D texturesJordan Justen1-2/+2
2014-05-14i965/gen8 renderbuffer: Set depth size based on LOD0 for 3D texturesJordan Justen1-1/+1
2014-05-14i965/gen7 renderbuffer: Set depth size based on LOD0 for 3D texturesJordan Justen1-1/+1
2014-05-14i965/Gen8: Set up layer constraints properly for depth buffersChris Forbes1-9/+6
2014-05-14i965/Gen7: Set up layer constraints properly for depth buffersChris Forbes1-9/+6
2014-05-14i965/Gen8: Set up layer constraints properly for renderbuffersChris Forbes1-10/+5
2014-05-14i965/Gen7: Set up layer constraints properly for renderbuffersChris Forbes1-10/+7
2014-05-09i965: Fix GPU hangs on Broadwell in shaders with some control flow.Kenneth Graunke1-7/+7
2014-05-08i965: Enable GL_ARB_texture_view on Broadwell.Kenneth Graunke2-12/+21
2014-05-07i965: Always intel_prepare_render() after invalidating front buffers.Kenneth Graunke1-0/+2
2014-05-05i965: Set miptree target field when creating from a BO.Kenneth Graunke1-0/+1
2014-05-02i965: Move push constant state packets to push constant update time.Eric Anholt8-46/+42
2014-05-02i965: Merge gen8_upload_constant_state into gen7_upload_constant_state.Eric Anholt5-34/+16
2014-05-02i965: Refactor gen7_upload_constant_state to look more like gen8.Eric Anholt1-25/+15
2014-05-02i965: Drop unnecessary state flag for units on NEW_BINDING_TABLE.Eric Anholt6-6/+0
2014-05-02i965/gen7+: Move sampler state packets to the stage sampler state table update.Eric Anholt9-44/+24
2014-05-02i965/gen6: Don't update unit state when samplers change.Eric Anholt2-3/+2
2014-05-02i965: Drop a NEW_SAMPLER annotation for use of sampler_count.Eric Anholt3-3/+0
2014-05-02i965: Simplify sampler setup by passing the stage state.Eric Anholt3-29/+13
2014-05-02i965: Make batch dumping go to stderr, too.Eric Anholt1-0/+1
2014-05-02i965: Fix a stale comment referenceEric Anholt1-1/+1