summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: implement instanced drawing functionsBrian Paul2010-07-151-20/+108
* draw: update comments for drawing functionsBrian Paul2010-07-151-5/+16
* draw: move prototype, update commentBrian Paul2010-07-151-3/+3
* softpipe: re-order drawing functions to get rid of prototypeBrian Paul2010-07-151-108/+102
* graw: new tri-instanced.c program to test instanced drawingBrian Paul2010-07-152-0/+297
* llvmpipe: Remove redundant statement.José Fonseca2010-07-151-1/+0
* tgsi: Remove dead assignment in uprcase function.Vinson Lee2010-07-151-1/+1
* llvmpipe: delete lp_test_*.o files with make cleanBrian Paul2010-07-141-0/+3
* gallium: added CLEAN_EXTRA var for make clean targetBrian Paul2010-07-141-1/+1
* gallium: Ensure prototypes are wrapped in extern "C".José Fonseca2010-07-141-0/+11
* llvmpipe: Remove redundant alignments.José Fonseca2010-07-142-3/+1
* llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.Chris Li2010-07-143-3/+231
* gallium: Add a macro for memory barriers.José Fonseca2010-07-141-0/+19
* gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca2010-07-141-0/+5
* Merge branch 'mesa-2d-registers'Zack Rusin2010-07-133-5/+14
|\
| * tgsi: make sure that we print out the adjacency prims correctlyZack Rusin2010-07-101-1/+5
| * draw: fix decomposition to work with adjacency primitivesZack Rusin2010-07-101-3/+8
| * mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-101-1/+1
* | i965g: Fix scons build of dri driverJakob Bornecrantz2010-07-131-1/+0
* | llvmpipe: fix comment typoRoland Scheidegger2010-07-131-2/+2
* | llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger2010-07-134-13/+22
* | llvmpipe: Align texture data to the cache line.José Fonseca2010-07-131-2/+5
* | llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell2010-07-138-92/+22
* | llvmpipe: pass mask into fragment shaderKeith Whitwell2010-07-1314-790/+901
* | llvmpipe: move fences from per-bin to per-threadKeith Whitwell2010-07-138-29/+58
* | llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca2010-07-133-18/+18
* | llvmpipe: Ignores!Jakob Bornecrantz2010-07-131-0/+1
* | targets: Link xorg drivers with LLVM if builtJakob Bornecrantz2010-07-131-0/+8
* | targets: Clean up xorg make files a bitJakob Bornecrantz2010-07-136-29/+31
* | libgl-xlib: add depend to make clean listBrian Paul2010-07-131-1/+1
* | r300g: do not advertise half_float_vertex on rv3x0Marek Olšák2010-07-131-2/+2
* | r300g: extend and clean up debug loggingMarek Olšák2010-07-135-17/+23
* | r300g/swtcl: do not emit texcoords if they are also stuffed in GAMarek Olšák2010-07-131-3/+6
* | r300g: rework the draw_rectangle hookMarek Olšák2010-07-131-89/+23
* | r300g: Remove unnecessary header.Vinson Lee2010-07-121-1/+0
* | llvmpipe: Re-enable threading on windows.José Fonseca2010-07-121-6/+0
* | os: remove gratuitous pipe_barrier placeholder codenobled2010-07-121-21/+1
* | os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled2010-07-123-15/+0
* | os: Implement pipe_condvar on Windows Vista and laternobled2010-07-121-0/+30
* | os: Implement pipe_condvar on win32nobled2010-07-121-7/+27
* | r300g: implement fast color clearMarek Olšák2010-07-1210-13/+178
* | r300g: clear and copy a resource with a rectangular point spriteMarek Olšák2010-07-122-3/+152
* | r300g: do not use immediate mode if there is a VBO in VRAMMarek Olšák2010-07-122-4/+5
* | u_blitter: add draw_rectangle callback which can be overridden by a driverMarek Olšák2010-07-122-19/+104
* | u_blitter: clean up the texcoord computationsMarek Olšák2010-07-121-28/+35
* | u_blitter: simplify blitter_set_rectangleMarek Olšák2010-07-121-19/+32
* | u_blitter: rename blitter->base, add a way to get a pipe context from blitterMarek Olšák2010-07-122-70/+80
* | r300g: ugly fix of a hardlock in the cubestorm xscreensaverMarek Olšák2010-07-122-3/+5
* | r300g: do not print a rejected CS if RADEON_DUMP_CS is not setMarek Olšák2010-07-102-4/+9
|/
* r300g: allow the GTT domain for samplersMarek Olšák2010-07-092-5/+12