summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/osmesa: Fix osbuffer->textures indexingPark, Jeongmin2015-02-041-1/+1
* st/nine: Allocate vs constbuf buffer for indirect addressing once.Axel Davy2015-01-233-5/+6
* st/nine: Allocate the correct size for the user constant bufferAxel Davy2015-01-233-7/+8
* st/nine: Add variables containing the size of the constant buffersAxel Davy2015-01-233-6/+10
* st/nine: Fix sm3 relative addressing for non-debug buildAxel Davy2015-01-231-4/+0
* st/nine: Remove unused code for psAxel Davy2015-01-233-40/+15
* st/nine: Correct rules for relative adressing and constants.Axel Davy2015-01-231-6/+8
* st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGBAxel Davy2015-01-231-3/+36
* st/nine: Implement TEXDP3TEXAxel Davy2015-01-231-1/+19
* st/nine: Implement TEXDP3Axel Davy2015-01-231-1/+11
* st/nine: Implement TEXDEPTHAxel Davy2015-01-231-1/+22
* st/nine: Implement TEXM3x3SPECAxel Davy2015-01-231-1/+38
* st/nine: Implement TEXM3x2TEXAxel Davy2015-01-231-1/+19
* st/nine: implement TEXM3x2DEPTHAxel Davy2015-01-231-1/+26
* st/nine: Fix TEXM3x3 and implement TEXM3x3VSPECAxel Davy2015-01-231-18/+36
* st/nine: Fill missing dst and src number for some instructions.Axel Davy2015-01-231-23/+23
* st/nine: Implement TEXCOORD special behavioursAxel Davy2015-01-231-8/+27
* 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: Fix CND implementationAxel Davy2015-01-221-9/+13
* 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
* st/nine: Check if srgb format is supported before trying to use it.Axel Davy2015-01-222-2/+19
* st/nine: Hack to generate resource if it doesn't exist when getting viewStanislaw Halik2015-01-221-0/+3
* st/nine: NineBaseTexture9: update sampler view creationAxel Davy2015-01-221-13/+32
* st/nine: Return D3DERR_INVALIDCALL when trying to create a texture of bad formatAxel Davy2015-01-223-3/+26
* st/nine: Fix crash when deleting non-implicit swapchainAxel Davy2015-01-221-1/+1
* st/nine: CubeTexture: fix GetLevelDescAxel Davy2015-01-221-1/+1
* st/nine: NineBaseTexture9: fix setting of last_layerAxel Davy2015-01-221-2/+2
* st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTSAxel Davy2015-01-221-1/+3
* st/nine: Fix D3DRS_POINTSPRITE supportXavier Bouchoux2015-01-221-3/+3
* st/nine: Add new texture format stringsAxel Davy2015-01-221-0/+3
* nine: Drop use of TGSI_OPCODE_CND.Jose Fonseca2015-01-221-9/+1
* st/nine: Fix vertex declarations for non-standard (usage/index)Axel Davy2014-12-037-108/+89
* st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...Axel Davy2014-12-031-60/+52
* st/nine: Queries: Fix D3DISSUE_END behaviour.Axel Davy2014-12-031-4/+6
* st/nine: Fix setting of the shift modifier in nine_shaderAxel Davy2014-12-031-2/+4
* st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]David Heidelberg2014-12-031-2/+0
* st/nine: fix wrong variable resetAxel Davy2014-12-031-1/+1
* st/nine: return GetAvailableTextureMem in bytes as expected (v2)David Heidelberg2014-12-031-1/+5