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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: Move drawHash to display private
Kristian Høgsberg
2010-07-19
5
-41
/
+27
*
glx: Don't use __glXInitialize() when we might be holding __glXLock()
Kristian Høgsberg
2010-07-19
3
-5
/
+5
*
glx: Workaround mismatch in signedness between extensions and protocol
Kristian Høgsberg
2010-07-19
1
-7
/
+32
*
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
2010-07-19
5
-64
/
+88
*
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
2010-07-19
12
-210
/
+0
*
glx: Move __driScreen into the dri screen privates
Kristian Høgsberg
2010-07-19
4
-31
/
+32
*
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
2010-07-19
7
-160
/
+132
*
glx: Move DRI2 extensions to DRI2 screen private
Kristian Høgsberg
2010-07-19
4
-84
/
+73
*
glx: Drop support for GLX_MESA_allocate_memory
Kristian Høgsberg
2010-07-19
13
-321
/
+1
*
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
2010-07-19
10
-227
/
+315
*
glx: Rename various DRI structs away from obnoxious __GLXfooRec convention
Kristian Høgsberg
2010-07-19
3
-70
/
+59
*
glx: Factor out common code from dri2WaitGL() and dri2WaitX()
Kristian Høgsberg
2010-07-19
1
-28
/
+19
*
glx: Dont use dri2WaitX() to update fake front
Kristian Høgsberg
2010-07-19
1
-3
/
+3
*
i965: Mostly fix glsl-max-varyings.
Eric Anholt
2010-07-19
1
-10
/
+20
*
i965: Clean up message register setup in emit_vertex_write().
Eric Anholt
2010-07-19
1
-7
/
+7
*
i965: Reduce repeated calculation of the attribute-offset-in-VUE.
Eric Anholt
2010-07-19
4
-24
/
+19
*
i965: Clarify the nr_regs calculation in brw_clip.c
Eric Anholt
2010-07-19
1
-3
/
+8
*
i965: Don't set up VUE space for the disabled user clip distances on gen6.
Eric Anholt
2010-07-19
2
-8
/
+14
*
draw: fix incorrect instancing divisor in LLVM code
Brian Paul
2010-07-19
1
-3
/
+6
*
mesa: remove restart.c from build
Brian Paul
2010-07-19
2
-2
/
+0
*
r300g: fix possible crash in destroy_context
Marek Olšák
2010-07-19
1
-2
/
+2
*
util: remove the dummy field in mempool
Marek Olšák
2010-07-19
2
-14
/
+4
*
scons: Fix Mac OS X SCons build on 32-bit CPUs.
Vinson Lee
2010-07-19
1
-1
/
+1
*
util: add dummy field to empty structure types
Brian Paul
2010-07-19
2
-2
/
+2
*
r300g: fix typo
Marek Olšák
2010-07-19
1
-1
/
+1
*
r300g: use memory pools for buffer_create and get_transfer
Marek Olšák
2010-07-19
5
-24
/
+101
*
util: add a memory pool for equally sized memory allocations
Marek Olšák
2010-07-19
4
-0
/
+267
*
st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 format
Marek Olšák
2010-07-19
1
-7
/
+19
*
glx: Fix drawable lookup in DRI2 event handler
Kristian Høgsberg
2010-07-19
3
-3
/
+42
*
r300g: u_upload optimisation
Dave Airlie
2010-07-18
4
-7
/
+15
*
gallium/st/dri2: add dri2 vblank query extension support
Sven Arvidsson
2010-07-18
1
-0
/
+1
*
llvmpipe: Remove dead initialization.
Vinson Lee
2010-07-18
1
-1
/
+1
*
r300g: final fix for r3xx constant buffer emission
Marek Olšák
2010-07-17
1
-1
/
+1
*
r300g: fix typo in r3xx constant buffer emission
Marek Olšák
2010-07-17
1
-1
/
+1
*
r300g: fix constant buffer emission on r3xx
Marek Olšák
2010-07-17
1
-1
/
+1
*
llvmpipe: Remove unused variable in lp_test_sincos.
Vinson Lee
2010-07-17
1
-2
/
+0
*
nv50: s/__func__/__FUNCTION__/
Vinson Lee
2010-07-16
1
-1
/
+1
*
nouveau: s/__func__/__FUNCTION__/
Vinson Lee
2010-07-16
1
-1
/
+1
*
nouveau: s/snprintf/util_snprintf/
Vinson Lee
2010-07-16
1
-1
/
+2
*
r300g: Remove unnecessary header.
Vinson Lee
2010-07-16
1
-1
/
+0
*
nouveau: s/inline/INLINE/
Vinson Lee
2010-07-16
3
-5
/
+5
*
glut: Remove duplicate symbol definition.
José Fonseca
2010-07-16
1
-2
/
+0
*
scons: Make PIPE_ALIGN_VAR() of static/global vars work on MinGW.
José Fonseca
2010-07-16
1
-0
/
+3
*
scons: Fix Cygwin build.
Vinson Lee
2010-07-16
1
-3
/
+3
*
r300g: inline winsys_buffer_destroy
Marek Olšák
2010-07-16
1
-12
/
+4
*
r300g: do not make copies of constant buffers, emit them directly
Marek Olšák
2010-07-16
7
-47
/
+28
*
draw: updated debug/dump code
Brian Paul
2010-07-16
1
-12
/
+25
*
draw: added array element debug / bounds checking code (disabled)
Brian Paul
2010-07-16
1
-4
/
+24
*
llvmpipe: use single swizzled tile
Keith Whitwell
2010-07-16
7
-100
/
+148
*
llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ...
José Fonseca
2010-07-16
1
-3
/
+30
[next]