summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mapi: Build with subdir-objects.Matt Turner2015-01-234-99/+53
* mapi: Remove vgapi from SUBDIRS.Matt Turner2015-01-231-3/+5
* mesa: Drop inclusion of glapi_gen.mk.Matt Turner2015-01-231-5/+1
* glsl: Build with subdir-objects.Matt Turner2015-01-233-190/+188
* nir: Add headers to distribution.Matt Turner2015-01-231-0/+2
* nir: Add nir_{opt_,}algebraic.py to distribution.Matt Turner2015-01-231-0/+2
* mesa: Add format_{un,}pack.py to distribution.Matt Turner2015-01-231-0/+2
* mesa: Remove pack_tmp.h from sources.Matt Turner2015-01-231-1/+0
* nir: add generated file to .gitignoreConnor Abbott2015-01-231-0/+1
* i965: Fix min_vs_entries for CHVVille Syrjälä2015-01-231-1/+1
* i965: Fix max_wm_threads for CHVVille Syrjälä2015-01-231-1/+1
* glsl: fix stale commentConnor Abbott2015-01-231-5/+4
* i965/emit: Assert that src1 is not an MRF after doing the MRF->GRF conversionJason Ekstrand2015-01-221-1/+1
* i965/emit: Do the sampler index adjustment directly in header.0.3Jason Ekstrand2015-01-224-7/+5
* st/nine: Correctly handle when ff vs should have no texture coord input/outputAxel Davy2015-01-221-11/+20
* st/nine: Change comment relating to vertex shader inputs not matching declara...Axel Davy2015-01-221-5/+6
* st/nine: Allocate vs constbuf buffer for indirect addressing once.Axel Davy2015-01-223-5/+6
* st/nine: Allocate the correct size for the user constant bufferAxel Davy2015-01-223-7/+8
* st/nine: Add variables containing the size of the constant buffersAxel Davy2015-01-223-6/+10
* st/nine: Fix sm3 relative addressing for non-debug buildAxel Davy2015-01-221-4/+0
* st/nine: Remove unused code for psAxel Davy2015-01-223-40/+15
* st/nine: Correct rules for relative adressing and constants.Axel Davy2015-01-221-6/+8
* st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGBAxel Davy2015-01-221-3/+36
* st/nine: Implement TEXDP3TEXAxel Davy2015-01-221-1/+19
* st/nine: Implement TEXDP3Axel Davy2015-01-221-1/+11
* st/nine: Implement TEXDEPTHAxel Davy2015-01-221-1/+22
* st/nine: Implement TEXM3x3SPECAxel Davy2015-01-221-1/+38
* st/nine: Implement TEXM3x2TEXAxel Davy2015-01-221-1/+19
* st/nine: implement TEXM3x2DEPTHAxel Davy2015-01-221-1/+26
* st/nine: Fix TEXM3x3 and implement TEXM3x3VSPECAxel Davy2015-01-221-17/+36
* st/nine: Fill missing dst and src number for some instructions.Axel Davy2015-01-221-23/+23
* st/nine: Implement TEXCOORD special behavioursAxel Davy2015-01-221-5/+26
* st/nine: Fix CALLNZ implementationAxel Davy2015-01-221-9/+4
* st/nine: Fix some fixed function pipeline operationAxel Davy2015-01-221-2/+4
* st/nine: Clamp ps 1.X constantsAxel Davy2015-01-221-0/+7
* st/nine: Remove duplicated code for ps texcoord input declarationAxel Davy2015-01-221-8/+4
* st/nine: Fix CND implementationAxel Davy2015-01-221-9/+13
* st/nine: Match REP implementation to LOOPAxel Davy2015-01-221-19/+30
* st/nine: Rewrite LOOP implementation, and a0 aL handlingAxel Davy2015-01-221-63/+100
* st/nine: Correct LOG on negative valuesAxel Davy2015-01-221-2/+13
* st/nine: Handle NRM with input of null normAxel Davy2015-01-221-1/+3
* st/nine: Handle RSQ special casesAxel Davy2015-01-221-1/+12
* st/nine: Fix POW implementationAxel Davy2015-01-221-1/+12
* st/nine: Fix typo for M4x4Axel Davy2015-01-221-1/+1
* st/nine: Correctly declare NineTranslateInstruction_Mkxn inputsAxel Davy2015-01-221-2/+5
* st/nine: Saturate oFog and oPts vs outputsAxel Davy2015-01-221-2/+2
* st/nine: Remove some shader unused codeAxel Davy2015-01-221-22/+1
* st/nine: Convert integer constants to floats before storing them when cards d...Axel Davy2015-01-221-13/+52
* st/nine: Rework of boolean constantsAxel Davy2015-01-223-35/+24
* st/nine: Add ATI1 and ATI2 supportAxel Davy2015-01-226-7/+34