summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv50: borrow some flushing code from the ddxMaarten Maathuis2009-08-171-3/+11
* gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis2009-08-171-3/+3
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-179-69/+85
* cell: fix incorrect pipe_transfer testsBrian Paul2009-08-171-2/+4
* nv50: fix stencil stateChristoph Bumiller2009-08-171-6/+6
* nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis2009-08-151-1/+26
* nv50: align registers used with TEX to 4Christoph Bumiller2009-08-151-1/+2
* st/xlib: reduce the proliferation of GLX context typesKeith Whitwell2009-08-141-57/+37
* st/dri: remove unused dummyContext valueKeith Whitwell2009-08-142-14/+0
* nv50: fix mipmap offsets and tilingChristoph Bumiller2009-08-143-17/+34
* nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller2009-08-141-4/+4
* nv50: make use of the y-origin switchChristoph Bumiller2009-08-142-25/+16
* st/vega: Add more symbols defined by mesa/st.Chia-I Wu2009-08-142-3/+18
* nv50: fix typo in REALLOC's 2nd argument in ctor_immdChristoph Bumiller2009-08-141-1/+1
* st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer2009-08-133-0/+37
* gallium/drm: Handle circular dependencies in the auxiliary libraries with make.Michel Dänzer2009-08-131-1/+3
* st/xorg: Fix DRI2 CopyRegion hook.Michel Dänzer2009-08-131-29/+43
* tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell2009-08-132-4/+40
* tgsi: rename ureg src/dest convertersKeith Whitwell2009-08-131-3/+3
* draw: Remove unused variable.José Fonseca2009-08-131-1/+0
* Merge branch 'mesa_7_5_branch'Keith Whitwell2009-08-131-22/+55
|\
| * draw: cope with more primitives in draw_pipeline_runKeith Whitwell2009-08-131-22/+55
| * util: fix incorrect assertionBrian Paul2009-08-061-1/+1
| * util: include u_surface.h, added commentBrian Paul2009-08-061-0/+2
| * util: use util_same_surface() to compare surface pointersBrian Paul2009-08-061-3/+3
| * util: added util_same_surface() helper functionBrian Paul2009-08-061-0/+17
* | tgsi: turn off debuggingKeith Whitwell2009-08-131-1/+1
* | 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