summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-24Add release notes for the 10.4.3 releasemesa-10.4.3Emil Velikov1-0/+143
2015-01-24Update version to 10.4.3Emil Velikov1-1/+1
2015-01-23st/nine: Allocate vs constbuf buffer for indirect addressing once.Axel Davy3-5/+6
2015-01-23st/nine: Allocate the correct size for the user constant bufferAxel Davy3-7/+8
2015-01-23st/nine: Add variables containing the size of the constant buffersAxel Davy3-6/+10
2015-01-23st/nine: Fix sm3 relative addressing for non-debug buildAxel Davy1-4/+0
2015-01-23st/nine: Remove unused code for psAxel Davy3-40/+15
2015-01-23st/nine: Correct rules for relative adressing and constants.Axel Davy1-6/+8
2015-01-23st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGBAxel Davy1-3/+36
2015-01-23st/nine: Implement TEXDP3TEXAxel Davy1-1/+19
2015-01-23st/nine: Implement TEXDP3Axel Davy1-1/+11
2015-01-23st/nine: Implement TEXDEPTHAxel Davy1-1/+22
2015-01-23st/nine: Implement TEXM3x3SPECAxel Davy1-1/+38
2015-01-23st/nine: Implement TEXM3x2TEXAxel Davy1-1/+19
2015-01-23st/nine: implement TEXM3x2DEPTHAxel Davy1-1/+26
2015-01-23st/nine: Fix TEXM3x3 and implement TEXM3x3VSPECAxel Davy1-18/+36
2015-01-23st/nine: Fill missing dst and src number for some instructions.Axel Davy1-23/+23
2015-01-23st/nine: Implement TEXCOORD special behavioursAxel Davy1-8/+27
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: Fix CND implementationAxel Davy1-9/+13
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 Davy2-0/+6
2015-01-22st/nine: Add missing c++ declaration for IDirect3DVolumeTexture9Xavier Bouchoux1-0/+10
2015-01-22st/nine: Additional defines to d3dtypes.hXavier Bouchoux1-0/+10
2015-01-22nine: Drop use of TGSI_OPCODE_CND.Jose Fonseca1-9/+1
2015-01-22glsl: Link glsl_test with pthreads library.Jonathan Gray1-1/+3
2015-01-22i965: Work around mysterious Gen4 GPU hangs with minimal state changes.Kenneth Graunke1-0/+13
2015-01-17mesa: Fix clamping to -1.0 in snorm_to_floatJason Ekstrand1-1/+1
2015-01-17i965: Respect the no_8 flag on Gen6, not just Gen7+.Kenneth Graunke1-2/+2