summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: flush upon PIPE_FLUSH_TEXTURE_CACHE tooBrian Paul2010-04-161-1/+2
* llvmpipe: make sure state is up to date before getting vertex layout/infoBrian Paul2010-04-161-0/+4
* llvmpipe: additional texture assertionBrian Paul2010-04-161-0/+4
* llvmpipe: print_triangle() func (disabled)Brian Paul2010-04-161-0/+29
* softpipe: rename vars, update comments, etcBrian Paul2010-04-162-92/+91
* st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul2010-04-161-0/+6
* softpipe: s/template/templat/ to avoid potential C++ issuesBrian Paul2010-04-161-12/+12
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-1622-347/+1430
* gallium: comments and whitespace fixesBrian Paul2010-04-161-8/+13
* softpipe: formatting fixes and commentsBrian Paul2010-04-161-66/+63
* gallivm: remove some old stuffBrian Paul2010-04-161-5/+0
* st/drisw: Stop pretending to be drm_apiJakob Bornecrantz2010-04-164-63/+8
* st/dri: Refactor init code a bitJakob Bornecrantz2010-04-165-9/+18
* st/mesa: Remove NULL check of pointer that could not be NULL.Vinson Lee2010-04-161-4/+3
* r300/compiler: Fix texture instruction readmasks.Corbin Simpson2010-04-163-7/+27
* r300/compiler: Fix magic numbers in readmasks.Corbin Simpson2010-04-161-3/+3
* r300/compiler: Oops, this slipped through.Corbin Simpson2010-04-161-2/+4
* r300/compiler: Save Q for mirror and repeat.Corbin Simpson2010-04-161-22/+20
* r300/compiler: Split off texture fixes to their own file.Corbin Simpson2010-04-168-555/+369
* drisw: Move pointer dereferences to after NULL checks.Vinson Lee2010-04-161-2/+4
* st/egl: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* st/dri: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* st/mesa: Move dereference and assignment to after NULL check.Vinson Lee2010-04-151-1/+2
* mesa: Add missing format specifiers in error strings.Vinson Lee2010-04-151-13/+13
* r300/compiler: fix repeat wrap mode for TXP and NPOTsMarek Olšák2010-04-162-8/+17
* i915g: Create a special 2D layout helperJakob Bornecrantz2010-04-151-27/+30
* i915g: Fix 2D layoutsJakob Bornecrantz2010-04-151-12/+17
* i915g: Remove unused argsJakob Bornecrantz2010-04-151-51/+20
* r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák2010-04-154-9/+2
* r300g: mask out the mirrored bit correctly in the registersMarek Olšák2010-04-151-12/+12
* r300g: fix the MIRROR_CLAMP_TO_BORDER wrap modeMarek Olšák2010-04-151-1/+1
* r300g: add missing r300_state.hMarek Olšák2010-04-151-0/+30
* r300g: disable the REPEAT NPOT fallback until it worksMarek Olšák2010-04-151-1/+2
* r300g: do not use NPOT fallback for CLAMP wrap modesMarek Olšák2010-04-151-23/+29
* r300g: pick a new fragment shader when either a sampler state or view is changedMarek Olšák2010-04-153-17/+24
* st/mesa: Remove unnecessary headers.Vinson Lee2010-04-141-3/+0
* nvfx: dont swizzle stuff into GARTXavier Chantry2010-04-151-2/+2
* nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-157-32/+39
* i915g: Remove unnecessary header.Vinson Lee2010-04-141-1/+0
* r300g: fix regression in texdepth.Dave Airlie2010-04-151-5/+7
* gallium/tests: Add test case for pipe_barrier.Vinson Lee2010-04-143-0/+88
* swrastg: Fix defines to be able to load more then one sw driverJakob Bornecrantz2010-04-141-6/+6
* llvmpipe: comments for fence functionsBrian Paul2010-04-141-0/+26
* egl_dri2: Enable KHR_gl_texture_2D_imageKristian Høgsberg2010-04-141-0/+1
* r300g: fix possible crash when shader compilation failsMarek Olšák2010-04-142-0/+6
* Initialize DRI2 swap interval to 0Michael Schmidt2010-04-141-0/+1
* r300g: simplify get_shader_constant to be rc-constant-state specificMarek Olšák2010-04-141-47/+34
* st/mesa: put ATI_texture_mirror_once in the right placeMarek Olšák2010-04-141-2/+1
* progs/gallium: Fix relative path in Makefile.Vinson Lee2010-04-142-2/+2
* u_blitter: Coords are normalized.Corbin Simpson2010-04-131-0/+1