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
*
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
*
intel: Fix memory leak in intel_miptree_create()
Chad Versace
2011-12-29
1
-2
/
+2
*
i965/fs: Allow constant propagation into IF with embedded compare.
Eric Anholt
2011-12-29
1
-0
/
+1
*
intel: Drop the batchbuffer flush on glRenderbufferStorage().
Eric Anholt
2011-12-29
1
-2
/
+0
*
intel: Drop the batchbuffer flush on glFramebufferRenderbuffer().
Eric Anholt
2011-12-29
1
-2
/
+0
*
intel: Make the batchbuffer flush debug more useful.
Eric Anholt
2011-12-29
2
-3
/
+5
*
intel: Fix performance regression in Lightsmark since HiZ changes.
Eric Anholt
2011-12-29
1
-0
/
+3
*
intel: Don't consider miptrees for other texture targets to match.
Eric Anholt
2011-12-29
2
-1
/
+3
*
mesa: Re-add main/bitset.h to fix classic nouveau build failure.
José Fonseca
2011-12-28
1
-0
/
+2
*
mesa: Remove now unused main/bitset.h.
Mathias Fröhlich
2011-12-28
1
-2
/
+0
*
radeon: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2011-12-28
3
-38
/
+37
*
nouveau: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2011-12-28
2
-2
/
+2
*
i915: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2011-12-28
2
-14
/
+12
*
i965/vs: Properly clear cur_value when propagating direct copies.
Kenneth Graunke
2011-12-27
1
-16
/
+12
*
i965/vs: Fix incorrect subscript when resetting copy propagation records.
Kenneth Graunke
2011-12-27
1
-1
/
+1
*
i965: Create mock implementation of GL_OES_EGL_image_external
Chad Versace
2011-12-27
4
-0
/
+6
*
meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()
Chad Versace
2011-12-27
1
-0
/
+2
*
i965: increase the brw eu instruction store size dynamically
Yuanhan Liu
2011-12-26
3
-3
/
+18
*
i965: call next_insn() before referencing a instruction by index
Yuanhan Liu
2011-12-26
1
-14
/
+26
*
i965: get the jmp distance by instruction index
Yuanhan Liu
2011-12-26
4
-12
/
+10
*
i965: let the if_stack just store the instruction index
Yuanhan Liu
2011-12-26
3
-10
/
+19
*
i965 gen6: Fix incorrect order of dwords in gen6_update_sol_indices()
Paul Berry
2011-12-24
1
-1
/
+1
*
i965 gen6: Fix transform feedback of triangle strips.
Paul Berry
2011-12-24
2
-18
/
+72
*
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
2011-12-24
8
-832
/
+0
*
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
2011-12-24
8
-999
/
+7
*
i965/gen7: Fix feedback for flat-shaded tristrips versus provoking vertex.
Eric Anholt
2011-12-23
1
-0
/
+5
*
i965/gen7: Add support for transform feedback.
Eric Anholt
2011-12-23
1
-7
/
+201
*
i965/gen7: Move SOL stage disable to gen7_sol_state.c
Eric Anholt
2011-12-23
4
-7
/
+58
*
i965/gen7: Add register definitions for GL_EXT_transform_feedback.
Eric Anholt
2011-12-23
2
-2
/
+86
*
i965/gen7: Make primitives_written counting work.
Eric Anholt
2011-12-23
1
-6
/
+27
*
i965/gen7: Enable EXT_transform_feedback extension under 3.0 override.
Eric Anholt
2011-12-23
1
-1
/
+1
*
i965 Gen6+: Invalidate VF address-based cache on flush
Paul Berry
2011-12-23
1
-0
/
+1
*
i965 gen6: Resend binding table pointer after updating SOL bindings.
Paul Berry
2011-12-23
1
-0
/
+2
*
i965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.
Paul Berry
2011-12-23
3
-9
/
+9
*
i965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on Gen4.
Kenneth Graunke
2011-12-23
1
-1
/
+4
[next]