summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nouveau/nvfx: Fill more PIPE_CAP_MAX_ valuesPatrice Mandin2010-05-211-13/+14
* Add __DragonFly__ in querymatrix for fpclassify()David Shao2010-05-211-1/+1
* progs/tests: print more info in copypixrate.cBrian Paul2010-05-211-0/+3
* docs: update 7.8.2 relnotes with Cell driver fixesBrian Paul2010-05-211-1/+2
* cell: assorted compilation fixesBrian Paul2010-05-214-14/+32
* cell: fix breakage from earlier draw module changesBrian Paul2010-05-212-2/+2
* gallium: remnants of old ccw stateKeith Whitwell2010-05-216-10/+6
* Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-2133-411/+401
|\
| * docs: update rasterizer for ccw changesKeith Whitwell2010-05-211-55/+80
| * llvmpipe: fix front/back tri culling mix-upBrian Paul2010-05-171-2/+2
| * draw: fix front/back error in unfilled pipeline stageKeith Whitwell2010-05-141-3/+4
| * draw: fix typo checking for unfilled polygonsKeith Whitwell2010-05-141-1/+1
| * softpipe: restore culling codeKeith Whitwell2010-05-141-3/+21
| * gallium: more work on ccw flag removalKeith Whitwell2010-05-1411-74/+79
| * gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-1428-293/+234
* | scons: Remove debug print statement.Vinson Lee2010-05-201-2/+0
* | Make TLS EGL dri2 driver search path behavior match TLS GLX dri2 behavior.Eric Anholt2010-05-201-9/+12
* | Fix a substitution in glesv1_cm.pcEric Anholt2010-05-201-1/+1
* | i965: remove disabled code for cycling through MRF registers in clipping.Eric Anholt2010-05-202-17/+2
* | nv50: fixed other void pointer arithmetic errorsXavier Chantry2010-05-201-5/+6
* | nv50: fix too long shader uploads by splitting themXavier Chantry2010-05-202-8/+19
* | nv50: fill in shader limitsChristoph Bumiller2010-05-201-0/+28
* | scons: add comments and whitespaceBrian Paul2010-05-201-0/+9
* | scons: fix llvm detectionBrian Paul2010-05-201-1/+11
* | gallivm: rename a var: s/val/array_size/Brian Paul2010-05-201-3/+3
* | gallivm: fix spelling in commentBrian Paul2010-05-201-1/+1
* | gallivm: handle pointer types in lp_dump_llvmtype()Brian Paul2010-05-201-0/+5
* | llvmpipe: more tweaks to dump_fs_variant_key()Brian Paul2010-05-201-5/+7
* | gallium: fix/update tex target dumpingBrian Paul2010-05-201-0/+2
* | llvmpipe: use util_dump_logicop()Brian Paul2010-05-201-1/+1
* | gallium: added util_dump_logicop()Brian Paul2010-05-202-0/+46
* | llvmpipe: put variant print/debug code into separate functionBrian Paul2010-05-201-59/+70
* | intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg2010-05-204-35/+29
* | graw-null: Remove unnecessary header.Vinson Lee2010-05-201-2/+0
* | st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz2010-04-292-12/+27
* | st/xorg: Remove save and restore hw stateJakob Bornecrantz2010-04-292-37/+0
* | st/xorg: Get new connection status from kernelJakob Bornecrantz2010-04-293-12/+57
* | progs/egl: Fix building on cygwin.Chia-I Wu2010-05-1911-12/+35
* | egl: Link drivers back to libEGL.Chia-I Wu2010-05-192-2/+2
* | gallium/docs: s/milli/nano/Mathias Fröhlich2010-05-191-1/+1
* | graw: Disable build of tests/graw.Vinson Lee2010-05-191-1/+1
* | fpclassify is available on C99-compliant Solaris releases tooAlan Coopersmith2010-05-191-1/+2
* | util: Remove unused imports from Python scripts.Vinson Lee2010-05-192-4/+0
* | util: Remove unnecessary semicolons in Python scripts.Vinson Lee2010-05-192-5/+5
* | Merge commit 'origin/graw-tests'Keith Whitwell2010-05-199-66/+593
|\ \
| * | graw: add quad-tex graw test for basic texturingKeith Whitwell2010-05-142-1/+406
| * | graw: combine graw_init and graw_create_window functionsKeith Whitwell2010-05-143-42/+51
| * | graw: split util code into new fileKeith Whitwell2010-05-143-31/+37
| * | graw: move towards glut-like interface, add tri.cKeith Whitwell2010-05-144-27/+103
| * | scons: add 'targets' variable, for specifying ... targetsKeith Whitwell2010-05-142-6/+37
| |/