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