summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/tgsi: fix valgrind warningMarek Olšák2013-03-261-1/+1
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-264-2/+78
* radeonsi: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r600g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r300g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r600g: Use virtual address for PIPE_QUERY_SO* in r600_emit_query_endMartin Andersson2013-03-251-2/+3
* freedreno: use u_debug for debug env varsRob Clark2013-03-251-3/+10
* gallium: undef PACKAGE_* macros to silence warningsBrian Paul2013-03-251-0/+8
* gallivm: init vars to silence warningsBrian Paul2013-03-251-2/+2
* freedreno: prefer sw upload for texturesRob Clark2013-03-251-0/+2
* freedreno: track maximal scissor boundsRob Clark2013-03-259-136/+162
* gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own fileRoland Scheidegger2013-03-245-343/+392
* llvmpipe: Fix assertions with assignment instead of comparison.Vinson Lee2013-03-241-2/+2
* clover: add dynamic_cast results checking down in clSetKernelArgument() code ...Dmitry Cherkassov2013-03-241-0/+12
* gallivm: Add code for rgb9e5 shared exponent format to float conversionRoland Scheidegger2013-03-243-3/+118
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-2311-1/+20
* llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger2013-03-224-2/+382
* r600g: Honour legacy debugging environment variablesMichel Dänzer2013-03-221-0/+10
* freedreno: add pipe->blitRob Clark2013-03-211-3/+48
* softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul2013-03-211-6/+6
* softpipe: silence some MSVC signed/unsigned warningsBrian Paul2013-03-212-2/+2
* softpipe: silence some MSVC float/double warningsBrian Paul2013-03-211-6/+6
* rbug: silence some MSVC signed/unsigned warningsBrian Paul2013-03-212-2/+2
* postprocess: silence some MSVC float/int warningsBrian Paul2013-03-212-4/+4
* vega: fix MSVC warning about missing return statementBrian Paul2013-03-211-0/+1
* radeonsi: Emit pixel shader state even when only the vertex shader changedMichel Dänzer2013-03-211-0/+5
* nvc0: fix max varying count, move CLIPVERTEX,FOG out of the wayChristoph Bumiller2013-03-203-12/+36
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-2025-81/+132
* gallium-egl: Fix compile errors introduced in de315f76aKristian Høgsberg2013-03-195-5/+5
* r600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on caymanAlex Deucher2013-03-191-1/+0
* r600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xxAlex Deucher2013-03-192-1/+3
* winsys/svga: improve error/debug message outputBrian Paul2013-03-193-25/+35
* tgsi: fix uninitialized declaration array fieldsBrian Paul2013-03-191-0/+13
* radeon/llvm: Do not link against libgallium when building statically.Maarten Lankhorst2013-03-191-1/+4
* gallium/egl: fix out-of-tree buildAndreas Boll2013-03-191-1/+1
* gallivm: fix return opcode handling in main function of a shaderRoland Scheidegger2013-03-192-3/+18
* freedreno: clear fixesRob Clark2013-03-192-5/+16
* radeonsi: enable indirect adressingChristian König2013-03-192-6/+1
* radeonsi: implement indirect adressing of constantsChristian König2013-03-191-6/+8
* radeonsi: switch to using resource destribtors for constants v2Christian König2013-03-192-29/+37
* radeon/llvm: rework input fetch and output storeChristian König2013-03-192-122/+151
* tgsi: add initializer data to fix MSVC compile errorBrian Paul2013-03-191-1/+1
* tgsi: add ArrayID documentation v2Christian König2013-03-191-0/+18
* tgsi: use separate structure for indirect address v2Christian König2013-03-1916-132/+193
* tgsi: add ArrayID to declarationsChristian König2013-03-196-4/+66
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-1911-248/+2
* tgsi/ureg: implement support for array temporariesChristian König2013-03-192-24/+69
* tgsi/ureg: cleanup local temporary emission v2Christian König2013-03-191-17/+13
* radeon/llvm: Link against libgallium.la to fix an undefined symbolAndreas Boll2013-03-191-0/+1
* r600g: properly set non_disp tiling mode for DMA (v2)Alex Deucher2013-03-171-2/+6