summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* tgsi: track max array per fileRob Clark2015-01-072-0/+4
* tgsi: keep track of read vs written indirectsRob Clark2015-01-072-0/+8
* tgsi: add uses_centroid into tgsi_shader_infoMarek Olšák2015-01-072-0/+4
* draw: silence uninitialized variable warningBrian Paul2015-01-051-1/+1
* gallivm: silence a couple compiler warningsBrian Paul2015-01-052-1/+4
* gallium/util: make sure cache line size is not zeroLeonid Shatz2015-01-051-1/+5
* gallium/util: fix crash with daz detection on x86Roland Scheidegger2015-01-051-1/+1
* u_primconvert: Fix leak of the upload BO on context destroy.Eric Anholt2014-12-311-0/+2
* vc4: Add dmabuf support.Eric Anholt2014-12-171-0/+5
* draw: revert using correct order for prim decomposition.Roland Scheidegger2014-12-171-1/+3
* gallium: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-4/+4
* draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.Roland Scheidegger2014-12-164-19/+47
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-163-0/+10
* util: add missing closing brace for __cplusplusBrian Paul2014-12-121-0/+6
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-1/+1
* mesa: Add notes/readme files to distribution.Matt Turner2014-12-121-0/+2
* util: Add headers and python scripts for distribution.Matt Turner2014-12-121-1/+0
* util: Unbreak usage of assert()/debug_assert() inside expressions.José Fonseca2014-12-121-1/+1
* draw: simplify prim id insertion in prim assemblerRoland Scheidegger2014-12-101-34/+5
* draw: fix another decompose bug affecting constant interpolated attributesRoland Scheidegger2014-12-101-2/+1
* draw: fix flatshade stage for constant interpolated valuesRoland Scheidegger2014-12-103-69/+126
* draw: copy over prim id header in flatshade stage when emitting linesRoland Scheidegger2014-12-101-3/+6
* tgsi: add tgsi_shader_info::writes_clipvertexMarek Olšák2014-12-102-0/+4
* tgsi: add clip and cull distance writemasks into tgsi_shader_infoMarek Olšák2014-12-102-0/+6
* tgsi: add tgsi_shader_info::writes_psizeMarek Olšák2014-12-102-0/+4
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-103-20/+5
* gallium/aux: Avoid redefining MAXAlexander von Gluck IV2014-12-101-0/+2
* tgsi/lowering: add support to lower TXP (v2)Rob Clark2014-12-092-15/+34
* draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-12-097-10/+44
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-8/+4
* draw: (trivial): remove double semicolonRoland Scheidegger2014-12-091-1/+1
* freedreno/a3xx: fix alpha-blending on RGBX formatsIlia Mirkin2014-12-062-0/+26
* draw: use the prim type from prim_info not emit in passthrough emitRoland Scheidegger2014-12-061-2/+2
* draw: use correct output prim for non-adjacent topologies in prim assembler.Roland Scheidegger2014-12-061-4/+4
* draw: kill off unneded prim assembler code for handling adjacency vertsRoland Scheidegger2014-12-062-60/+0
* util/primconvert: Avoid point arithmetic; apply offset on all cases.José Fonseca2014-12-051-1/+2
* util/primconvert: take ib offset into accountIlia Mirkin2014-12-051-1/+1
* util/primconvert: support instanced renderingIlia Mirkin2014-12-051-0/+2
* util/primconvert: pass index bias throughIlia Mirkin2014-12-051-0/+1
* gallivm: Update for RTDyldMemoryManager becoming an unique_ptr.José Fonseca2014-12-031-0/+4
* gallium: add include path to fix building of pipe-loader codeBrian Paul2014-12-011-0/+1
* util: Move u_atomic.h to src/util.Matt Turner2014-12-011-401/+0
* util/u_snprintf: Don't redefine HAVE_STDINT_H as 0.José Fonseca2014-11-261-1/+1
* gallivm: Removed unused variable.José Fonseca2014-11-261-1/+1
* draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.José Fonseca2014-11-263-4/+4
* auxiliary/vl: rework the build of the VL codeEmil Velikov2014-11-264-5/+26
* auxiliary/vl: split the vl sources list into VL_SOURCESEmil Velikov2014-11-264-2/+8
* auxiliary/vl: add galliumvl_stub.laEmil Velikov2014-11-263-0/+155
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-246-47/+1
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-245-13/+1