index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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 missing DEFINE_BITS for brw dirty bits.
Kenneth Graunke
2011-02-08
1
-0
/
+4
*
i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
Kenneth Graunke
2011-02-08
1
-1
/
+1
*
i965: Rename a few more commands to match the documentation.
Kenneth Graunke
2011-02-08
2
-5
/
+5
*
i965: Remove pointless keying of WM state on VUE size.
Eric Anholt
2011-02-08
1
-4
/
+0
*
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-02-05
1
-1
/
+4
*
i965: Drop the dead tracking of color_regions[].
Eric Anholt
2011-02-04
3
-12
/
+2
*
i965: Drop the INTEL_DEBUG=state spam about the cache size check.
Eric Anholt
2011-02-04
1
-2
/
+0
*
i965: Emit texel offsets in sampler messages.
Kenneth Graunke
2011-01-31
2
-4
/
+43
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
8
-43
/
+42
*
i965: remove _NEW_ACCUM
Brian Paul
2011-01-23
1
-1
/
+0
*
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
2011-01-21
3
-3
/
+0
*
intel: Fix typeos from 3d028024 and 790ff232
Ian Romanick
2011-01-20
1
-5
/
+5
*
i965: Set correct values for range/precision of fragment shader types
Ian Romanick
2011-01-20
1
-0
/
+9
*
i965/fs: Take the shared mathbox into account in instruction scheduling.
Eric Anholt
2011-01-19
1
-0
/
+15
*
i965/fs: Add a helper function for detecting math opcodes.
Eric Anholt
2011-01-19
2
-8
/
+13
*
i965/fs: Assign URB/CURB register numbers after instruction scheduling.
Eric Anholt
2011-01-19
1
-2
/
+3
*
i965/fs: Add an instruction scheduler.
Eric Anholt
2011-01-19
4
-0
/
+479
*
i965/fs: Add a helper for detecting texturing opcodes.
Eric Anholt
2011-01-19
2
-8
/
+12
*
i965: Fix a comment typo.
Eric Anholt
2011-01-18
1
-1
/
+1
*
i965: Fix a bug in i965 compute-to-MRF.
Eric Anholt
2011-01-18
1
-0
/
+1
*
i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.
Eric Anholt
2011-01-17
2
-10
/
+36
*
i965: add support for EXT_texture_sRGB_decode
Dave Airlie
2011-01-16
1
-3
/
+11
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
2
-12
/
+12
*
i965: Replace broken handling of dead code with an assert.
Eric Anholt
2011-01-14
1
-10
/
+12
*
i965: Add an invalidation of live intervals after register splitting.
Eric Anholt
2011-01-14
1
-0
/
+1
*
i965: fix fbo-srgb on i965.
Dave Airlie
2011-01-14
1
-0
/
+5
*
i965: Remove unnecessary headers.
Vinson Lee
2011-01-13
1
-2
/
+0
*
i965/fs: Do flat shading when appropriate.
Eric Anholt
2011-01-12
2
-20
/
+42
*
i965: Clarify when we need to (re-)calculate live intervals.
Eric Anholt
2011-01-12
3
-5
/
+27
*
i965/vs: When MOVing to produce ABS, strip negate of the operand.
Eric Anholt
2011-01-12
1
-0
/
+1
*
i965/fs: When producing ir_unop_abs of an operand, strip negate.
Eric Anholt
2011-01-12
1
-0
/
+1
*
i965: Tighten up the check for flow control interfering with coalescing.
Eric Anholt
2011-01-11
1
-12
/
+26
*
i965: Remove dead fallback for stencil _Enabled but no stencil buffer.
Eric Anholt
2011-01-11
1
-8
/
+0
*
i965: Use a new miptree to avoid software fallbacks due to drawing offset.
Eric Anholt
2011-01-10
1
-28
/
+1
*
Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."
Eric Anholt
2011-01-10
3
-10
/
+15
*
i965: Add #defines for HiZ and separate stencil buffer commands.
Kenneth Graunke
2011-01-10
1
-0
/
+3
*
i965: Add new HiZ related bits to WM_STATE.
Kenneth Graunke
2011-01-10
1
-1
/
+8
*
i965: Rename more #defines to 3DSTATE rather than CMD or CMD_3D.
Kenneth Graunke
2011-01-10
3
-22
/
+22
*
i965: Remove unused #defines which only contain the sub-opcode.
Kenneth Graunke
2011-01-10
1
-22
/
+0
*
intel: Add a vtbl hook for determining if a format is renderable.
Eric Anholt
2011-01-07
3
-1
/
+18
*
i965: Avoid double-negation of immediate values in the VS.
Eric Anholt
2011-01-07
1
-4
/
+3
*
i965: Rename various gen6 #defines to match the documentation.
Kenneth Graunke
2011-01-06
12
-33
/
+33
*
intel: Always allocate miptrees from level 0, not tObj->BaseLevel.
Eric Anholt
2011-01-05
3
-15
/
+10
*
intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.
Eric Anholt
2011-01-05
3
-6
/
+5
*
i965: Simplify the renderbuffer setup code.
Eric Anholt
2011-01-05
1
-102
/
+93
*
i965: Add support for SRGB DXT1 formats.
Eric Anholt
2011-01-04
2
-1
/
+5
*
i965: Use last vertex convention for quad provoking vertex on sandybridge
Zhenyu Wang
2011-01-04
1
-0
/
+7
*
i965: Correct comment for gen6 fb write control message setting
Zhenyu Wang
2011-01-04
1
-1
/
+3
*
i965: Fix provoking vertex select in clip state for sandybridge
Zhenyu Wang
2011-01-04
1
-1
/
+4
*
i965: Do lowering of array indexing of a vector in the FS.
Eric Anholt
2010-12-28
1
-0
/
+1
[next]