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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.
Michel Dänzer
2009-08-13
3
-0
/
+37
*
gallium/drm: Handle circular dependencies in the auxiliary libraries with make.
Michel Dänzer
2009-08-13
1
-1
/
+3
*
st/xorg: Fix DRI2 CopyRegion hook.
Michel Dänzer
2009-08-13
1
-29
/
+43
*
tgsi: add simple facility for releasing and reusing temporaries
Keith Whitwell
2009-08-13
2
-4
/
+40
*
tgsi: rename ureg src/dest converters
Keith Whitwell
2009-08-13
1
-3
/
+3
*
draw: Remove unused variable.
José Fonseca
2009-08-13
1
-1
/
+0
*
Merge branch 'mesa_7_5_branch'
Keith Whitwell
2009-08-13
1
-22
/
+55
|
\
|
*
draw: cope with more primitives in draw_pipeline_run
Keith Whitwell
2009-08-13
1
-22
/
+55
|
*
util: fix incorrect assertion
Brian Paul
2009-08-06
1
-1
/
+1
|
*
util: include u_surface.h, added comment
Brian Paul
2009-08-06
1
-0
/
+2
|
*
util: use util_same_surface() to compare surface pointers
Brian Paul
2009-08-06
1
-3
/
+3
|
*
util: added util_same_surface() helper function
Brian Paul
2009-08-06
1
-0
/
+17
*
|
tgsi: turn off debugging
Keith Whitwell
2009-08-13
1
-1
/
+1
*
|
tgsi: use REALLOC for growing token pool
Keith Whitwell
2009-08-13
1
-11
/
+5
*
|
util: silence warnings for third REALLOC argument
Keith Whitwell
2009-08-13
1
-1
/
+7
*
|
util: remove unneeded includes
Keith Whitwell
2009-08-13
1
-4
/
+0
*
|
util: convert u_simple_shaders to use tgsi_ureg
Keith Whitwell
2009-08-13
1
-258
/
+60
*
|
tgsi: add tgsi_ureg, a simplified tgsi shader builder
Keith Whitwell
2009-08-13
5
-0
/
+1381
*
|
Merge branch 'new-frag-attribs'
Brian Paul
2009-08-12
1
-12
/
+36
|
\
\
|
*
|
draw: fix-ups for point coord attribute
Brian Paul
2009-07-31
1
-12
/
+36
*
|
|
st/xorg: Acquire/drop DRM master in order to work with multiple servers.
Michel Dänzer
2009-08-12
1
-0
/
+15
*
|
|
gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/
Brian Paul
2009-08-12
4
-10
/
+9
*
|
|
gallium/glx/xlib: updated comments
Brian Paul
2009-08-12
3
-4
/
+2
*
|
|
gallium/glx/xlib: delete fakeglx.h
Brian Paul
2009-08-12
1
-41
/
+0
*
|
|
gallium/glx/xlib: rename fakeglx.c to glx_api.c
Brian Paul
2009-08-12
3
-2
/
+2
*
|
|
gallium/glx/xlib: delete glxapi.h
Brian Paul
2009-08-12
1
-36
/
+0
*
|
|
gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c
Brian Paul
2009-08-12
3
-2
/
+2
*
|
|
gallium/glx/xlib: rename glxapi.c to glx_getproc.c
Brian Paul
2009-08-12
3
-2
/
+3
*
|
|
gallium/glx/xlib: don't include fakeglx.h
Brian Paul
2009-08-12
1
-1
/
+0
*
|
|
gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLX
Brian Paul
2009-08-12
4
-1574
/
+280
*
|
|
gallium/trace: remove stray semicolons
Brian Paul
2009-08-11
1
-2
/
+2
*
|
|
gallium/xlib: add missing tex_usage parameter
Brian Paul
2009-08-11
1
-0
/
+1
*
|
|
gallium/egl: add missing tex_usage parameter
Brian Paul
2009-08-11
1
-0
/
+1
*
|
|
gallium/xlib: add missing tex_usage parameter
Brian Paul
2009-08-11
1
-0
/
+1
*
|
|
gallium/identity: remove stray semicolons
Brian Paul
2009-08-11
1
-2
/
+2
*
|
|
i915g: Reduce max relocs
Jakob Bornecrantz
2009-08-12
1
-1
/
+1
*
|
|
i915g: Check relocs as well
Jakob Bornecrantz
2009-08-12
1
-2
/
+2
*
|
|
i915g: Implement surface_buffer_create for softpipe
Jakob Bornecrantz
2009-08-11
1
-2
/
+38
*
|
|
gallium: Add texture usage information to surface_buffer_create
Jakob Bornecrantz
2009-08-11
7
-2
/
+13
*
|
|
gallium: fix debug_printf() format string
Brian Paul
2009-08-11
1
-1
/
+1
*
|
|
r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.
Michel Dänzer
2009-08-11
1
-2
/
+10
*
|
|
r300g: Emit relocations for pitch registers.
Michel Dänzer
2009-08-11
2
-7
/
+12
*
|
|
r300g: a typo of debug message
Cooper Yuan
2009-08-11
1
-1
/
+1
*
|
|
r300g: Knock out another fragment of invariant state.
Corbin Simpson
2009-08-07
1
-8
/
+3
*
|
|
gallium: Move minify() to u_math.
Corbin Simpson
2009-08-07
6
-29
/
+5
*
|
|
r300g: Remove r300_constant_buffer::user_count.
Corbin Simpson
2009-08-07
3
-6
/
+3
*
|
|
i915g: Don't forget x/y coords in transfers
Jakob Bornecrantz
2009-08-08
1
-0
/
+2
*
|
|
i915g: Don't try to free a mapped buffer at shutdown
Jakob Bornecrantz
2009-08-08
1
-1
/
+0
*
|
|
util: fix incorrect assertion
Brian Paul
2009-08-07
1
-1
/
+1
*
|
|
util: include u_surface.h, added comment
Brian Paul
2009-08-07
1
-0
/
+2
[next]