index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
gen7_wm_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Make the fragment shader pull constants index by dwords, not vec4s.
Eric Anholt
2013-04-01
1
-2
/
+3
*
i965: Make the constant surface interface take a normal byte size.
Eric Anholt
2013-04-01
1
-3
/
+5
*
i965: Make INTEL_DEBUG=shader_time use the RAW surface format.
Kenneth Graunke
2013-03-14
1
-3
/
+2
*
i965: Specialize SURFACE_STATE creation for shader time.
Kenneth Graunke
2013-03-14
1
-0
/
+41
*
i965: Support multisampling in surface_state for textures
Chris Forbes
2013-03-02
1
-4
/
+5
*
i965/gen4: Work around missing sRGB RGB DXT1 support.
Eric Anholt
2013-02-13
1
-1
/
+2
*
i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18
Eric Anholt
2013-02-04
1
-1
/
+2
*
i965: Account for offsets when updating SURFACE_STATE.
Abdiel Janulgue
2013-02-01
1
-1
/
+10
*
i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.
Kenneth Graunke
2013-01-25
1
-3
/
+2
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-4
/
+3
*
i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.
Kenneth Graunke
2013-01-03
1
-203
/
+166
*
i965: Add various plumbing for cubemap arrays
Chris Forbes
2012-12-14
1
-1
/
+2
*
intel: Mark some file-local code as static.
Eric Anholt
2012-09-27
1
-1
/
+1
*
i965: Do texture swizzling in hardware on Haswell.
Kenneth Graunke
2012-09-26
1
-4
/
+41
*
i965: Un-hardcode WM binding table from update_texture_surface.
Kenneth Graunke
2012-08-25
1
-9
/
+13
*
i965: Add an offset argument to constant buffer setup.
Eric Anholt
2012-08-07
1
-2
/
+3
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-1
/
+1
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-2
/
+2
*
i965: Fix typo in shader channel select field name.
Kenneth Graunke
2012-07-27
1
-12
/
+12
*
i965: Set width, height, and tiling properly for null render targets.
Paul Berry
2012-07-24
1
-0
/
+29
*
i965/blorp: Configure SURFACE_STATE correctly for IMS surfaces.
Paul Berry
2012-07-20
1
-3
/
+8
*
i965/msaa: Set SURFACE_STATE properly when CMS MSAA is in use.
Paul Berry
2012-07-11
1
-0
/
+45
*
i965/msaa: Add an enum to describe MSAA layout.
Paul Berry
2012-07-11
1
-2
/
+2
*
intel: Add offset field to miptree
Kristian Høgsberg
2012-07-11
1
-2
/
+3
*
i965/msaa: Validate Gen7 surface state constraints.
Paul Berry
2012-05-25
1
-0
/
+99
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
1
-0
/
+10
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-0
/
+16
*
i965: Expose surface setup internals for use by blits.
Paul Berry
2012-05-15
1
-1
/
+1
*
i965: Add a comment about the state flag for sRGBEnabled.
Eric Anholt
2012-05-04
1
-2
/
+5
*
i965: Add support for sampling texture buffer objects on gen7+.
Eric Anholt
2012-04-09
1
-0
/
+62
*
i965/gen7: Fix the /* ignored */ comment on constant surface setup.
Eric Anholt
2012-04-09
1
-1
/
+1
*
i965: Set "Shader Channel Select" fields in Haswell's SURFACE_STATE.
Kenneth Graunke
2012-03-30
1
-0
/
+21
*
i965: Rename the original binding table to mention that it's the WM now.
Eric Anholt
2012-02-21
1
-5
/
+5
*
intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
Eric Anholt
2012-01-27
1
-1
/
+1
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
1
-6
/
+7
*
i965/gen7: Set up surface horizontal alignment field.
Eric Anholt
2012-01-18
1
-1
/
+4
*
i965/gen7: Remove stale comment.
Eric Anholt
2012-01-18
1
-1
/
+0
*
i965: Set pitch of pull constant buffers to 16.
Paul Berry
2012-01-12
1
-1
/
+1
*
i965: Use the miptree format for texture surface format choice.
Eric Anholt
2011-12-19
1
-1
/
+1
*
i965: Set Ivybridge's is_array SURFACE_STATE bit.
Kenneth Graunke
2011-12-07
1
-1
/
+2
*
i965: Set SURFACE_STATE vertical alignment bit on Ivybridge.
Kenneth Graunke
2011-12-06
1
-0
/
+7
*
i965: Use the surface format table to determine render target supportedness.
Eric Anholt
2011-11-22
1
-19
/
+6
*
intel: Add the context to the render_target_supported() vtbl method.
Eric Anholt
2011-11-22
1
-1
/
+1
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-1
/
+1
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
1
-5
/
+5
*
i965: Use new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
1
-109
/
+0
*
i965: Add new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
1
-0
/
+12
*
i965/gen7: Fold WM surface state prepare()/emit() together.
Eric Anholt
2011-10-29
1
-38
/
+18
*
i965: Remove the validated BO list, now that it's unused.
Eric Anholt
2011-10-29
1
-10
/
+0
*
i965: remove unneeded includes of texstore.h
Brian Paul
2011-10-03
1
-1
/
+0
[next]