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
/
depthstencil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-19
/
+19
*
mesa: use driver hook for creating new renderbuffers
Brian Paul
2010-08-22
1
-2
/
+2
*
mesa: update assertions and fix refcounting in depth/stencil renderbuffer code
Brian Paul
2010-07-14
1
-6
/
+16
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
mesa: Remove unnecessary header from depthstencil.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
mesa: move assertion after declaration
Brian Paul
2009-10-24
1
-1
/
+1
*
mesa: use MESA_FORMAT_X8_Z24 format
Brian Paul
2009-10-21
1
-1
/
+1
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-88
/
+256
*
mesa: simplify delete_wrapper()
Brian Paul
2009-02-03
1
-7
/
+1
*
Unify ARB_depth_texture and SGIX_depth_texture
Ian Romanick
2008-10-01
1
-2
/
+2
*
mesa: fix a bad cast in put_values_z24.
Xiang, Haihao
2007-12-25
1
-1
/
+1
*
Silence minor compiler warnings (-Wextra).
Brian Paul
2006-04-05
1
-0
/
+6
*
merge from texman branch
mesa_20060325
Brian Paul
2006-03-26
1
-78
/
+184
*
Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).
Brian Paul
2005-11-16
1
-0
/
+549