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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
22
-35
/
+87
*
intel: Make our context structure be a ralloc context.
Eric Anholt
2011-07-11
1
-1
/
+2
*
i965: Fix fp-dst-aliasing-[12].vpfp.
Eric Anholt
2011-07-11
1
-4
/
+19
*
i965: Fix fp-lit-src-equals-dst.
Eric Anholt
2011-07-11
1
-11
/
+11
*
i965/gen4: Fix GPU hangs since the program streaming change.
Eric Anholt
2011-07-09
1
-1
/
+1
*
i965/gen7: Remove gratuitous dirty flags from WM and PS state.
Kenneth Graunke
2011-07-08
1
-8
/
+3
*
i965: Remove unused structures for command packets.
Kenneth Graunke
2011-07-07
1
-433
/
+0
*
i965: Convert system instruction pointer to OUT_BATCH style.
Kenneth Graunke
2011-07-07
2
-14
/
+5
*
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
2
-18
/
+4
*
i965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to OUT_BATCH style.
Kenneth Graunke
2011-07-07
2
-19
/
+5
*
i965/fs: Fix message register allocation in FB writes.
Kenneth Graunke
2011-07-06
1
-5
/
+6
*
i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.
Kenneth Graunke
2011-06-29
2
-0
/
+10
*
i965/gen7: Add missing ! to brw->gs.prog_active assertion.
Kenneth Graunke
2011-06-29
1
-1
/
+1
*
i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.
Eric Anholt
2011-06-28
6
-12
/
+55
*
i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.
Eric Anholt
2011-06-28
1
-2
/
+2
*
i965: step message register allocation
Ben Widawsky
2011-06-27
1
-5
/
+5
*
i965/gen5: Fix grf_used calculation for 16-wide.
Eric Anholt
2011-06-24
1
-5
/
+4
*
i965: fix mask used to write to clip distance registers when gen>6
Paul Berry
2011-06-24
1
-1
/
+1
*
i965: Make the brw_format_for_mesa_format table static const.
Eric Anholt
2011-06-24
1
-1
/
+1
*
i965: Don't bother telling tnl about state updates unless we fall back.
Eric Anholt
2011-06-24
1
-0
/
+1
*
i965: Reuse existing program data when a new compiled program matches.
Eric Anholt
2011-06-24
2
-20
/
+82
*
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/gen6: Limit the workaround flush to once per primitive.
Eric Anholt
2011-06-20
3
-0
/
+9
*
i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.
Eric Anholt
2011-06-20
3
-6
/
+3
*
i965/gen4: Remove old VS unit state key structure.
Eric Anholt
2011-06-20
1
-12
/
+0
*
i965/gen6: Add missing state flag for VS push constants.
Eric Anholt
2011-06-20
1
-1
/
+1
*
i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.
Eric Anholt
2011-06-20
2
-6
/
+11
*
i965/gen6+: Add a missing state flag for WM constants.
Eric Anholt
2011-06-20
2
-3
/
+6
*
i965/fs: Add support for TXD with shadow comparisons.
Kenneth Graunke
2011-06-18
5
-7
/
+76
*
i965/fs: Refactor texture result swizzling into a helper function.
Kenneth Graunke
2011-06-18
2
-9
/
+21
*
i965/fs: Move sampler fetch to the top of the ir_texture visit function.
Kenneth Graunke
2011-06-18
1
-6
/
+3
*
i965/fs: Add support for non-shadow textureGrad (TXD) on gen4.
Kenneth Graunke
2011-06-18
2
-2
/
+39
*
i965/fs: Add support for non-shadow textureGrad (TXD) on gen5/6.
Kenneth Graunke
2011-06-18
1
-1
/
+31
*
i965/fs: Add support for non-shadow textureGrad (TXD) on Ivybridge.
Kenneth Graunke
2011-06-18
2
-10
/
+43
*
i965/fs: Check for compilation failure and bail before optimizing.
Kenneth Graunke
2011-06-18
1
-0
/
+2
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
26
-298
/
+277
*
i965: Only flag the new-batch related state as dirty at new batch time.
Eric Anholt
2011-06-18
1
-5
/
+1
*
i965: Don't try to continue space before the start of a VBO.
Eric Anholt
2011-06-18
1
-0
/
+2
*
i965: Add missing state flag for vertex elements on current VS program.
Eric Anholt
2011-06-18
1
-1
/
+2
*
i965/gen5,6: Fix hang when emitting hiz buffer without stencil buffer
Chad Versace
2011-06-15
1
-18
/
+40
*
intel: Add block alignment for RGTC textures.
Eric Anholt
2011-06-14
1
-1
/
+1
*
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
2011-06-13
4
-4
/
+4
*
i965: Add support for GL_FIXED vertex attributes.
Eric Anholt
2011-06-10
4
-1
/
+41
*
Fix format not a string literal error with -Werror=format-security
Eugeni Dodonov
2011-06-10
1
-1
/
+1
*
i965/brw: Fix emit_depthbuffer() when packed depth/stencil texture is attached
Chad Versace
2011-06-10
1
-11
/
+5
*
i965/gen6: Add support for gl_PointCoord.
Eric Anholt
2011-06-09
1
-0
/
+3
*
i965/gen6: Fix point sprite texture coordinate overrides.
Eric Anholt
2011-06-09
1
-7
/
+7
*
i965/gen6: Refactor SF setup a bit to handle overrides in one place.
Eric Anholt
2011-06-09
1
-19
/
+24
[next]