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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix zeroing of unused attributes in 3DSTATE_SBE.
Kenneth Graunke
2012-01-09
1
-2
/
+2
*
i965: Re-sync outdated comments about Gen6+ push constants.
Kenneth Graunke
2012-01-09
2
-2
/
+2
*
i965: Update dirty bit comments for the gen7_ps_state atom.
Kenneth Graunke
2012-01-09
1
-1
/
+2
*
i965: Annotate the use of _NEW_PROGRAM in Gen6+ SF state atoms.
Kenneth Graunke
2012-01-09
2
-2
/
+2
*
i965: Add missing _NEW_PROGRAM dirty bit to the brw_sf_state atom.
Kenneth Graunke
2012-01-09
1
-0
/
+2
*
i965: Add missing _NEW_PROGRAM dirty bit to the gen7_sbe_state atom.
Kenneth Graunke
2012-01-09
1
-0
/
+2
*
i965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7 atoms.
Kenneth Graunke
2012-01-09
2
-5
/
+2
*
i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.
Kenneth Graunke
2012-01-09
5
-8
/
+2
*
i965: Add missing _NEW_BUFFERS dirty bit to Gen6+ DEPTH_STENCIL atoms.
Kenneth Graunke
2012-01-09
1
-1
/
+1
*
i965/fs: Fix projector==1.0 optimization pre-gen6.
Eric Anholt
2012-01-09
1
-7
/
+3
*
i965/fs: Fix GPU hangs with 16-wide integer div/mod on gen7.
Eric Anholt
2012-01-09
1
-0
/
+6
*
i965: Actually enable SIMD16 dispatch on Ivybridge.
Kenneth Graunke
2012-01-08
1
-2
/
+7
*
i965: Correct _NEW_TRANSOFORM typos.
Kenneth Graunke
2012-01-07
2
-2
/
+2
*
i965: Correct misspellings of "invariant".
Kenneth Graunke
2012-01-07
4
-9
/
+9
*
mesa: rework ctx->Driver.CopyTexSubImage() parameters
Brian Paul
2012-01-07
7
-99
/
+86
*
meta: add some 'f' suffixes to silence MSVC warnings
Brian Paul
2012-01-07
1
-2
/
+2
*
i965/vs: Fix invalid array access in copy propagation.
Kenneth Graunke
2012-01-06
1
-14
/
+15
*
i965: Turn on ARB_depth_buffer_float by default.
Eric Anholt
2012-01-06
1
-2
/
+1
*
i965: Add sensible disasm for the JMPI instruction.
Eric Anholt
2012-01-06
1
-1
/
+3
*
i965/gen7: Enable transform feedback as long as kernel support is present.
Eric Anholt
2012-01-06
3
-1
/
+8
*
i965/gen7: Fix up the transform feedback buffer pointers on later batches.
Eric Anholt
2012-01-06
4
-3
/
+18
*
i965/gen7: Flush the batch between transform feedbacks.
Eric Anholt
2012-01-06
3
-3
/
+31
*
i965/gen7: Use the updated interface for SO write pointer resetting.
Eric Anholt
2012-01-06
3
-4
/
+12
*
i965: Make use of gl_transform_feedback_info::ComponentOffset.
Paul Berry
2012-01-05
4
-1
/
+19
*
i965: Fix transform feedback of gl_ClipVertex.
Paul Berry
2012-01-05
1
-5
/
+8
*
i965: Fix transform feedback of gl_PointSize.
Paul Berry
2012-01-05
2
-2
/
+14
*
i965: Enable EXT_texture_integer by default
Ian Romanick
2012-01-04
1
-2
/
+1
*
i965: Fix infinite loop regression in intel_miptree_all_slices_resolve.
Kenneth Graunke
2012-01-04
1
-1
/
+1
*
i965/vs: Use the proper dimensionality for the sampler result register.
Kenneth Graunke
2012-01-04
1
-1
/
+1
*
i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
Kenneth Graunke
2012-01-04
1
-0
/
+1
*
intel: Re-enable GL_OES_standard_derivatives on GEN4+
Ian Romanick
2012-01-04
1
-13
/
+9
*
intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.
Eric Anholt
2012-01-04
1
-1
/
+1
*
intel: Fix pitch handling for linear blits.
Eric Anholt
2012-01-04
1
-4
/
+4
*
intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().
Eric Anholt
2012-01-04
1
-1
/
+3
*
Remove xmesa_xf86.h
Adam Jackson
2012-01-04
1
-197
/
+0
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
5
-5
/
+5
*
Fix read from pointer after free
Anuj Phogat
2012-01-03
1
-2
/
+3
*
intel: include version.h in intel_screen.c to silence warning
Brian Paul
2012-01-02
1
-0
/
+1
*
dri_util: Fix order of error and data parameters to dri2CreateContextAttribs
Ian Romanick
2012-01-02
1
-1
/
+1
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
11
-30
/
+221
*
dri_util: Mostly stub implementation of dri2CreateContextAttribs
Ian Romanick
2012-01-02
1
-12
/
+79
*
radeon: move declarations before code
Brian Paul
2012-01-02
2
-4
/
+6
*
radeon: add casts to silence warnings
Brian Paul
2012-01-02
1
-2
/
+2
*
radeon: remove unused tex image function prototypes
Brian Paul
2012-01-02
1
-40
/
+0
*
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
Brian Paul
2012-01-02
2
-3
/
+2
*
intel: pass xoffset, yoffset = 0 to _mesa_texstore()
Brian Paul
2012-01-02
1
-3
/
+1
*
i965: Silence gcc warning about uninitialized "inst" in assert() case.
Eric Anholt
2012-01-02
1
-1
/
+1
*
i965: Silence gcc warning from resizing EU store changes.
Eric Anholt
2012-01-02
1
-1
/
+1
*
mesa: simplify Driver.TexImage() parameters
Brian Paul
2011-12-30
4
-95
/
+63
*
mesa: simplify Driver.TexSubImage() parameters
Brian Paul
2011-12-30
3
-52
/
+42
[next]