summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: don't crash/assert if we fail to allocate a vertex bufferBrian Paul2011-11-111-9/+20
* draw: handle out of memory conditionsBrian Paul2011-11-111-3/+5
* util: check for null vertex buffer object in blit codeBrian Paul2011-11-111-6/+10
* r600g: don't set the query result to 0 after a call to get_query_resultMarek Olšák2011-11-111-2/+0
* r600g: the type of OCCLUSION_PREDICATE result should be booleanMarek Olšák2011-11-113-11/+17
* radeon: silence initializer warningsBrian Paul2011-11-102-11/+33
* draw/llvm: silence uninitialized variable warningsBrian Paul2011-11-101-0/+2
* r600g: implement PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2011-11-101-5/+21
* r300g: fix query result of GPU_FINISHEDMarek Olšák2011-11-101-1/+1
* r300g: implement PIPE_QUERY_GPU_FINISHEDMarek Olšák2011-11-101-4/+35
* r300g: implement PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák2011-11-101-1/+5
* llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2011-11-103-3/+42
* llvmpipe: add NV_conditional_render support.Dave Airlie2011-11-107-0/+43
* r600g: remove useless texture barrierMarek Olšák2011-11-101-2/+0
* r600g: flush the whole context when CS is full, not just hw_contextMarek Olšák2011-11-103-1/+6
* r600g: turn some CS overflow checks into assertionsMarek Olšák2011-11-102-12/+2
* r600g: put the rest of CS overflow checks in r600_need_cs_spaceMarek Olšák2011-11-103-18/+9
* r600g: flush caches regardless of render conditionMarek Olšák2011-11-101-5/+5
* r600g: disable render condition at the end of CS, re-enable at the beginningMarek Olšák2011-11-102-0/+19
* r600g: don't suspend queries if they have already been suspended by blitterMarek Olšák2011-11-101-2/+11
* r600g: properly reserve CS space for queries_suspendMarek Olšák2011-11-103-21/+18
* r600g: reserve CS space for a draw command in begin_query and render_conditionMarek Olšák2011-11-103-11/+25
* r600g: consolidate checking whether CS is fullMarek Olšák2011-11-103-31/+28
* r600g: clarify meaning of one variable in shader codegenMarek Olšák2011-11-091-1/+1
* r600g: cosmetic changes in query codeMarek Olšák2011-11-092-10/+7
* r600g: use modulo for computing index into query (ring) buffersMarek Olšák2011-11-091-14/+5
* r600g: make r600_query_result more genericMarek Olšák2011-11-091-15/+37
* Remove tgsi_sse2.José Fonseca2011-11-0820-7048/+3
* softpipe: don't clamp or do logical operations on floating-point buffers.Morgan Armand2011-11-081-22/+54
* st/dri: Fix memory leak on error path.Vinson Lee2011-11-071-1/+3
* util: add log2f for AndroidChia-I Wu2011-11-071-0/+11
* softpipe: fix memory leaksMorgan Armand2011-11-072-1/+7
* llvmpipe: fix typo in the depth sampling aos code.Dave Airlie2011-11-061-1/+1
* llvmpipe: enable RGTC after u_format fix.Dave Airlie2011-11-061-5/+0
* u_format: fix RGTC support in fits 8unorm.Dave Airlie2011-11-061-2/+7
* scons: add CPP_SOURCES for nv50/nvc0Chia-I Wu2011-11-062-2/+4
* android: add CPP_SOURCES for nv50/nvc0Chia-I Wu2011-11-062-4/+4
* r600g: add initial linestipple support.Dave Airlie2011-11-066-6/+51
* gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...Christian Inci2011-11-061-0/+4
* g3dvl: Fix memory leaks on error paths.Vinson Lee2011-11-051-1/+4
* pp: Reorder calloc to avoid memory leak on error path.Vinson Lee2011-11-051-3/+4
* r600g: move SPI setup to PS setupVadim Girlin2011-11-054-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-055-58/+65
* Revert "r600g: precalculate semantic indices for SPI setup"Alex Deucher2011-11-045-64/+57
* Revert "r600g: move SPI setup to PS setup"Alex Deucher2011-11-044-73/+74
* svga: fix varying var remapping for unused FS outputsBrian Paul2011-11-043-9/+22
* svga: add comments and reformat code in svga_tgsi_decl_sm30.cBrian Paul2011-11-041-47/+85
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-043-1/+27
* dri: drop drisw_util.hGeorge Sapountzis2011-11-044-13/+3
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-045-5/+5