summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee2013-03-121-0/+1
* scons: Define PACKAGE_xxxJosé Fonseca2013-03-131-0/+5
* docs: rewrite the OSMesa info / instructionsBrian Paul2013-03-121-40/+25
* configure: wire-up new OSMesa gallium state tracker and targetBrian Paul2013-03-121-0/+4
* target/osmesa: add new Makefile.amBrian Paul2013-03-121-0/+91
* targets/osmesa: new OSMesa gallium targetBrian Paul2013-03-121-0/+55
* st/osmesa: add new Makefile.amBrian Paul2013-03-121-0/+41
* st/osmesa: new OSMesa gallium state trackerBrian Paul2013-03-121-0/+793
* st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer supportBrian Paul2013-03-121-0/+3
* scons: Re-add ','José Fonseca2013-03-131-1/+1
* autotools: Add missing top-level include dir.José Fonseca2013-03-131-0/+1
* configure.ac: Alphabetize freedreno makefiles.Matt Turner2013-03-121-3/+3
* build: Get rid of dead MESA_ASM_FILES variableMatt Turner2013-03-122-6/+0
* mesa/build: Get rid of dead ALL_FILES variableMatt Turner2013-03-121-6/+0
* xmlpool/.gitignore: Remove 'Makefile'Matt Turner2013-03-121-1/+0
* mesa: Use PACKAGE_BUGREPORT macro.Matt Turner2013-03-122-2/+2
* mesa: Remove unused version #defines from version.h.Matt Turner2013-03-122-13/+0
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-1211-13/+11
* draw/so: Fix stream output with geometry shadersZack Rusin2013-03-122-8/+31
* include: Fix build with VS 11 (i.e, 2012).José Fonseca2013-03-121-0/+42
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-125-180/+125
* scons: Allows choosing VS 10 or 11.José Fonseca2013-03-121-1/+1
* radeonsi: Fix off-by-one for maximum vertex element index in some casesMichel Dänzer2013-03-121-2/+8
* nvc0: avoid crash on updating RASTERIZE_ENABLE stateChristoph Bumiller2013-03-122-4/+18
* gallium/tests: check format in compute tests, make selectableChristoph Bumiller2013-03-121-17/+52
* nvc0: add MP trap handler for nve4Christoph Bumiller2013-03-124-15/+314
* nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4Christoph Bumiller2013-03-126-23/+66
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-1218-78/+1882
* nvc0/ir: try to fix CAS (CompareAndSwap)Christoph Bumiller2013-03-122-1/+42
* nv50/ir: add CCTL (cache control) opChristoph Bumiller2013-03-125-4/+33
* nvc0/ir/emit: fix emission of large address offsetsChristoph Bumiller2013-03-121-8/+50
* nvc0: add SHADER/COMPUTE_RESOURCE bind flags to format tableChristoph Bumiller2013-03-121-43/+53
* nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytesChristoph Bumiller2013-03-121-1/+3
* nv50,nvc0: copy writable flag on surface creationChristoph Bumiller2013-03-122-0/+2
* nv50/ir: add support for different sampler and resource index on nve4Christoph Bumiller2013-03-123-37/+51
* nv50/ir: implement splitting of 64 bit ops after RAChristoph Bumiller2013-03-126-39/+98
* nvc0/ir: skip back edges when determining latest sched valueChristoph Bumiller2013-03-121-3/+4
* nvc0/ir: use large issue delay after RET, tooChristoph Bumiller2013-03-121-1/+1
* nv50/ir: fix size adjustment for sched info for multiple functionsChristoph Bumiller2013-03-121-6/+11
* nv50/ir: print function inputs and outputsChristoph Bumiller2013-03-121-1/+22
* nv50/ir/ssa: add a few comments regarding RenamePassChristoph Bumiller2013-03-121-0/+19
* nv50/ir/tgsi: Exclude local declarations from function prototypes.Francisco Jerez2013-03-121-5/+28
* nv50/ir/opt: try to make use of SUCLAMP addendChristoph Bumiller2013-03-121-0/+45
* nv50/ir: don't assert on type in Modifier.applyTo if it is 0Christoph Bumiller2013-03-121-0/+2
* nv50/ir: add support for barriersChristoph Bumiller2013-03-127-15/+161
* nv50/ir/tgsi: add support for atomicsChristoph Bumiller2013-03-121-0/+89
* nv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STOREChristoph Bumiller2013-03-127-30/+303
* nvc0/ir: don't replace load from input in COMPUTE progs with VFETCHChristoph Bumiller2013-03-121-2/+7
* nvc0/ir: implement lowering of surface ops for nve4Christoph Bumiller2013-03-128-16/+429
* nvc0/ir: add formatted surface load lib code, move to extra headerChristoph Bumiller2013-03-126-149/+1309