summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-07Add release notes for the 10.4.4 releasemesa-10.4.4Emil Velikov1-0/+98
2015-02-07Update version to 10.4.4Emil Velikov1-1/+1
2015-02-04st/osmesa: Fix osbuffer->textures indexingPark, Jeongmin1-1/+1
2015-02-04gallium/util: Don't use __builtin_clrsb in util_last_bit().Matt Turner1-4/+0
2015-02-02egl: Pass the correct X visual depth to xcb_put_image().José Fonseca1-11/+13
2015-02-02configure: Link against all LLVM targets when building cloverNiels Ole Salscheider1-1/+1
2015-02-02i965: Fix max_wm_threads for CHVVille Syrjälä1-1/+1
2015-02-02glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)Mario Kleiner1-1/+13
2015-01-30mesa: fix display list 8-byte alignment issueBrian Paul3-7/+74
2015-01-24docs: Add sha256 sums for the 10.4.3 releaseEmil Velikov1-1/+3
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