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
/
brw_misc_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.
Eric Anholt
2012-10-16
1
-61
/
+126
*
i965: Share the draw x/y offset masking code between main/blorp and all gens.
Eric Anholt
2012-10-16
1
-41
/
+70
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-12
1
-2
/
+3
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-12
1
-3
/
+3
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
1
-2
/
+4
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-25
/
+8
*
i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
1
-0
/
+36
*
i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
2012-05-07
1
-8
/
+88
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-9
/
+9
*
i965: Stop lying about cpp and height of a stencil buffer.
Paul Berry
2012-04-10
1
-5
/
+6
*
i965: Fix Gen6+ dynamic state upper bound on older kernels.
Kenneth Graunke
2012-02-29
1
-2
/
+1
*
i965: Rename the original binding table to mention that it's the WM now.
Eric Anholt
2012-02-21
1
-2
/
+2
*
i965: Split the gen6 GS binding table to a separate table.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-2
/
+2
*
i965: Fix border color on Ironlake.
Kenneth Graunke
2012-02-10
1
-1
/
+1
*
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-4
/
+4
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
1
-3
/
+3
*
i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
2012-01-23
1
-1
/
+7
*
i965/gen5: Fix rendering of depth buffers without stencil [v2]
Chad Versace
2012-01-17
1
-2
/
+15
*
i965/gen7: Fix depth buffer rendering to tile offsets.
Eric Anholt
2012-01-12
1
-2
/
+2
*
i965: Fix compiler warnings from hiz changes.
Eric Anholt
2012-01-10
1
-2
/
+0
*
i965: Replace references to stencil region size with buffer size
Chad Versace
2012-01-10
1
-4
/
+4
*
i965: Correct misspellings of "invariant".
Kenneth Graunke
2012-01-07
1
-4
/
+4
*
i965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on Gen4.
Kenneth Graunke
2011-12-23
1
-1
/
+4
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-1
/
+1
*
i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.
Eric Anholt
2011-12-19
1
-1
/
+4
*
i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
2011-12-19
1
-1
/
+1
*
intel: Stop creating the wrapped stencil irb.
Eric Anholt
2011-12-19
1
-17
/
+23
*
i965: Return BRW_DEPTHBUFFER_D32_FLOAT as the null-depthbuffer format.
Kenneth Graunke
2011-12-07
1
-0
/
+3
*
i965: Base HW depth format setup based on MESA_FORMAT, not bpp.
Eric Anholt
2011-11-29
1
-19
/
+32
*
i965/gen6: Fix GPU hang when using stencil buffer without depth
Chad Versace
2011-11-23
1
-0
/
+5
*
intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]
Chad Versace
2011-11-22
1
-2
/
+3
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-6
/
+15
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
1
-4
/
+4
*
i965: Remove the validated BO list, now that it's unused.
Eric Anholt
2011-10-29
1
-17
/
+0
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-6
/
+6
*
i965: Emit depth stalls and flushes before changing depth state on Gen6+.
Kenneth Graunke
2011-09-26
1
-1
/
+3
*
i965: Fix polygon stipple offset state flagging.
Eric Anholt
2011-09-20
1
-4
/
+6
*
i965: Add missing _NEW_POLYGON flag to polygon stipple upload.
Eric Anholt
2011-09-20
1
-1
/
+3
*
i965: Fix regression in 29a911c50e4443dfebef0a2e32c39b64992fa3cc.
Eric Anholt
2011-07-19
1
-1
/
+1
*
i965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAWING_RECTANGLE.
Kenneth Graunke
2011-07-18
1
-1
/
+1
*
i965: Convert system instruction pointer to OUT_BATCH style.
Kenneth Graunke
2011-07-07
1
-13
/
+4
*
i965: Convert PIPELINE_SELECT to OUT_BATCH style.
Kenneth Graunke
2011-07-07
1
-10
/
+4
*
i965: Emit 3DSTATE_VF_STATISTICS in OUT_BATCH style.
Kenneth Graunke
2011-07-07
1
-10
/
+4
*
i965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to OUT_BATCH style.
Kenneth Graunke
2011-07-07
1
-10
/
+5
*
i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.
Eric Anholt
2011-06-28
1
-9
/
+46
*
i965/gen6: Add a couple more packets to the nonpipelined workaround list.
Eric Anholt
2011-06-23
1
-0
/
+6
*
i965/gen6: Apply documented workaround for nonpipelined state packets.
Eric Anholt
2011-06-20
1
-0
/
+23
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-3
/
+7
*
i965/gen5,6: Fix hang when emitting hiz buffer without stencil buffer
Chad Versace
2011-06-15
1
-18
/
+40
[next]