aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee2010-07-231-1/+1
* draw: add small ybias factor for drawing wide pointsBrian Paul2010-07-231-0/+1
* tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz2010-07-221-1/+1
* draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul2010-07-221-2/+15
* draw: added new assertions to clipping codeBrian Paul2010-07-221-1/+10
* draw: disable depth clipping if depth clamp is enabledMarek Olšák2010-07-213-4/+11
* cso: handle depth clampMarek Olšák2010-07-211-0/+4
* draw: tweak aa line width threshold and samplingBrian Paul2010-07-211-4/+6
* gallivm: replace has_indirect_addressing field with indirect_files fieldBrian Paul2010-07-211-8/+17
* tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul2010-07-212-0/+19
* gallivm: refactor code into get_indirect_offsets() functionBrian Paul2010-07-211-23/+34
* gallivm: added commentBrian Paul2010-07-211-0/+6
* gallivm: remove extraneous bracesBrian Paul2010-07-211-20/+18
* gallivm: no longer do indirect addressing in get_temp_ptr()Brian Paul2010-07-211-20/+15
* gallivm: implement correct indirect addressing of temp registersBrian Paul2010-07-211-11/+29
* gallivm: re-org, comments for get_temp_ptr()Brian Paul2010-07-211-3/+13
* draw: whitespace clean-upBrian Paul2010-07-211-33/+33
* gallivm: rename a var to avoid compiler warningsBrian Paul2010-07-211-2/+2
* gallivm: fix indirect addressing of constant bufferBrian Paul2010-07-201-25/+83
* gallivm: added lp_build_const_int32() helperBrian Paul2010-07-201-0/+8
* draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul2010-07-201-6/+14
* util: mempool: initialize last block's magic number in a pageMarek Olšák2010-07-201-0/+1
* draw: fix incorrect instancing divisor in LLVM codeBrian Paul2010-07-191-3/+6
* 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
* util: add a memory pool for equally sized memory allocationsMarek Olšák2010-07-194-0/+267
* scons: Fix Cygwin build.Vinson Lee2010-07-161-3/+3
* 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
* 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
* draw: update comments for drawing functionsBrian Paul2010-07-151-5/+16
* draw: move prototype, update commentBrian Paul2010-07-151-3/+3
* tgsi: Remove dead assignment in uprcase function.Vinson Lee2010-07-151-1/+1
* 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
* | os: remove gratuitous pipe_barrier placeholder codenobled2010-07-121-21/+1
* | os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled2010-07-121-1/+0
* | os: Implement pipe_condvar on Windows Vista and laternobled2010-07-121-0/+30
* | os: Implement pipe_condvar on win32nobled2010-07-121-7/+27
* | 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
|/
* draw: Fix off-by-one error in assert.Vinson Lee2010-07-081-1/+1
* gallivm: restore const qualifierBrian Paul2010-07-071-1/+1
* gallivm: fix cube map LOD computationBrian Paul2010-07-071-38/+54
* draw: Remove unnecessary header.Vinson Lee2010-07-061-1/+0