summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)Author
2008-05-01draw: squash warningsKeith Whitwell
2008-05-01draw: turn on SSE swizzle codeKeith Whitwell
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-29gallium: init hw_key with memset() to silence valgrind warningsBrian Paul
2008-04-28gallium: Set SSE_SWIZZLES to 0 by default.Michal Krol
2008-04-28gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol
2008-04-25draw: emit extra flags whenever pipeline is activeKeith Whitwell
2008-04-25gallium: Add draw_pt_varray.c to scons build.Michel Dänzer
2008-04-25draw: no need to special-case elts/get_elts for varray frontendKeith Whitwell
2008-04-25draw: remove unused varsKeith Whitwell
2008-04-25frontend for rendering without eltsZack Rusin
2008-04-24draw: remove old assignment of edgeflag valueKeith Whitwell
2008-04-24gallium: commentsBrian Paul
2008-04-24draw: default edgeflag should be oneKeith Whitwell
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell
2008-04-23gallium: reorder code to fix a recursive flushBrian Paul
2008-04-23gallium: fix issues in recursive flushingBrian Paul
2008-04-23gallium: fix commentsBrian Paul
2008-04-23gallium: fix comments, whitespace changesBrian Paul
2008-04-23gallium: passthrough tri, not pointBrian Paul
2008-04-23Add translate cache to fetch_emit stage and add out of memoryZack Rusin
2008-04-23Create a sharable translate_cache and use it.Zack Rusin
2008-04-23gallium: additional debug codeBrian Paul
2008-04-23fix the simple hash finding function and use itZack Rusin
2008-04-23gallium: fix broken hashing for vertex translationBrian Paul
2008-04-23draw: remove stupid debug (Keith)Keith Whitwell
2008-04-23draw: add missing break (Jakob)Keith Whitwell
2008-04-22gallium: added a flushing_vcache flag, test in draw_do_flush()Brian Paul
2008-04-22gallium: fix bad logic in bind_pstip_fragment_shader(): use &&, not ||Brian Paul
2008-04-22Fix a crash. Rasterizer can be nullZack Rusin
2008-04-22Cache translate's structs for emits and fetches.Zack Rusin
2008-04-22Fix reporting of clipped vertices.Zack Rusin
2008-04-22draw: allow drivers to query pipeline state more easilyKeith Whitwell
2008-04-22draw: disable broken edgeflag code - didn't work & was killing performanceKeith Whitwell
2008-04-21draw: squash a couple of memory leaksKeith Whitwell
2008-04-21actually write the resultsZack Rusin
2008-04-21draw: more propogation -- pstipple stage.Keith Whitwell
2008-04-21draw: propogate lots of errorsKeith Whitwell
2008-04-21draw: propogate errors out of aapoint stageKeith Whitwell
2008-04-21draw: propogate errors out of aaline stageKeith Whitwell
2008-04-21draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell
2008-04-21make llvm draw paths compile with the latest changesZack Rusin
2008-04-21gallium: Centralize SSE usage logic.José Fonseca
2008-04-19draw: rearrange debug codeKeith Whitwell
2008-04-19draw: add missing translate->set_buffer for fetch emit pathKeith Whitwell
2008-04-19draw: fix scons buildKeith Whitwell
2008-04-19draw: move incoming vertex state into draw->ptKeith Whitwell
2008-04-19draw: make draw_reset_vertex_ids private to the draw_pipe_* codeKeith Whitwell
2008-04-19draw: make room for extra_vs_outputsKeith Whitwell
2008-04-19draw: put pipeline flushing behind a new interfaceKeith Whitwell