History log of /external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1c377cea1094c0b5414c663adf2fd393bf41ddfb 16-Jun-2010 Alan Hourihane <alanh@vmware.com> draw: handle some out of memory conditions
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
dc1c33b448c830c5775e4f3fb6510830694a4177 05-May-2010 Brian Paul <brianp@vmware.com> draw: Adjust wideline vertex coords for D3D.
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
06441af657a1956a5b2a700a70a2b59b0488ee84 23-Apr-2010 Brian Paul <brianp@vmware.com> gallium/draw: remove old comment
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
e3a34cc7f6c9f959cdc2af4486e84587fab4d0d7 19-Apr-2010 Brian Paul <brianp@vmware.com> gallium/draw: use correct rasterization state for wide/AA points/lines

When points or lines are decomposed into triangles, we need to be sure
to disable polygon culling, stippling, "un-filled" modes, etc.

This patch sets the rasterization state to disable those things prior to
drawing points/lines with triangles, then restores the previous state
afterward.

The new piglit point-no-line-cull test checks this problem & solution.
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
89d8577fb3036547ef0b47498cc8dc5c77f886e0 14-Dec-2009 Zack Rusin <zackr@vmware.com> gallium: add geometry shader support to gallium
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
eb979cef8535914f428d2462e78f713da558fc18 28-Apr-2009 Keith Whitwell <keithw@vmware.com> gallium/draw: add ability to print out active pipeline stages
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
4f25420bdd834e81a3e22733304efc5261c2998a 25-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h

Also, rename p_tile.[ch] to u_tile.[ch]
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
120270def74149b240926f827b80ca073536d462 22-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: stop using FABSF() macro
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
2161b0fafcdc16703162dd489d2ec1e7114cce4c 12-Jun-2008 Keith Whitwell <keith@tungstengraphics.com> draw: don't assume vertex position is in data[0]
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
3f6242d3e4d3ee61884a91a3eef4be8dfaadee3c 23-Apr-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: passthrough tri, not point
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
a918a9c744f656c8bf2e3fd2841732e01a5ccefc 21-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> draw: consolidate all the passthrough line/tri/point funcs
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
507fbe2d327efb8d608ce8e07436b97321560808 19-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> draw: move some pipeline-specific code & state to draw_pipe.[ch]
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
26831bdac594a11e51b6c4b09df78bb11444f5dd 19-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> draw: rename pipeline files to draw_pipe_*
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_wide_line.c