summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-01-22st/nine: Correctly handle when ff vs should have no texture coord input/outputAxel Davy1-11/+20
2015-01-22st/nine: Change comment relating to vertex shader inputs not matching declara...Axel Davy1-5/+6
2015-01-22st/nine: Allocate vs constbuf buffer for indirect addressing once.Axel Davy3-5/+6
2015-01-22st/nine: Allocate the correct size for the user constant bufferAxel Davy3-7/+8
2015-01-22st/nine: Add variables containing the size of the constant buffersAxel Davy3-6/+10
2015-01-22st/nine: Fix sm3 relative addressing for non-debug buildAxel Davy1-4/+0
2015-01-22st/nine: Remove unused code for psAxel Davy3-40/+15
2015-01-22st/nine: Correct rules for relative adressing and constants.Axel Davy1-6/+8
2015-01-22st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGBAxel Davy1-3/+36
2015-01-22st/nine: Implement TEXDP3TEXAxel Davy1-1/+19
2015-01-22st/nine: Implement TEXDP3Axel Davy1-1/+11
2015-01-22st/nine: Implement TEXDEPTHAxel Davy1-1/+22
2015-01-22st/nine: Implement TEXM3x3SPECAxel Davy1-1/+38
2015-01-22st/nine: Implement TEXM3x2TEXAxel Davy1-1/+19
2015-01-22st/nine: implement TEXM3x2DEPTHAxel Davy1-1/+26
2015-01-22st/nine: Fix TEXM3x3 and implement TEXM3x3VSPECAxel Davy1-17/+36
2015-01-22st/nine: Fill missing dst and src number for some instructions.Axel Davy1-23/+23
2015-01-22st/nine: Implement TEXCOORD special behavioursAxel Davy1-5/+26
2015-01-22st/nine: Fix CALLNZ implementationAxel Davy1-9/+4
2015-01-22st/nine: Fix some fixed function pipeline operationAxel Davy1-2/+4
2015-01-22st/nine: Clamp ps 1.X constantsAxel Davy1-0/+7
2015-01-22st/nine: Remove duplicated code for ps texcoord input declarationAxel Davy1-8/+4
2015-01-22st/nine: Fix CND implementationAxel Davy1-9/+13
2015-01-22st/nine: Match REP implementation to LOOPAxel Davy1-19/+30
2015-01-22st/nine: Rewrite LOOP implementation, and a0 aL handlingAxel Davy1-63/+100
2015-01-22st/nine: Correct LOG on negative valuesAxel Davy1-2/+13
2015-01-22st/nine: Handle NRM with input of null normAxel Davy1-1/+3
2015-01-22st/nine: Handle RSQ special casesAxel Davy1-1/+12
2015-01-22st/nine: Fix POW implementationAxel Davy1-1/+12
2015-01-22st/nine: Fix typo for M4x4Axel Davy1-1/+1
2015-01-22st/nine: Correctly declare NineTranslateInstruction_Mkxn inputsAxel Davy1-2/+5
2015-01-22st/nine: Saturate oFog and oPts vs outputsAxel Davy1-2/+2
2015-01-22st/nine: Remove some shader unused codeAxel Davy1-22/+1
2015-01-22st/nine: Convert integer constants to floats before storing them when cards d...Axel Davy1-13/+52
2015-01-22st/nine: Rework of boolean constantsAxel Davy3-35/+24
2015-01-22st/nine: Add ATI1 and ATI2 supportAxel Davy6-7/+34
2015-01-22st/nine: Check if srgb format is supported before trying to use it.Axel Davy2-2/+19
2015-01-22st/nine: Hack to generate resource if it doesn't exist when getting viewStanislaw Halik1-0/+3
2015-01-22st/nine: NineBaseTexture9: update sampler view creationAxel Davy1-13/+32
2015-01-22st/nine: Return D3DERR_INVALIDCALL when trying to create a texture of bad formatAxel Davy3-3/+26
2015-01-22st/nine: Fix crash when deleting non-implicit swapchainAxel Davy1-1/+1
2015-01-22st/nine: CubeTexture: fix GetLevelDescAxel Davy1-1/+1
2015-01-22st/nine: NineBaseTexture9: fix setting of last_layerAxel Davy1-2/+2
2015-01-22st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTSAxel Davy1-1/+3
2015-01-22st/nine: Fix D3DRS_POINTSPRITE supportXavier Bouchoux1-3/+3
2015-01-22st/nine: Add new texture format stringsAxel Davy1-0/+3
2015-01-22st/nine: Fix clip state logicAxel Davy1-1/+3
2015-01-22st/nine: query: remove unused variable (trivial)David Heidelberger1-1/+0
2015-01-20vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694Eric Anholt1-1/+1
2015-01-20freedreno/a4xx: sysmem bypassRob Clark1-3/+58