aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson2009-08-186-2/+46
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-185-2/+18
|\
| * tgsi/ppc: we don't implement saturation modes yetBrian Paul2009-08-181-0/+5
| * tgsi/sse: we don't implement saturation modes yetBrian Paul2009-08-181-0/+4
| * gallium: Always map for READ flag when DISCARD is not set.José Fonseca2009-08-141-0/+7
| * trace: Remove space next to the class attribute of the trace.José Fonseca2009-08-141-1/+1
| * python/retrace: Open bz2 files correctly.José Fonseca2009-08-141-1/+1
* | egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul2009-08-181-2/+2
* | egl: Create the front texture the properlyJakob Bornecrantz2009-08-181-25/+9
* | gallium: improved comments, minor whitespace changesBrian Paul2009-08-181-7/+10
* | egl: Some per-driver data should be per-display.Chia-I Wu2009-08-182-19/+42
* | egl: Overhaul driver API.Chia-I Wu2009-08-185-165/+102
* | gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()Brian Paul2009-08-171-8/+2
* | nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis2009-08-172-3/+3
* | 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