aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * st/glx: adapt to interface changesRoland Scheidegger2010-05-172-11/+11
| * st/wgl: adapt to interface changesRoland Scheidegger2010-05-171-3/+3
| * st/vega: adapt to interface changesRoland Scheidegger2010-05-174-57/+37
| * st/xorg: adapt to interface changesRoland Scheidegger2010-05-174-76/+54
| * st/python: adapt to interface changesRoland Scheidegger2010-05-176-27/+49
| * svga: adapt to interface changesRoland Scheidegger2010-05-172-19/+42
| * r300g: adapt to interface changesRoland Scheidegger2010-05-175-61/+89
| * nouveau: adapt to interface changesRoland Scheidegger2010-05-178-30/+72
| * fo: adapt to interface changesRoland Scheidegger2010-05-171-2/+2
| * identity: adapt to interface changesRoland Scheidegger2010-05-172-51/+65
| * trace: adapt to interface changesRoland Scheidegger2010-05-172-28/+40
| * i965g: adapt to interface changesRoland Scheidegger2010-05-174-4/+13
| * i915g: adapt to interface changesRoland Scheidegger2010-05-172-21/+67
| * softpipe: adapt to interface changesRoland Scheidegger2010-05-172-16/+7
| * llvmpipe: adapt to interface changesRoland Scheidegger2010-05-172-20/+27
| * cell: adapt to interface changesRoland Scheidegger2010-05-172-16/+8
| * gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-178-143/+145
| * gallium: clean up resource_copy_region functionRoland Scheidegger2010-05-172-6/+3
| * gallium: another interface change for multisamplingRoland Scheidegger2010-05-172-21/+5
| * Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-05-0493-1407/+1478
| |\
| * \ Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-04-3090-990/+1446
| |\ \
| * | | gallium: fix glaring bugs in last commitRoland Scheidegger2010-04-272-3/+2
| * | | gallium: interface changes for multisamplingRoland Scheidegger2010-04-268-26/+82
* | | | nouveau/nvfx: Fill more PIPE_CAP_MAX_ valuesPatrice Mandin2010-05-211-13/+14
* | | | 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-2132-366/+372
|\ \ \ \
| * | | | 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-1410-29/+50
| * | | | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-1428-293/+234
* | | | | 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
* | | | | 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
* | | | | 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