summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add release notes for the 10.4.4 releasemesa-10.4.4Emil Velikov2015-02-071-0/+98
* Update version to 10.4.4Emil Velikov2015-02-071-1/+1
* st/osmesa: Fix osbuffer->textures indexingPark, Jeongmin2015-02-041-1/+1
* gallium/util: Don't use __builtin_clrsb in util_last_bit().Matt Turner2015-02-041-4/+0
* egl: Pass the correct X visual depth to xcb_put_image().José Fonseca2015-02-021-11/+13
* configure: Link against all LLVM targets when building cloverNiels Ole Salscheider2015-02-021-1/+1
* i965: Fix max_wm_threads for CHVVille Syrjälä2015-02-021-1/+1
* glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)Mario Kleiner2015-02-021-1/+13
* mesa: fix display list 8-byte alignment issueBrian Paul2015-01-303-7/+74
* docs: Add sha256 sums for the 10.4.3 releaseEmil Velikov2015-01-241-1/+3
* Add release notes for the 10.4.3 releasemesa-10.4.3Emil Velikov2015-01-241-0/+143
* Update version to 10.4.3Emil Velikov2015-01-241-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