aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: intrinsics version of triangle coeficient calculationKeith Whitwell2010-08-275-300/+577
* r300g: Include missing header in r300_texture.h.Vinson Lee2010-08-271-0/+1
* Revert "r600g: simplify states"Dave Airlie2010-08-278-398/+496
* r600g: add initial if/else/endif supportDave Airlie2010-08-274-12/+170
* r600g: optimise op2 and swapped op2 emission.Dave Airlie2010-08-271-48/+37
* r600g: add exp support in theory.Dave Airlie2010-08-271-1/+105
* r600g: add DPH support.Dave Airlie2010-08-271-1/+8
* llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul2010-08-261-1/+8
* r300g: Include missing header in r300_texture_desc.h.Vinson Lee2010-08-261-0/+1
* r300g: fix constant buffer upload once again for r3xx->r4xxMarek Olšák2010-08-261-1/+1
* nouveau: handle early initialization errorsMarcin Slusarz2010-08-261-1/+2
* r600g: simplify statesJerome Glisse2010-08-258-496/+398
* nvfx: Set pointer to NULL after free.Vinson Lee2010-08-251-1/+3
* r300g: fix potentially uninitialized variables in create_rs_stateMarek Olšák2010-08-251-5/+2
* llvmpipe: fix bad patch applicationKeith Whitwell2010-08-251-5/+4
* llvmpipe: Remove unnecessary header.Vinson Lee2010-08-251-1/+0
* llvmpipe: track drawing region as a single u_rectKeith Whitwell2010-08-253-63/+86
* llvmpipe: better triangle debuggingKeith Whitwell2010-08-252-19/+67
* llvmpipe: cull zero-area triangles earlyKeith Whitwell2010-08-251-2/+3
* llvmpipe: more rasterization countersKeith Whitwell2010-08-253-6/+29
* llvmpipe: move some fence functions into lp_screen.cKeith Whitwell2010-08-254-57/+79
* llvmpipe: wake all threads waiting on a fenceKeith Whitwell2010-08-251-1/+3
* llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell2010-08-2513-65/+74
* draw: specialized cliptesting routinesKeith Whitwell2010-08-252-3/+2
* llvmpipe: remove dead codeKeith Whitwell2010-08-251-37/+0
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-2513-93/+50
* svga: Remove redundant svga_draw_range_elements.Chia-I Wu2010-08-253-87/+45
* nvfx: Clean up header file inclusion in nvfx_screen.h.Vinson Lee2010-08-251-2/+2
* nvfx: Include missing headers in nvfx_shader.h.Vinson Lee2010-08-251-0/+4
* r300g: fix gl_PointCoordMarek Olšák2010-08-251-2/+7
* r300g: eliminate unused constants in FSMarek Olšák2010-08-253-7/+32
* r300g: eliminate unused constants in VSMarek Olšák2010-08-255-8/+31
* r300g: clean up some mess in set_constant_bufferMarek Olšák2010-08-252-22/+1
* r300g: fix indentationMarek Olšák2010-08-252-8/+8
* r300g: reset the index bias to 0 at the end of CSMarek Olšák2010-08-254-5/+12
* nvfx: Initialize variables on error path.Vinson Lee2010-08-241-0/+4
* r600g: Add support for PIPE_FORMAT_R32_FLOAT.Henri Verbeet2010-08-241-0/+3
* nvfx: Remove unnecessary headers.Vinson Lee2010-08-233-4/+0
* r300g: Remove unused variable.Vinson Lee2010-08-231-2/+0
* r600g: add XPD supportDave Airlie2010-08-241-1/+124
* r600g: add CMP support.Dave Airlie2010-08-241-1/+50
* nvfx: don't emit dummy commands on nv30Luca Barbieri2010-08-241-4/+8
* r600g: Add support for PIPE_CAP_DEPTH_CLAMP.Henri Verbeet2010-08-232-3/+4
* r600g: export one component per pixel + r7xx uncompression shaderJerome Glisse2010-08-235-5/+89
* nvfx: improve fp temp accountingLuca Barbieri2010-08-231-2/+4
* nvfx: emit bo relocations only when neededLuca Barbieri2010-08-238-20/+65
* nvfx: match Gallium's gl_PointCoord brokennessLuca Barbieri2010-08-231-2/+5
* nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri2010-08-237-116/+163
* r300g: avoid stall in no-tcl drawing when mapping vboDave Airlie2010-08-233-15/+26
* nvfx: fix minor memory leakLuca Barbieri2010-08-231-1/+1