summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-18i965/hsw: Change L3 MOCS of SURFACE_STATChad Versace1-1/+5
2013-07-15i965: Cite the Ivybridge PRM for multisample surface format notes.Kenneth Graunke1-13/+9
2013-07-15i965: Delete "the data cache is the sampler cache" comments on Gen7+.Kenneth Graunke1-12/+0
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-8/+2
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-3/+3
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-6/+6
2013-07-09i965: Move intel_context::vtbl to brw_context.Kenneth Graunke1-6/+4
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+2
2013-06-26i965: Stop recomputing the miptree's size from the texture image.Eric Anholt1-7/+4
2013-06-26i965: Drop unused argument to translate_tex_format().Eric Anholt1-1/+0
2013-06-18gen7: fix GPU hang on WebGL texture-size testJordan Justen1-1/+1
2013-06-12i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry1-4/+6
2013-06-12i965/gen7+: Set up MCS in SURFACE_STATE whenever MCS is present.Paul Berry1-1/+1
2013-06-12i965/gen7+: Create an enum for keeping track of fast color clear state.Paul Berry1-0/+2
2013-06-02i965 gen7: use SURFACE_STATE fields to select render level/layerJordan Justen1-18/+44
2013-06-02intel: add layered parameter to update_renderbuffer_surfaceJordan Justen1-0/+3
2013-05-28intel: Rename intel_renderbuffer_tile_offsets.Eric Anholt1-1/+1
2013-05-28intel: Make intel_miptree_get_tile_offsets return a page offset.Eric Anholt1-3/+4
2013-04-30mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt1-21/+8
2013-04-24i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFERChia-I Wu1-6/+10
2013-04-01i965: Make the fragment shader pull constants index by dwords, not vec4s.Eric Anholt1-2/+3
2013-04-01i965: Make the constant surface interface take a normal byte size.Eric Anholt1-3/+5
2013-03-14i965: Make INTEL_DEBUG=shader_time use the RAW surface format.Kenneth Graunke1-3/+2
2013-03-14i965: Specialize SURFACE_STATE creation for shader time.Kenneth Graunke1-0/+41
2013-03-02i965: Support multisampling in surface_state for texturesChris Forbes1-4/+5
2013-02-13i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt1-1/+2
2013-02-04i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18Eric Anholt1-1/+2
2013-02-01i965: Account for offsets when updating SURFACE_STATE.Abdiel Janulgue1-1/+10
2013-01-25i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.Kenneth Graunke1-3/+2
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-4/+3
2013-01-03i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.Kenneth Graunke1-203/+166
2012-12-14i965: Add various plumbing for cubemap arraysChris Forbes1-1/+2
2012-09-27intel: Mark some file-local code as static.Eric Anholt1-1/+1
2012-09-26i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke1-4/+41
2012-08-25i965: Un-hardcode WM binding table from update_texture_surface.Kenneth Graunke1-9/+13
2012-08-07i965: Add an offset argument to constant buffer setup.Eric Anholt1-2/+3
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-1/+1
2012-08-01i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry1-2/+2
2012-07-27i965: Fix typo in shader channel select field name.Kenneth Graunke1-12/+12
2012-07-24i965: Set width, height, and tiling properly for null render targets.Paul Berry1-0/+29
2012-07-20i965/blorp: Configure SURFACE_STATE correctly for IMS surfaces.Paul Berry1-3/+8
2012-07-11i965/msaa: Set SURFACE_STATE properly when CMS MSAA is in use.Paul Berry1-0/+45
2012-07-11i965/msaa: Add an enum to describe MSAA layout.Paul Berry1-2/+2
2012-07-11intel: Add offset field to miptreeKristian Høgsberg1-2/+3
2012-05-25i965/msaa: Validate Gen7 surface state constraints.Paul Berry1-0/+99
2012-05-25i965/msaa: Properly handle sliced layout for Gen7.Paul Berry1-0/+10
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-0/+16
2012-05-15i965: Expose surface setup internals for use by blits.Paul Berry1-1/+1
2012-05-04i965: Add a comment about the state flag for sRGBEnabled.Eric Anholt1-2/+5
2012-04-09i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt1-0/+62