index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_stencil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-1
/
+1
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
swrast: Use accessor for stencil reference values
Chris Forbes
2013-05-15
1
-2
/
+4
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
swrast: remove MAX_WIDTH arrays in stencil code
Brian Paul
2012-02-24
1
-4
/
+11
*
swrast: use swrast_renderbuffer instead of gl_renderbuffer
Brian Paul
2012-01-24
1
-2
/
+3
*
swrast: use stencil packing function in s_stencil.c
Brian Paul
2012-01-24
1
-1
/
+3
*
swrast: use gl_renderbuffer::StrideInBytes in depth/stencil code
Brian Paul
2012-01-24
1
-2
/
+2
*
swrast: use _swrast_pixel_address() in more places
Brian Paul
2012-01-24
1
-1
/
+1
*
swrast: Fix unsigned promotion in pointer arithmetic
Chad Versace
2012-01-23
1
-3
/
+3
*
swrast: use _swrast_pixel_address() helper function
Brian Paul
2011-12-24
1
-18
/
+4
*
swrast: rewrite stencil test code
Brian Paul
2011-12-24
1
-858
/
+259
*
swrast: remove dead code in s_stencil.c
Brian Paul
2011-12-24
1
-33
/
+0
*
swrast: rewrite _swrast_read_stencil_span()
Brian Paul
2011-12-24
1
-5
/
+26
*
swrast: stop using _swrast_get_values() in stencil code
Brian Paul
2011-12-24
1
-1
/
+30
*
swrast: replace GetRow() call with _mesa_unpack_ubyte_stencil_row()
Brian Paul
2011-12-24
1
-1
/
+5
*
swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()
Brian Paul
2011-12-24
1
-84
/
+70
*
mesa: replace GLstencil with GLubyte
Brian Paul
2011-11-15
1
-93
/
+91
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
swrast: don't try to do depth testing if there's no depth buffer
Brian Paul
2011-08-11
1
-1
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-10
/
+10
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-4
/
+4
*
swrast: minor code consolidation
Brian Paul
2009-08-30
1
-7
/
+2
*
Track two sets of back-face stencil state
Ian Romanick
2009-01-23
1
-2
/
+4
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-3
/
+3
*
mesa: Always use the original mask to update stencil buffer
Xiang, Haihao
2007-09-18
1
-2
/
+5
*
clean-up of stencil code
Brian
2007-07-11
1
-50
/
+35
*
Remove the !rb->Data check that was added a few months ago.
Brian
2007-04-21
1
-1
/
+1
*
remove invalid assertion (span->facing may be set because of polygonmode)
Brian
2007-04-19
1
-2
/
+0
*
add some rb->Data null ptr checks (bug 7205)
Brian
2007-03-15
1
-1
/
+1
*
silence C++ warnings
Brian
2007-01-23
1
-5
/
+7
*
New SWspan and SWspanarrays typedefs.
Brian Paul
2006-10-01
1
-3
/
+3
*
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-06
1
-5
/
+5
*
Use new gl_framebuffer _Depth/_StencilBuffer fields instead of
Brian Paul
2005-11-16
1
-5
/
+5
*
Fix problem in stencil_and_ztest_span() when using h/w stencil buffer.
Brian Paul
2005-11-15
1
-4
/
+6
*
glDraw/CopyPixels of stencil data didn't obey the stencil write mask. Fixed.
Brian Paul
2005-09-26
1
-2
/
+18
*
Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,
Brian Paul
2005-09-22
1
-1
/
+1
*
changed a renderbuffer check
Brian Paul
2005-09-22
1
-2
/
+1
*
remove STENCIL_MAX
Brian Paul
2005-09-20
1
-4
/
+6
*
Fix potential segfault when trying to read pixels outside renderbuffer bounds.
Brian Paul
2005-09-16
1
-4
/
+6
*
OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
Brian Paul
2005-09-13
1
-1
/
+1
*
Clear either 8 or 16-bit stencil buffers.
Brian Paul
2005-09-13
1
-27
/
+66
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-272
/
+145
[next]