index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
stencil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add ctx->Stencil._Enabled field
Brian Paul
2009-03-02
1
-1
/
+5
*
mesa: fix/update/restore comments related to two-sided stencil
Brian Paul
2009-02-19
1
-1
/
+18
*
mesa: initialize ctx->Stencil._BackFace = 1
Brian Paul
2009-02-19
1
-0
/
+1
*
Track two sets of back-face stencil state
Ian Romanick
2009-01-23
1
-48
/
+56
*
mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabled
Brian Paul
2008-07-14
1
-47
/
+49
*
Alias glStencilOpSeparateATI with glStencilOpSeparate.
Brian
2007-10-30
1
-72
/
+29
*
Finish up ATI_separate_stencil
Brian
2007-10-30
1
-158
/
+131
*
add missing _mesa_StencilFuncSeparateATI function
Roland Scheidegger
2007-10-30
1
-0
/
+75
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-2
/
+6
|
\
|
*
Undo some of yesterday's ATI_separate_stencil changes. The ATI extension
Brian Paul
2006-11-02
1
-47
/
+51
|
*
Add ATI_separate_stencil and use it in preference to EXT_stencil_two_side
Brian Paul
2006-11-02
1
-52
/
+49
*
|
merge current trunk into vbo branch
Alan Hourihane
2006-11-02
1
-52
/
+49
|
/
*
Print the hex value of the errant input when an invalid stencil function is
Ian Romanick
2006-06-19
1
-1
/
+1
*
replace STENCIL_BITS with stencilMax value
Brian Paul
2005-09-20
1
-6
/
+4
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
1
-17
/
+22
*
OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
Brian Paul
2005-09-13
1
-38
/
+123
*
Use GLuint/GLint intead of GLstencil for stencil state.
Brian Paul
2005-09-13
1
-22
/
+20
*
Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.
Brian Paul
2005-01-12
1
-2
/
+172
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-5
/
+5
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-3
/
+86
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
Fix typo
Keith Whitwell
2003-03-17
1
-2
/
+2
*
Header file clean-up:
Brian Paul
2002-10-24
1
-8
/
+2
*
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-09-06
1
-19
/
+41
*
fixed minor logic error in _mesa_StencilOp()
Brian Paul
2001-05-09
1
-2
/
+1
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-4
/
+3
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-5
/
+5
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-18
/
+36
*
Committing in .
Jouk Jansen
2000-11-22
1
-6
/
+6
*
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-31
1
-1267
/
+1
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
1
-4
/
+9
*
more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)
Brian Paul
2000-10-29
1
-1
/
+2
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
1
-2
/
+2
*
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-09-08
1
-8
/
+8
*
added more extensions testing code
Brian Paul
2000-08-30
1
-12
/
+27
*
renamed stencil functions
Brian Paul
2000-04-11
1
-14
/
+16
*
clip depth/stencil spans to window bounds
Brian Paul
2000-04-11
1
-43
/
+64
*
replaced gl_ prefix with _mesa_ prefix on depth funcs
Brian Paul
2000-02-02
1
-5
/
+5
*
changes in hardware depth buffer support
Brian Paul
1999-12-10
1
-7
/
+5
*
updated for hardware stencil support
Brian Paul
1999-12-10
1
-118
/
+386
*
Clearing stencil buffer now observes the stencil write mask
Brian Paul
1999-12-04
1
-79
/
+104
*
added support for separate read/draw buffers per context
Brian Paul
1999-11-24
1
-23
/
+24
*
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-11
1
-16
/
+17
*
changes to silence MSVC warnings
Brian Paul
1999-11-08
1
-6
/
+3
*
clean-up to reduce MSVC warnings
Brian Paul
1999-11-05
1
-49
/
+49
*
removed GL_ prefix from memory macros
Brian Paul
1999-10-13
1
-3
/
+3
*
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-10
1
-3
/
+3
*
Fixed includes & added a few hooks for the DRI.
kw-mesa-1
Keith Whitwell
1999-10-08
1
-1
/
+7
*
More Win32 build compliance fixups
Ted Jump
1999-09-19
1
-1
/
+2
*
Large patch:
Keith Whitwell
1999-09-18
1
-2
/
+2
[next]