summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Avoid deadlock when unloading opengl32.dllJosé Fonseca2014-11-161-1/+11
* docs: Add sha256 sums for the 10.3.3 releaseEmil Velikov2014-11-081-1/+3
* Add release notes for the 10.3.3 releasemesa-10.3.3Emil Velikov2014-11-081-0/+207
* Update version to 10.3.3Emil Velikov2014-11-081-1/+1
* mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVCBrian Paul2014-11-061-4/+4
* r300g: remove enabled/disabled hyperz and AA compression messagesMarek Olšák2014-11-061-2/+0
* configure: include llvm systemlibs when using static llvmJan Vesely2014-10-291-1/+6
* radeon/llvm: Dynamically allocate branch/loop stack arraysMichel Dänzer2014-10-292-6/+37
* Revert "st/mesa: set MaxUnrollIterations = 255"Marek Olšák2014-10-291-2/+1
* radeonsi: fix incorrect index buffer max size for lowered 8-bit indicesMarek Olšák2014-10-291-1/+1
* radeonsi: fix polygon mode for points and lines and point/line fill modesMarek Olšák2014-10-291-3/+3
* r600g: fix polygon mode for points and lines and point/line fill modesMarek Olšák2014-10-292-6/+6
* gallium/nouveau: fully build the driver under androidMauro Rossi2014-10-291-1/+1
* glsl: Use signed array index in update_max_array_access()Anuj Phogat2014-10-291-3/+3
* glsl: Fix crash due to negative array indexAnuj Phogat2014-10-291-1/+1
* mesa: check that uniform exists in glUniform* functionsTapani Pälli2014-10-291-8/+8
* glsl: fix uniform location count used for glsl typesTapani Pälli2014-10-292-9/+12
* freedreno/a3xx: fix depth/stencil restore formatRob Clark2014-10-291-1/+5
* freedreno/a3xx: fix viewport state during clearRob Clark2014-10-291-1/+19
* freedreno: mark scissor state dirty when enable bit changesRob Clark2014-10-291-0/+10
* freedreno: clear vs scissorRob Clark2014-10-297-13/+96
* freedreno/ir3: add debug flag to disable cpRob Clark2014-10-293-1/+3
* freedreno: positions come out as integers, not half-integersIlia Mirkin2014-10-291-2/+2
* freedreno/a3xx: disable early-z when we have kill'sRob Clark2014-10-293-0/+10
* freedreno/ir3: fix potential gpu lockup with killRob Clark2014-10-294-2/+61
* freedreno/ir3: comment + better fxn nameRob Clark2014-10-291-3/+5
* freedreno/a3xx: more layer/level fixesRob Clark2014-10-293-8/+14
* freedreno/ir3: large const supportRob Clark2014-10-295-13/+33
* freedreno: update generated headersRob Clark2014-10-294-5/+10
* freedreno: fix layer_strideRob Clark2014-10-291-1/+1
* freedreno: inline fd_draw_emit()Rob Clark2014-10-292-49/+47
* freedreno/ir3: optimize shader key comparisionRob Clark2014-10-295-40/+79
* freedreno/a3xx: refactor/optimize emitRob Clark2014-10-297-83/+125
* freedreno/a3xx: refactor vertex state emitRob Clark2014-10-2911-79/+83
* freedreno: query fixesRob Clark2014-10-293-8/+13
* freedreno/a3xx: handle VS only outputting BCOLORRob Clark2014-10-291-2/+10
* freedreno/ir3: fix lockups with lame FRAG shadersRob Clark2014-10-294-6/+17
* freedreno/ir3: add TXF supportIlia Mirkin2014-10-291-1/+39
* freedreno/ir3: add TXD support and expose ARB_shader_texture_lodIlia Mirkin2014-10-293-9/+56
* freedreno/ir3: add texture offset supportIlia Mirkin2014-10-291-4/+45
* freedreno/ir3: shadow comes before arrayIlia Mirkin2014-10-291-2/+2
* freedreno/ir3: make TXQ return integers, not floatsIlia Mirkin2014-10-291-1/+1
* freedreno/ir3: add UMAD supportIlia Mirkin2014-10-291-4/+15
* freedreno/ir3: add ISSG supportIlia Mirkin2014-10-291-0/+39
* freedreno/ir3: add MOD supportIlia Mirkin2014-10-291-8/+12
* freedreno/ir3: add UMOD support, based on UDIVIlia Mirkin2014-10-291-6/+31
* freedreno/ir3: add IDIV/UDIV supportIlia Mirkin2014-10-291-3/+197
* freedreno/ir3: avoid fan-in sources referring to same instructionIlia Mirkin2014-10-291-2/+10
* freedreno/a3xx: emit all immediates in one shotRob Clark2014-10-291-8/+16
* freedreno: instanced drawing/compute not yet supportedIlia Mirkin2014-10-291-3/+3