summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)AuthorFilesLines
2015-11-04llvmpipe: add cache for compressed texturesRoland Scheidegger1-1/+4
2015-10-20draw: fix splitting of line loops (v2)Brian Paul4-8/+32
2015-09-01tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul2-2/+4
2015-07-21gallium: replace INLINE with inlineIlia Mirkin26-56/+56
2015-06-23draw/gallivm: add invocation ID support for llvmpipe.Dave Airlie3-3/+8
2015-06-23draw/tgsi: implement geom shader invocation support.Dave Airlie2-18/+31
2015-06-21draw: updates to support SVIEW declsRob Clark2-2/+32
2015-06-05draw: (trivial) fix NULL pointer dereferenceRoland Scheidegger1-2/+2
2015-06-01draw: silence unused var warnings for non-debug buildBrian Paul1-0/+4
2015-05-06draw: (trivial) fix out-of-bounds vector initializationRoland Scheidegger1-1/+1
2015-04-23draw: fix prim ids when there's no gsRoland Scheidegger3-2/+15
2015-04-09draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)Roland Scheidegger1-5/+5
2015-04-09gallivm: don't use control flow when doing indirect constant buffer lookupsRoland Scheidegger1-10/+18
2015-03-31gallivm: simplify sampler interfaceRoland Scheidegger1-25/+6
2015-03-27gallivm: pass jit_context pointer through to samplingRoland Scheidegger3-20/+20
2015-03-02draw: fix division-by-zero for empty geometry shadersMarek Olšák1-2/+5
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2-2/+2
2015-01-05draw: silence uninitialized variable warningBrian Paul1-1/+1
2014-12-17draw: revert using correct order for prim decomposition.Roland Scheidegger1-1/+3
2014-12-16draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.Roland Scheidegger2-19/+35
2014-12-10draw: simplify prim id insertion in prim assemblerRoland Scheidegger1-34/+5
2014-12-10draw: fix another decompose bug affecting constant interpolated attributesRoland Scheidegger1-2/+1
2014-12-10draw: fix flatshade stage for constant interpolated valuesRoland Scheidegger3-69/+126
2014-12-10draw: copy over prim id header in flatshade stage when emitting linesRoland Scheidegger1-3/+6
2014-12-09draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák7-10/+44
2014-12-09draw: (trivial): remove double semicolonRoland Scheidegger1-1/+1
2014-12-06draw: use the prim type from prim_info not emit in passthrough emitRoland Scheidegger1-2/+2
2014-12-06draw: use correct output prim for non-adjacent topologies in prim assembler.Roland Scheidegger1-4/+4
2014-12-06draw: kill off unneded prim assembler code for handling adjacency vertsRoland Scheidegger2-60/+0
2014-11-26draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.José Fonseca1-2/+2
2014-11-22draw: allow LLVM use on non-SSE2 X86 cpusDavid Heidelberg1-14/+1
2014-11-19draw: fixes for vertex shaders outputting layer or viewport indexRoland Scheidegger6-8/+15
2014-11-18draw: Fixed inline commentsAndres Gomez2-2/+2
2014-11-18gallivm: fix alignment issue for vertex data fetchRoland Scheidegger1-0/+1
2014-11-16draw: Make it more clear that *_jit_context points to pipe_viewport_state str...José Fonseca3-13/+13
2014-11-16draw: Fix breakage due to removal pipe_viewport_state::translate[3] and scale...José Fonseca1-2/+6
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák1-3/+1
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák1-3/+3
2014-10-04tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák1-14/+9
2014-09-30llvmpipe: Reuse llvmpipes LLVMContext in the draw context.Mathias Fröhlich4-8/+29
2014-09-30llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2-2/+15
2014-09-26gallivm: More fallout from disabling with LLVM 3.6Michel Dänzer2-4/+3
2014-09-25mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner1-6/+2
2014-09-22draw: use new tgsi_transform inst/decl helpers in pstipple codeBrian Paul1-68/+19
2014-09-22draw: use new tgsi_transform inst/decl helpers in aapoint codeBrian Paul1-202/+54
2014-09-22draw: use new tgsi_transform inst/decl helpers in aaline codeBrian Paul1-66/+21
2014-09-22draw: use tgsi transform prolog callback in polygon stipple codeBrian Paul1-125/+110
2014-09-22draw: use tgsi transform prolog/epilog callbacks in AA line codeBrian Paul1-90/+92
2014-09-22draw: use tgsi transform prolog/epilog callbacks in AA point codeBrian Paul1-305/+316
2014-09-18draw: (trivial) remove duplicated linesRoland Scheidegger1-12/+0