summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-3/+3
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell1-1/+4
2009-06-01gallium/draw: Free specialized versions of driver shadersKeith Whitwell1-0/+4
2009-06-01draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell1-0/+1
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell1-0/+1
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-2/+2
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell1-1/+1
2009-02-10draw: Fix build -- rename Size to NrTokens.Michal Krol1-1/+1
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-9/+8
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+3
2008-08-13draw: Use KIL instead of KILP.Michal Krol1-2/+2
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-2/+2
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca1-3/+3
2008-05-31draw: Fix build after TGSI declaration interface changes.Michal Krol1-14/+13
2008-05-19Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul1-0/+5
2008-05-19gallium: fix some texture object leaksBrian Paul1-0/+5
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell1-1/+1
2008-05-01added cast for MSVCBrian Paul1-1/+1
2008-05-01draw: avoid aliasing warningKeith Whitwell1-1/+1
2008-05-01gallium: tex surface checkpointKeith Whitwell1-5/+10
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul1-1/+1
2008-04-25draw: remove unused varsKeith Whitwell1-2/+0
2008-04-23gallium: reorder code to fix a recursive flushBrian Paul1-4/+2
2008-04-23gallium: fix issues in recursive flushingBrian Paul1-2/+14
2008-04-23gallium: fix comments, whitespace changesBrian Paul1-14/+7
2008-04-22gallium: fix bad logic in bind_pstip_fragment_shader(): use &&, not ||Brian Paul1-1/+1
2008-04-21draw: more propogation -- pstipple stage.Keith Whitwell1-11/+32
2008-04-21draw: propogate lots of errorsKeith Whitwell1-2/+12
2008-04-21draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell1-22/+3
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell1-1/+1
2008-04-19draw: rename pipeline files to draw_pipe_*Keith Whitwell1-0/+746