summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: remove some dead constant buffer codeBrian Paul2012-12-064-82/+0
* draw: set precalc_flat flag for AA lines tooBrian Paul2012-12-051-0/+1
* draw: Properly limit vertex buffer fetches on draw arrays.José Fonseca2012-12-041-1/+1
* draw: Use symbolic primitive names in debug output.José Fonseca2012-12-041-3/+4
* draw: Consider the geometry shader when choosing the vertex size.José Fonseca2012-12-041-3/+6
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-3/+6
* draw: fix crashes with out-of-bounds indicesRoland Scheidegger2012-11-152-6/+9
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-125-16/+29
* draw: Remove redundant draw_geometry_shader_delete().José Fonseca2012-11-092-8/+2
* draw: fix assertion failure in draw_emit_vertex_attrMarek Olšák2012-10-311-2/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-312-6/+7
* draw: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-174-8/+8
* gallium: unify transfer functionsMarek Olšák2012-10-112-11/+7
* draw: fix non-indexed draw calls if there's an index bufferMarek Olšák2012-09-223-8/+6
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* draw: Fix regression in draw_set_sampler(_views).José Fonseca2012-08-241-6/+6
* gallium/draw: move misplaced braceBrian Paul2012-08-161-1/+1
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-163-7/+7
* draw: index samplers and sampler_view state by shader typeBrian Paul2012-08-163-29/+34
* draw: move tgsi-related state into a tgsi sub-structBrian Paul2012-08-165-30/+35
* gallium: add a shader stage/type param to some draw functionsBrian Paul2012-08-162-19/+31
* draw: Ensure channel in convert_to_soa is initialized.Vinson Lee2012-08-031-1/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-178-1036/+306
* draw,gallivm: Fix draw_get_shader_param.José Fonseca2012-07-132-11/+46
* draw: Handle the case when there isn't a fragment shader.Olivier Galibert2012-06-221-10/+17
* llvmpipe: Add vertex id support.Olivier Galibert2012-06-191-13/+19
* llvmpipe: Simplify and fix system variables fetch.Olivier Galibert2012-06-191-7/+3
* draw: fix flat shading and screen-space linear interpolation in clipperOlivier Galibert2012-06-191-31/+113
* draw: Ensure that the vertex_header type size matches expectation.José Fonseca2012-06-181-0/+3
* draw: simplify index buffer specificationBrian Paul2012-05-315-43/+24
* draw: fix primitive restart bug by using the index buffer offsetBrian Paul2012-05-251-3/+6
* llvmpipe: Implement TXQ.Olivier Galibert2012-05-181-0/+23
* draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.José Fonseca2012-05-161-20/+4
* gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_indexMarek Olšák2012-05-121-1/+0
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-111-2/+3
|\
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-2/+3
* | gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-113-3/+6
|/
* draw: fix missing immediates bug in polygon stipple codeBrian Paul2012-03-281-0/+5
* svga: fix the rasterizer state resetsZack Rusin2012-03-071-0/+15
* draw/llvm: add clip distance supportDave Airlie2012-03-061-46/+77
* draw/llvm: fix storing of clipvertex and positions into pre_clip_pos (v2)Dave Airlie2012-03-061-8/+11
* draw/llvm: fix clipvertex setting up clipmask. (v2)Dave Airlie2012-03-061-11/+30
* draw: add missing streamout state setup for draw/llvm.Dave Airlie2012-02-181-0/+1
* llvmpipe: fix fogcoord writing (v2)Dave Airlie2012-02-151-4/+12
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-096-10/+29
* draw: fix fog coord export.Dave Airlie2012-02-041-1/+6
* draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca2012-02-023-3/+3
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-302-24/+24
* draw: Remove unused variables.Vinson Lee2012-01-281-4/+0
* draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca2012-01-271-0/+5