aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw: Only run prepare when state, prim and opt changesJakob Bornecrantz2012-01-265-10/+66
* draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz2012-01-261-1/+2
* draw: Remove reduced_primJakob Bornecrantz2012-01-263-12/+0
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-79/+8
* draw: Store the new pre_clip_pos member as well.José Fonseca2012-01-111-6/+16
* draw: clipdistance support (v2)Dave Airlie2012-01-117-17/+79
* draw/softpipe: add clip vertex support. (v2)Dave Airlie2012-01-119-18/+58
* tgsi/softpipe: add VertexID support.Dave Airlie2012-01-111-1/+8
* draw: remove unused 'so' variable in draw_pt_so_emit()Brian Paul2012-01-101-2/+0
* draw: Silence warningJakob Bornecrantz2012-01-101-12/+0
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-106-57/+105
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-105-32/+31
* draw: Fail if we fail to enable llvm when asked for itJakob Bornecrantz2012-01-091-5/+11