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
/
swrast
/
s_depth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
1
-2
/
+2
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-7
/
+7
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-15
/
+15
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-8
/
+8
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-5
/
+5
*
mesa: Add a _mesa_problem to document a piglit failure on i965.
Eric Anholt
2013-06-10
1
-0
/
+6
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
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
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
swrast: remove MAX_WIDTH arrays in s_depth.c
Brian Paul
2012-02-24
1
-1
/
+9
*
swrast: make rowStride variable signed in put_z32_values()
Brian Paul
2012-01-24
1
-1
/
+1
*
swrast: use swrast_renderbuffer instead of gl_renderbuffer
Brian Paul
2012-01-24
1
-4
/
+6
*
swrast: use gl_renderbuffer::StrideInBytes in depth/stencil code
Brian Paul
2012-01-24
1
-4
/
+4
*
swrast: use _swrast_pixel_address() in more places
Brian Paul
2012-01-24
1
-6
/
+14
*
swrast: fix Z testing of points/lines for 16-bit depth buffers
Brian Paul
2012-01-07
1
-7
/
+29
*
swrast: Remove dead code in _swrast_clear_depth_buffer()
Paul Berry
2012-01-02
1
-9
/
+0
*
swrast: use _swrast_pixel_address() helper function
Brian Paul
2011-12-24
1
-14
/
+4
*
swrast: rewrite _swrast_read_depth_span_float()
Brian Paul
2011-12-24
1
-25
/
+4
*
mesa: rewrite _swrast_depth_bounds_test()
Brian Paul
2011-12-24
1
-82
/
+21
*
swrast: rewrite depth-testing code
Brian Paul
2011-12-24
1
-1019
/
+208
*
swrast: stop using _swrast_get_values() in z/depth code
Brian Paul
2011-12-24
1
-6
/
+75
*
swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()
Brian Paul
2011-12-24
1
-38
/
+197
*
mesa: remove _swrast_ReadPixels()
Brian Paul
2011-11-15
1
-2
/
+1
*
swrast: Remove dead _swrast_read_depth_span_uint().
Eric Anholt
2011-11-03
1
-83
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-12
/
+12
*
swrast: Remove unnecessary header.
Vinson Lee
2010-08-10
1
-1
/
+0
*
Grammar and spelling fixes
Jeff Smith
2010-03-12
1
-1
/
+1
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
1
-8
/
+8
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
swrast: fix broken _swrast_depth_clamp_span()
Brian Paul
2010-01-15
1
-14
/
+27
*
swrast: Remove unnecessary header from s_depth.c.
Vinson Lee
2010-01-13
1
-1
/
+0
*
mesa: Mostly fix swrast's ARB_depth_clamp support.
Eric Anholt
2009-10-29
1
-9
/
+19
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-4
/
+9
|
\
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-4
/
+9
*
|
Merge branch 'mesa_7_6_branch'
Nicolai Hähnle
2009-10-07
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
swrast: s/GLfloat/GLuint/ in bzero()
Brian Paul
2009-10-07
1
-1
/
+1
|
*
swrast: add missing returns
Brian Paul
2009-10-07
1
-0
/
+2
*
|
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-0
/
+27
|
/
*
mesa: pass 'mask', not NULL to renderbuffer->Put functions
Brian Paul
2008-10-07
1
-10
/
+10
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-5
/
+5
*
Remove the !rb->Data check that was added a few months ago.
Brian
2007-04-21
1
-1
/
+1
*
add some rb->Data null ptr checks (bug 7205)
Brian
2007-03-15
1
-1
/
+1
*
fixes for C++ warnings/errors
Brian
2007-01-23
1
-2
/
+2
*
New SWspan and SWspanarrays typedefs.
Brian Paul
2006-10-01
1
-4
/
+4
*
remove unused var
Brian Paul
2006-04-06
1
-2
/
+0
*
Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.
Brian Paul
2006-04-06
1
-2
/
+81
*
fix a GLuint vs GLushort test, new assertions
Brian Paul
2006-03-29
1
-1
/
+4
*
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-06
1
-2
/
+2
[next]