summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2009-08-13tgsi: turn off debuggingKeith Whitwell1-1/+1
2009-08-13tgsi: use REALLOC for growing token poolKeith Whitwell1-11/+5
2009-08-13util: silence warnings for third REALLOC argumentKeith Whitwell1-1/+7
2009-08-13util: remove unneeded includesKeith Whitwell1-4/+0
2009-08-13util: convert u_simple_shaders to use tgsi_uregKeith Whitwell1-258/+60
2009-08-13tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell5-0/+1381
2009-08-12Merge branch 'new-frag-attribs'Brian Paul1-12/+36
2009-08-12st/xorg: Acquire/drop DRM master in order to work with multiple servers.Michel Dänzer1-0/+15
2009-08-12gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul4-10/+9
2009-08-12gallium/glx/xlib: updated commentsBrian Paul3-4/+2
2009-08-12gallium/glx/xlib: delete fakeglx.hBrian Paul1-41/+0
2009-08-12gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul3-2/+2
2009-08-12gallium/glx/xlib: delete glxapi.hBrian Paul1-36/+0
2009-08-12gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.cBrian Paul3-2/+2
2009-08-12gallium/glx/xlib: rename glxapi.c to glx_getproc.cBrian Paul3-2/+3
2009-08-12gallium/glx/xlib: don't include fakeglx.hBrian Paul1-1/+0
2009-08-12gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLXBrian Paul4-1574/+280
2009-08-11gallium/trace: remove stray semicolonsBrian Paul1-2/+2
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul1-0/+1
2009-08-11gallium/egl: add missing tex_usage parameterBrian Paul1-0/+1
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul1-0/+1
2009-08-11gallium/identity: remove stray semicolonsBrian Paul1-2/+2
2009-08-12i915g: Reduce max relocsJakob Bornecrantz1-1/+1
2009-08-12i915g: Check relocs as wellJakob Bornecrantz1-2/+2
2009-08-11i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz1-2/+38
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz7-2/+13
2009-08-11gallium: fix debug_printf() format stringBrian Paul1-1/+1
2009-08-11r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.Michel Dänzer1-2/+10
2009-08-11r300g: Emit relocations for pitch registers.Michel Dänzer2-7/+12
2009-08-11r300g: a typo of debug messageCooper Yuan1-1/+1
2009-08-07r300g: Knock out another fragment of invariant state.Corbin Simpson1-8/+3
2009-08-07gallium: Move minify() to u_math.Corbin Simpson6-29/+5
2009-08-07r300g: Remove r300_constant_buffer::user_count.Corbin Simpson3-6/+3
2009-08-08i915g: Don't forget x/y coords in transfersJakob Bornecrantz1-0/+2
2009-08-08i915g: Don't try to free a mapped buffer at shutdownJakob Bornecrantz1-1/+0
2009-08-07util: fix incorrect assertionBrian Paul1-1/+1
2009-08-07util: include u_surface.h, added commentBrian Paul1-0/+2
2009-08-07util: use util_same_surface() to compare surface pointersBrian Paul1-3/+3
2009-08-07util: added util_same_surface() helper functionBrian Paul1-0/+17
2009-08-06i915g: Compile with sconsJakob Bornecrantz1-1/+4
2009-08-06identity: Use the correct textureJakob Bornecrantz1-1/+1
2009-08-06st/xorg: If we have DRI2 we should also have some sort of hw supportJakob Bornecrantz1-1/+1
2009-08-06i915g: Always run in sync with the HWJakob Bornecrantz1-0/+4
2009-08-06i915g: The i915 seems more happier with sampler domain so lets use thatJakob Bornecrantz1-1/+1
2009-08-06i915g: Dirty fix for VBO module double flush assertJakob Bornecrantz1-4/+12
2009-08-06i915g: Switch to mapping the batch buffer instead of using subdataJakob Bornecrantz3-11/+27
2009-08-05egl_softpipe: Add support for pbuffer binding.Chia-I Wu1-0/+84
2009-08-05egl_softpipe: Flush when switching current context.Chia-I Wu1-0/+4
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul1-16/+64
2009-08-05util: added comment/question about blit clippingBrian Paul1-0/+1