summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: split trans unit computationJerome Glisse2010-07-202-7/+23
* draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul2010-07-201-6/+14
* graw/tests: pass -e option to test draw_elements_instanced()Brian Paul2010-07-201-1/+45
* softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().Michal Krol2010-07-201-2/+7
* util: mempool: initialize last block's magic number in a pageMarek Olšák2010-07-201-0/+1
* st/egl: Fixes for recent GLX cleanup.Chia-I Wu2010-07-202-19/+45
* st/dri: Remove driFrameTrackingExtension.Chia-I Wu2010-07-201-1/+0
* draw: fix incorrect instancing divisor in LLVM codeBrian Paul2010-07-191-3/+6
* r300g: fix possible crash in destroy_contextMarek Olšák2010-07-191-2/+2
* util: remove the dummy field in mempoolMarek Olšák2010-07-192-14/+4
* util: add dummy field to empty structure typesBrian Paul2010-07-192-2/+2
* r300g: fix typoMarek Olšák2010-07-191-1/+1
* r300g: use memory pools for buffer_create and get_transferMarek Olšák2010-07-195-24/+101
* util: add a memory pool for equally sized memory allocationsMarek Olšák2010-07-194-0/+267
* r300g: u_upload optimisationDave Airlie2010-07-184-7/+15
* gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson2010-07-181-0/+1
* llvmpipe: Remove dead initialization.Vinson Lee2010-07-181-1/+1
* r300g: final fix for r3xx constant buffer emissionMarek Olšák2010-07-171-1/+1
* r300g: fix typo in r3xx constant buffer emissionMarek Olšák2010-07-171-1/+1
* r300g: fix constant buffer emission on r3xxMarek Olšák2010-07-171-1/+1
* llvmpipe: Remove unused variable in lp_test_sincos.Vinson Lee2010-07-171-2/+0
* nv50: s/__func__/__FUNCTION__/Vinson Lee2010-07-161-1/+1
* nouveau: s/__func__/__FUNCTION__/Vinson Lee2010-07-161-1/+1
* nouveau: s/snprintf/util_snprintf/Vinson Lee2010-07-161-1/+2
* r300g: Remove unnecessary header.Vinson Lee2010-07-161-1/+0
* nouveau: s/inline/INLINE/Vinson Lee2010-07-163-5/+5
* scons: Fix Cygwin build.Vinson Lee2010-07-161-3/+3
* r300g: inline winsys_buffer_destroyMarek Olšák2010-07-161-12/+4
* r300g: do not make copies of constant buffers, emit them directlyMarek Olšák2010-07-167-47/+28
* draw: updated debug/dump codeBrian Paul2010-07-161-12/+25
* draw: added array element debug / bounds checking code (disabled)Brian Paul2010-07-161-4/+24
* llvmpipe: use single swizzled tileKeith Whitwell2010-07-167-100/+148
* llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ...José Fonseca2010-07-161-3/+30
* llvmpipe: Only use -mssse3 on gcc 4.3+José Fonseca2010-07-161-1/+5
* draw/llvm: adjust the instance id at run timeZack Rusin2010-07-163-16/+29
* draw: use the instance id when fetching vertex dataZack Rusin2010-07-161-3/+11
* st/egl: Fix build on FreeBSD.Chia-I Wu2010-07-161-1/+1
* i965g: Remove dead initialization in precalc_tex.Vinson Lee2010-07-161-1/+1
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-1620-557/+664
* 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