summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca2010-05-112-0/+10
* llvmpipe: fix texture image size calculationBrian Paul2010-05-111-1/+1
* llvmpipe: add a simple resource tracking/debug featureBrian Paul2010-05-112-0/+58
* llvmpipe: remove trailing whitespace, rewrap commentBrian Paul2010-05-111-3/+2
* scons: Export shouldn't be part of the if stanza.José Fonseca2010-05-111-1/+1
* st/xorg: Fix SCons build.Michel Dänzer2010-05-111-1/+3
* tests/graw: raw -> grawJosé Fonseca2010-05-113-1/+1
* gallium: Add llvmpipe support to st/egl.Chia-I Wu2010-05-112-1/+6
* llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLEBrian Paul2010-05-101-1/+1
* llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul2010-05-105-24/+47
* llvmpipe: update image dump/debug codeBrian Paul2010-05-101-16/+17
* llvmpipe: add, update, rewrap commentsBrian Paul2010-05-102-6/+16
* gallivm/llvmpipe: move an old comment to a better locationBrian Paul2010-05-102-11/+11
* svga: Fill in is_resource_referenced callback.José Fonseca2010-05-101-0/+1
* gallivm: Silent warning.José Fonseca2010-05-101-1/+1
* gallivm: Add missing lvalue.José Fonseca2010-05-101-1/+1
* i965g: link with software- wrapper winsys and drm api helperJakob Bornecrantz2010-05-101-0/+2
* gallium: Add software drm api helper to scons buildJakob Bornecrantz2010-05-102-0/+22
* gallium: Add pipe wrapper software winsys to scons buildJakob Bornecrantz2010-05-102-0/+26
* i965g: fix resource creation recursion bugRoland Scheidegger2010-05-101-1/+1
* i965g: add brw_state_debug.c to SConscriptRoland Scheidegger2010-05-101-1/+1
* i965g: avoid void * arithmeticRoland Scheidegger2010-05-101-1/+1
* gallivm: Temporarily disable custom LLVMDumpValue on MSVC.José Fonseca2010-05-101-2/+3
* gallivm: cosf/sinf are macros on MSVC.José Fonseca2010-05-101-2/+12
* gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca2010-05-087-9/+113
* gallivm: Fix mipfiltering with negative lod bias.José Fonseca2010-05-081-2/+4
* gallivm: Actually do floor/ceil/trunc for scalars.José Fonseca2010-05-083-166/+34
* gallivm: Import the code to compute the minimax polynomials.José Fonseca2010-05-081-0/+85
* gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].José Fonseca2010-05-081-14/+41
* gallivm: Don't hardcode number of args twice.José Fonseca2010-05-081-1/+1
* r300g: follow pipe_rasterizer_state::light_twosideMarek Olšák2010-05-083-5/+27
* r300g: follow pipe_rasterizer_state::point_size_per_vertexMarek Olšák2010-05-081-4/+15
* r300g: move GA_POINT_MINMAX back to rs_stateMarek Olšák2010-05-083-6/+17
* r300g: fix glean/pointSprite using lodbias correctionMarek Olšák2010-05-081-1/+1
* r300g: pass depth texture swizzle to the compiler if compare mode is enabledMarek Olšák2010-05-086-68/+111
* r300g: respect compare mode regardless of sampler typeMarek Olšák2010-05-081-0/+2
* r300/compiler: generalize depth texture mode to support arbitrary swizzlesMarek Olšák2010-05-081-2/+2
* r300g: consolidate common render code into one functionMarek Olšák2010-05-084-85/+95
* gallivm: The the JIT engine to use our sinf()/cosf() on Windows.José Fonseca2010-05-081-18/+79
* gallivm: Fix BREAK/CONT translation.José Fonseca2010-05-081-44/+63
* llvmpipe: Cover more formats in unit test.José Fonseca2010-05-081-29/+38
* gallivm: Fix segfaul when inserting allocas in an empty function.José Fonseca2010-05-081-3/+10
* gallivm: Centralize SoA swizzling into a single place.José Fonseca2010-05-085-70/+128
* gallivm: Support predicates.José Fonseca2010-05-082-8/+101
* llvmpipe: Match p_screen.h's function prototype.José Fonseca2010-05-081-1/+1
* llvmpipe: Remove unnecessary header.Vinson Lee2010-05-081-1/+0
* egl: Build drivers in $(TOP)/$(LIB_DIR)/egl.Chia-I Wu2010-05-081-3/+4
* gallium: Add egl-apis target.Chia-I Wu2010-05-089-151/+130
* egl_g3d: Check external modules for client APIs first.Chia-I Wu2010-05-083-39/+157
* gallium/draw: additional comments in the clipping codeBrian Paul2010-05-071-5/+10