History log of /external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
16f8308c3df020a786908be065d3dcb90c8ca2a5 24-Sep-2011 Christoph Bumiller <e0425955@student.tuwien.ac.at> gallium: add polygon offset clamp state

This is required for D3D1x and supported by hardware.
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.c
1c377cea1094c0b5414c663adf2fd393bf41ddfb 16-Jun-2010 Alan Hourihane <alanh@vmware.com> draw: handle some out of memory conditions
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.c
6da07e45b3e5cb37b63afafb650569d3d275e608 23-Feb-2010 Vinson Lee <vlee@vmware.com> draw: Remove dead code.
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.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_offset.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_offset.c
401a18a0c64bf8995c2c888b155a711b6187eba5 11-Dec-2008 Michal Krol <michal@tungstengraphics.com> draw: Silencium compiler warnings on Windows.
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.c
d0bc5293d6e1e9c34fa822b7c2928932ed22462c 11-Dec-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: added draw_set_mrd() function to fix polygon offset

The Minimum Resolvable Depth factor depends on the driver and can't just
be computed from the number of Z buffer bits.
Glean's polygon offset test now passes with softpipe.
Still need to determine the MRD factor for other gallium drivers, if they use
the draw module's polygon offset stage...
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.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_offset.c
120270def74149b240926f827b80ca073536d462 22-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: stop using FABSF() macro
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.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_offset.c
f93332da5655a31b6c44a1079629a15360ff999b 24-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> draw: handle edgeflags and reset-line-stipple again
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.c
0d4ece4c5a243dc4b684331bad49f220311e5520 21-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> draw: propogate lots of errors
/external/mesa3d/src/gallium/auxiliary/draw/draw_pipe_offset.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_offset.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_offset.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_offset.c