summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-12xmlpool/.gitignore: Remove 'Makefile'Matt Turner1-1/+0
2013-03-12mesa: Use PACKAGE_BUGREPORT macro.Matt Turner2-2/+2
2013-03-12mesa: Remove unused version #defines from version.h.Matt Turner2-13/+0
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner11-13/+11
2013-03-12draw/so: Fix stream output with geometry shadersZack Rusin2-8/+31
2013-03-12include: Fix build with VS 11 (i.e, 2012).José Fonseca1-0/+42
2013-03-12mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca5-180/+125
2013-03-12scons: Allows choosing VS 10 or 11.José Fonseca1-1/+1
2013-03-12radeonsi: Fix off-by-one for maximum vertex element index in some casesMichel Dänzer1-2/+8
2013-03-12nvc0: avoid crash on updating RASTERIZE_ENABLE stateChristoph Bumiller2-4/+18
2013-03-12gallium/tests: check format in compute tests, make selectableChristoph Bumiller1-17/+52
2013-03-12nvc0: add MP trap handler for nve4Christoph Bumiller4-15/+314
2013-03-12nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4Christoph Bumiller6-23/+66
2013-03-12nvc0: implement compute support for nve4Christoph Bumiller18-78/+1882
2013-03-12nvc0/ir: try to fix CAS (CompareAndSwap)Christoph Bumiller2-1/+42
2013-03-12nv50/ir: add CCTL (cache control) opChristoph Bumiller5-4/+33
2013-03-12nvc0/ir/emit: fix emission of large address offsetsChristoph Bumiller1-8/+50
2013-03-12nvc0: add SHADER/COMPUTE_RESOURCE bind flags to format tableChristoph Bumiller1-43/+53
2013-03-12nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytesChristoph Bumiller1-1/+3
2013-03-12nv50,nvc0: copy writable flag on surface creationChristoph Bumiller2-0/+2
2013-03-12nv50/ir: add support for different sampler and resource index on nve4Christoph Bumiller3-37/+51
2013-03-12nv50/ir: implement splitting of 64 bit ops after RAChristoph Bumiller6-39/+98
2013-03-12nvc0/ir: skip back edges when determining latest sched valueChristoph Bumiller1-3/+4
2013-03-12nvc0/ir: use large issue delay after RET, tooChristoph Bumiller1-1/+1
2013-03-12nv50/ir: fix size adjustment for sched info for multiple functionsChristoph Bumiller1-6/+11
2013-03-12nv50/ir: print function inputs and outputsChristoph Bumiller1-1/+22
2013-03-12nv50/ir/ssa: add a few comments regarding RenamePassChristoph Bumiller1-0/+19
2013-03-12nv50/ir/tgsi: Exclude local declarations from function prototypes.Francisco Jerez1-5/+28
2013-03-12nv50/ir/opt: try to make use of SUCLAMP addendChristoph Bumiller1-0/+45
2013-03-12nv50/ir: don't assert on type in Modifier.applyTo if it is 0Christoph Bumiller1-0/+2
2013-03-12nv50/ir: add support for barriersChristoph Bumiller7-15/+161
2013-03-12nv50/ir/tgsi: add support for atomicsChristoph Bumiller1-0/+89
2013-03-12nv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STOREChristoph Bumiller7-30/+303
2013-03-12nvc0/ir: don't replace load from input in COMPUTE progs with VFETCHChristoph Bumiller1-2/+7
2013-03-12nvc0/ir: implement lowering of surface ops for nve4Christoph Bumiller8-16/+429
2013-03-12nvc0/ir: add formatted surface load lib code, move to extra headerChristoph Bumiller6-149/+1309
2013-03-12nv50/ir: extend moveSources for delta < 0Christoph Bumiller2-16/+31
2013-03-12nvc0/ir: lower atomics in s[]Christoph Bumiller1-0/+33
2013-03-12nvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOMChristoph Bumiller2-1/+133
2013-03-12nv50/ir/emit: handle OP_ATOMChristoph Bumiller1-0/+41
2013-03-12nvc0/ir/target: some ops can't be predicated, e.g. CALLChristoph Bumiller1-0/+8
2013-03-12nv50/ir/opt: CALLs cannot loadChristoph Bumiller1-0/+3
2013-03-12nv50/ir: add support for indirect BRA,CALLChristoph Bumiller5-6/+29
2013-03-12nvc0/ir/emit: implement move to and logic ops on predicatesChristoph Bumiller1-0/+45
2013-03-12nvc0/ir/emit: implement surface related opsChristoph Bumiller2-0/+301
2013-03-12nv50/ir: initialize CodeEmitters' specialized target fieldsChristoph Bumiller3-9/+10
2013-03-12nv50/ir/opt: make optimization aware of atomics, barriers, surface opsChristoph Bumiller2-1/+28
2013-03-12nv50/ir: add various new OPs that will be needed for computeChristoph Bumiller9-48/+179
2013-03-12nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.Francisco Jerez4-12/+21
2013-03-12nv50/ir: fix comparison of system valuesChristoph Bumiller1-0/+3