aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry2012-08-011-2/+2
* i965: Fix typo in shader channel select field name.Kenneth Graunke2012-07-271-12/+12
* i965: Set width, height, and tiling properly for null render targets.Paul Berry2012-07-241-0/+29
* i965/blorp: Configure SURFACE_STATE correctly for IMS surfaces.Paul Berry2012-07-201-3/+8
* i965/msaa: Set SURFACE_STATE properly when CMS MSAA is in use.Paul Berry2012-07-111-0/+45
* i965/msaa: Add an enum to describe MSAA layout.Paul Berry2012-07-111-2/+2
* intel: Add offset field to miptreeKristian Høgsberg2012-07-111-2/+3
* i965/msaa: Validate Gen7 surface state constraints.Paul Berry2012-05-251-0/+99
* i965/msaa: Properly handle sliced layout for Gen7.Paul Berry2012-05-251-0/+10
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-0/+16
* i965: Expose surface setup internals for use by blits.Paul Berry2012-05-151-1/+1
* i965: Add a comment about the state flag for sRGBEnabled.Eric Anholt2012-05-041-2/+5
* i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt2012-04-091-0/+62
* i965/gen7: Fix the /* ignored */ comment on constant surface setup.Eric Anholt2012-04-091-1/+1
* i965: Set "Shader Channel Select" fields in Haswell's SURFACE_STATE.Kenneth Graunke2012-03-301-0/+21
* i965: Rename the original binding table to mention that it's the WM now.Eric Anholt2012-02-211-5/+5
* intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2012-01-271-1/+1
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-241-6/+7
* i965/gen7: Set up surface horizontal alignment field.Eric Anholt2012-01-181-1/+4
* i965/gen7: Remove stale comment.Eric Anholt2012-01-181-1/+0
* i965: Set pitch of pull constant buffers to 16.Paul Berry2012-01-121-1/+1
* i965: Use the miptree format for texture surface format choice.Eric Anholt2011-12-191-1/+1
* i965: Set Ivybridge's is_array SURFACE_STATE bit.Kenneth Graunke2011-12-071-1/+2
* i965: Set SURFACE_STATE vertical alignment bit on Ivybridge.Kenneth Graunke2011-12-061-0/+7
* i965: Use the surface format table to determine render target supportedness.Eric Anholt2011-11-221-19/+6
* intel: Add the context to the render_target_supported() vtbl method.Eric Anholt2011-11-221-1/+1
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-211-1/+1
* i965: Use a single binding table for all pipeline stages.Kenneth Graunke2011-11-101-5/+5
* i965: Use new vtable entries for surface state updating functions.Kenneth Graunke2011-11-101-109/+0
* i965: Add new vtable entries for surface state updating functions.Kenneth Graunke2011-11-101-0/+12
* i965/gen7: Fold WM surface state prepare()/emit() together.Eric Anholt2011-10-291-38/+18
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-291-10/+0
* i965: remove unneeded includes of texstore.hBrian Paul2011-10-031-1/+0