summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2010-09-10r600g: add initial evergreen supportDave Airlie25-62/+5303
2010-09-10r600g: align flushing of cb/db with DDX/r600c.Dave Airlie5-32/+95
2010-09-10r600g: don't need 3 bos here.Dave Airlie2-8/+4
2010-09-09graw: added test for finding shader mem leaksBrian Paul2-0/+267
2010-09-09draw: minor reformattingBrian Paul1-2/+1
2010-09-09graw: emit warnings when context/surface creation failesBrian Paul1-3/+11
2010-09-09winsys: emit warning in null_sw_displaytarget_create()Brian Paul1-0/+2
2010-09-09graw: fix array size, indentation,Brian Paul1-7/+10
2010-09-09st/dri: support EGL_MESA_image_drm: queryImageben1-0/+30
2010-09-09st/dri: support EGL_MESA_image_drm: createImageben1-0/+58
2010-09-09llvmpipe: remove redundant tgsi_dup_tokens() callBrian Paul1-3/+0
2010-09-08st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu1-1/+9
2010-09-08st/dri: Use enum st_api_type internally.Chia-I Wu5-27/+39
2010-09-08st/dri: Add multi-api supportnobled5-13/+46
2010-09-08st/dri: Make clear which API's are supportednobled1-1/+4
2010-09-08r600g: add initial bank swizzle support.Dave Airlie4-4/+295
2010-09-08r600g: Added missing r600_bc_add_literal() calls to XPD implementation.Tilman Sauerbeck1-0/+8
2010-09-08r600g: Added preliminary support for the LOG opcode.Tilman Sauerbeck1-1/+121
2010-09-08r600g: Added missing abs-ification to RSQ.Tilman Sauerbeck1-1/+30
2010-09-08r600g: split opcodes out and add wrapper around usage.Dave Airlie4-208/+233
2010-09-08r600g: add support for constants in memory buffers.Dave Airlie14-51/+154
2010-09-08r600g: abstract the hw states out behind a vtbl.Dave Airlie7-975/+1103
2010-09-07libgl-xlib: Fix --enable-gallium-llvm build.Chia-I Wu1-1/+9
2010-09-07llvmpipe: Add lp_rast_debug.c to Makefile.Chia-I Wu1-0/+1
2010-09-07llvmpipe: Refactor lp_scene_add_resource_referenceJosé Fonseca1-14/+15
2010-09-07llvmpipe: Fix negated logic in lp_scene_add_resource_reference().José Fonseca1-1/+1
2010-09-07llvmpipe: move more coef setup into lp_setup_coef.cKeith Whitwell4-40/+61
2010-09-07llvmpipe: declare fence handle structKeith Whitwell1-0/+1
2010-09-07llvmpipe: rasterization debugging helpersKeith Whitwell7-0/+428
2010-09-07llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell15-441/+513
2010-09-07llvmpipe: rearrange queriesKeith Whitwell4-116/+53
2010-09-07llvmpipe: enforce fixed memory limit on scenesKeith Whitwell11-341/+459
2010-09-07llvmpipe: clean up deferred zstencil clearsKeith Whitwell6-79/+41
2010-09-07llvmpipe: rework fences and queriesKeith Whitwell7-92/+124
2010-09-07llvmpipe: move whole-tile emit into a functionKeith Whitwell2-8/+42
2010-09-07llvmpipe: put fs variant dumping in a functionKeith Whitwell2-4/+15
2010-09-07Replace reference to tgsi-instruction-set.txt.Tilman Sauerbeck1-1/+1
2010-09-06nvfx: fix return in vp mainLuca Barbieri1-17/+39
2010-09-06r600g: add error print for no literals for r700s as wellDave Airlie1-0/+3
2010-09-06r600g: fixup r700 assembler for clamp/relative addressingDave Airlie1-13/+18
2010-09-06r600g: add script to generate header file with offsets into state objects.Dave Airlie3-412/+564
2010-09-06r600g: fix up surface referencesDave Airlie1-4/+2
2010-09-06r600g: search for sampler views in context on removal.Dave Airlie1-0/+17
2010-09-06r600g: add missing printf operandDave Airlie1-1/+1
2010-09-05nvfx: support nv30 simulation on nv40Luca Barbieri7-32/+50
2010-09-05nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri4-9050/+1775
2010-09-05nvfx: move nv04_2d to rules-ng-ngLuca Barbieri3-17/+1518
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri18-334/+2587
2010-09-05nvfx: remove remaining BEGIN_RING/eng3d usesLuca Barbieri2-15/+18
2010-09-05nvfx: pause occlusion queries during blitter usageLuca Barbieri4-10/+36