summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-03Merge branch 'gallium-embedded'José Fonseca1-0/+1
2010-02-02draw: remove old hard-coded shader length limitsBrian Paul1-4/+6
2010-02-02draw: re-implement free_bit() with ffs()Brian Paul1-6/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+1
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-1/+0
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-19/+39
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger1-1/+0
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-1/+2
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell1-31/+32
2009-12-01draw: Update for renamed sampler/texture state setters.Michal Krol1-4/+4
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger1-1/+0
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell1-11/+11
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell1-4/+4
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell1-12/+12
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell1-16/+16
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell1-3/+3
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell1-1/+2
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