summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw: Make it possible to create a llvm free contextJakob Bornecrantz2012-01-092-15/+35
* draw: replace assert(0) with debug_warn_once()Brian Paul2012-01-073-6/+6
* draw: whitespace fixes, etc.Brian Paul2012-01-074-173/+160
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-074-29/+10
* draw: fix missing include for u_format.Dave Airlie2012-01-071-0/+1
* draw: don't translate non-floats to float.Dave Airlie2012-01-071-0/+22
* draw: fix piglit base vertex + user vertex array testsDave Airlie2012-01-061-1/+1
* gallium/draw: fix two side handlingDave Airlie2011-12-191-18/+9
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-154-9/+9