summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-151-2/+5
* i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.Chris Forbes2013-10-031-6/+8
* i965: Emit a second set of SURFACE_STATE for gather4 from textures.Chris Forbes2013-10-031-1/+5
* i965: Totally switch around how we handle nonzero baselevel-first_level.Eric Anholt2013-09-301-1/+3
* i965: Always look up from the object's mt when setting up texturing state.Eric Anholt2013-09-301-2/+1
* i965/gen7.5: Fix missing Shader Channel Select entries on HaswellAbdiel Janulgue2013-09-211-0/+7
* i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.Kenneth Graunke2013-09-191-86/+60
* i965: Fix off by one errors in texture buffer size calculations.Kenneth Graunke2013-09-191-1/+1
* i965: Use brw_stage_state for WM data as well.Kenneth Graunke2013-09-131-4/+4
* i965: Modify signature to update_texture_surface functions.Paul Berry2013-08-311-9/+7
* i965/gen7: Use the base_level field of the sampler to handle GL's BASE_LEVEL.Eric Anholt2013-08-301-11/+3
* i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)Ville Syrjälä2013-08-211-3/+2
* i965: Use SURF_INDEX_DRAW() for drawbuffer binding table indices.Kenneth Graunke2013-08-191-6/+8
* i965/hsw: Change L3 MOCS of SURFACE_STATChad Versace2013-07-181-1/+5
* i965: Cite the Ivybridge PRM for multisample surface format notes.Kenneth Graunke2013-07-151-13/+9
* i965: Delete "the data cache is the sampler cache" comments on Gen7+.Kenneth Graunke2013-07-151-12/+0
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-8/+2
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-3/+3
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-6/+6
* i965: Move intel_context::vtbl to brw_context.Kenneth Graunke2013-07-091-6/+4
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+2
* i965: Stop recomputing the miptree's size from the texture image.Eric Anholt2013-06-261-7/+4
* i965: Drop unused argument to translate_tex_format().Eric Anholt2013-06-261-1/+0
* gen7: fix GPU hang on WebGL texture-size testJordan Justen2013-06-181-1/+1
* i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry2013-06-121-4/+6
* i965/gen7+: Set up MCS in SURFACE_STATE whenever MCS is present.Paul Berry2013-06-121-1/+1
* i965/gen7+: Create an enum for keeping track of fast color clear state.Paul Berry2013-06-121-0/+2
* i965 gen7: use SURFACE_STATE fields to select render level/layerJordan Justen2013-06-021-18/+44
* intel: add layered parameter to update_renderbuffer_surfaceJordan Justen2013-06-021-0/+3
* intel: Rename intel_renderbuffer_tile_offsets.Eric Anholt2013-05-281-1/+1
* intel: Make intel_miptree_get_tile_offsets return a page offset.Eric Anholt2013-05-281-3/+4
* mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt2013-04-301-21/+8
* i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFERChia-I Wu2013-04-241-6/+10
* i965: Make the fragment shader pull constants index by dwords, not vec4s.Eric Anholt2013-04-011-2/+3
* i965: Make the constant surface interface take a normal byte size.Eric Anholt2013-04-011-3/+5
* i965: Make INTEL_DEBUG=shader_time use the RAW surface format.Kenneth Graunke2013-03-141-3/+2
* i965: Specialize SURFACE_STATE creation for shader time.Kenneth Graunke2013-03-141-0/+41
* i965: Support multisampling in surface_state for texturesChris Forbes2013-03-021-4/+5
* i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt2013-02-131-1/+2
* i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18Eric Anholt2013-02-041-1/+2
* i965: Account for offsets when updating SURFACE_STATE.Abdiel Janulgue2013-02-011-1/+10
* i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.Kenneth Graunke2013-01-251-3/+2
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-4/+3
* i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.Kenneth Graunke2013-01-031-203/+166
* i965: Add various plumbing for cubemap arraysChris Forbes2012-12-141-1/+2
* intel: Mark some file-local code as static.Eric Anholt2012-09-271-1/+1
* i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke2012-09-261-4/+41
* i965: Un-hardcode WM binding table from update_texture_surface.Kenneth Graunke2012-08-251-9/+13
* i965: Add an offset argument to constant buffer setup.Eric Anholt2012-08-071-2/+3
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-1/+1