History log of /external/mesa3d/src/gallium/drivers/softpipe/sp_state_rasterizer.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd13a0d282d5468c083d06f4443dfaf375e01dda 25-Sep-2010 Brian Paul <brianp@vmware.com> softpipe: make rasterizer state functions static
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_rasterizer.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/drivers/softpipe/sp_state_rasterizer.c
4ccf0bb74e7f88ff51bba64a2a94a29f997231f5 26-Dec-2009 José Fonseca <jfonseca@vmware.com> softpipe: Flush draw module when fragment pipeline state changes.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_rasterizer.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/drivers/softpipe/sp_state_rasterizer.c
6acd63a4980951727939c0dd545a0324965b3834 15-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Code reorganization: update build.

Update the Makefiles and includes for the new paths.

Note that there hasn't been no separation of the Makefiles yet, and make is
jumping all over the place. That will be taken care shortly. But for now, make
should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm
might require some minor tweaks.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_rasterizer.c
b642730be93149baa7556e5791393168ab396175 15-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Code reorganization: move files into their places.

This is in a separate commit to ensure renames are properly preserved.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_rasterizer.c