aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: set _NEW_BUFFERS when updating texture bound to current buffersIlia Mirkin2016-07-111-1/+7
* meta/texsubimage: tex_image is always non-null, avoid confusing codeIlia Mirkin2016-07-111-1/+1
* st/mesa: return appropriate mesa format for ETC texture formatsIlia Mirkin2016-07-111-0/+7
* mesa: etc2 online compression is unsupported, don't attempt itIlia Mirkin2016-07-113-0/+27
* nvc0: initial support for GP100 GPUsBen Skeggs2016-07-125-5/+16
* nvc0: use a define for the driver constant buffer sizeSamuel Pitoiset2016-07-117-17/+17
* nvc0: fix the driver cb size when draw parameters are usedSamuel Pitoiset2016-07-111-2/+2
* nvc0/ir: fix images indirect access on FermiSamuel Pitoiset2016-07-111-0/+7
* st/mesa: remove st_dump_program_for_shader_dbMarek Olšák2016-07-111-66/+0
* gallivm: set LLVMNoUnwindAttribute on all intrinsicsMarek Olšák2016-07-111-2/+4
* i965: fix ignored qualifiers warningFrancesco Ansanelli2016-07-111-1/+1
* gallium/u_queue: assert that users must wait on fences before destroying themNicolai Hähnle2016-07-111-0/+1
* gallium/u_queue: guard fence->signalled checks with fence->mutexNicolai Hähnle2016-07-111-3/+0
* anv/dump: Fix post-blit memory barrierChad Versace2016-07-091-2/+2
* anv/dump: Fix vkCmdPipelineBarrier flagsChad Versace2016-07-091-1/+1
* anv/dump: Add support for dumping framebuffersJason Ekstrand2016-07-093-0/+158
* anv/dump: Add a barrier for the source imageJason Ekstrand2016-07-091-0/+22
* anv/dump: Refactor the guts into helpersJason Ekstrand2016-07-091-85/+139
* anv/dump: Use anv_minify instead of hand-rolling itJason Ekstrand2016-07-091-5/+4
* anv/dump: Take an aspect in dump_image_to_ppmJason Ekstrand2016-07-092-3/+10
* radeonsi: fix bad assertion in si_emit_sample_maskNicolai Hähnle2016-07-091-1/+2
* glx: Fix for commit 2c86668694.Matt Turner2016-07-081-0/+2
* docs: add news item and link release notes for 12.0.0/12.0.1Emil Velikov2016-07-092-0/+15
* docs: add sha256 checksums for 12.0.1Emil Velikov2016-07-091-1/+2
* docs: add release notes for 12.0.1Emil Velikov2016-07-091-0/+66
* docs: add sha256 checksums for 12.0.0Emil Velikov2016-07-091-1/+2
* docs: Update 12.0.0 release notesEmil Velikov2016-07-091-3/+248
* glx: Undo memory allocation checking damage.Matt Turner2016-07-081-5/+1
* glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays.Colin McDonald2016-07-082-30/+50
* glx: Correct opcode typos in __indirect_glTexCoordPointer.Colin McDonald2016-07-081-5/+14
* glx: Call __glXInitVertexArrayState() with a usable gc.Colin McDonald2016-07-082-8/+12
* radeon/uvd: simplify sending context buffer messageChristian König2016-07-081-4/+1
* radeon/uvd: fix contex buffer destruction in the error pathChristian König2016-07-081-6/+2
* radeon/uvd: move polaris fw check into radeon_video.c v2Christian König2016-07-082-11/+13
* radeon/video: fix coding style in radeon_video.c v2Christian König2016-07-081-15/+15
* svga: simplify/fix 1D/2D array resource copiesBrian Paul2016-07-081-26/+12
* mesa: print number of samples in renderbuffer_storage error msgBrian Paul2016-07-081-1/+1
* svga: remove unused variableBrian Paul2016-07-081-1/+0
* svga: add dumping for more device commandsBrian Paul2016-07-081-155/+724
* svga: silence a couple unused variable warningsBrian Paul2016-07-082-1/+3
* svga: rebind using render target surfaces in hw draw stateCharmaine Lee2016-07-081-6/+6
* svga: invalidate gb surface before it is reusedCharmaine Lee2016-07-084-9/+63
* svga: fix use of provoking vertex controlBrian Paul2016-07-081-1/+4
* vl: add half pixel to v_tex before adding offsetsNayan Deshmukh2016-07-081-0/+2
* nvc0/ir: remove unused resource info loading helpersSamuel Pitoiset2016-07-082-28/+0
* nvc0/ir: refactor the surfaces info loading logicSamuel Pitoiset2016-07-082-82/+44
* nvc0/ir: move the shift left op inside loadTexHandle()Samuel Pitoiset2016-07-081-8/+6
* radeonsi: disable multi-threading when shader dumps are enabledNicolai Hähnle2016-07-081-0/+1
* radeonsi: use multi-threaded compilation in debug contextsNicolai Hähnle2016-07-081-4/+4
* st/mesa: set debug callback async flagNicolai Hähnle2016-07-084-5/+8