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
/
debug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags
Brian Paul
2012-05-11
1
-1
/
+3
*
mesa: define DEBUG_SILENT flag, use in output_if_debug()
Brian Paul
2012-05-11
1
-0
/
+1
*
mesa: clean-up the debug/verbose flag setup code
Brian Paul
2012-05-11
1
-26
/
+46
*
mesa: remove unused DD_TRI_CULL_FRONT_BACK
Brian Paul
2012-03-12
1
-3
/
+2
*
mesa: remove unused DD_FLATSHADE
Brian Paul
2012-03-12
1
-2
/
+1
*
mesa: remove unused DD_TRI_TWOSTENCIL
Brian Paul
2012-03-12
1
-2
/
+1
*
mesa: support more format/type combos in _mesa_dump_image()
Brian Paul
2012-02-06
1
-1
/
+28
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-1
/
+2
*
mesa: simplify parameters to GetTexImage() driver hook
Brian Paul
2011-09-30
1
-3
/
+1
*
mesa: remove CHAN_TYPE cruft from debug.c
Brian Paul
2011-09-20
1
-4
/
+0
*
mesa: Remove all mention of MESA_FORMAT_CI8
Ian Romanick
2011-08-29
1
-1
/
+0
*
mesa: Convert texture debug dump function to using MapTextureImage().
Brian Paul
2011-08-29
1
-43
/
+51
*
mesa: Remove use of fpu_control.h
Chad Versace
2011-08-16
1
-11
/
+0
*
mesa: Recognize MESA_VERBOSE=all as shortcut for all debug options.
José Fonseca
2011-04-06
1
-1
/
+1
*
mesa: added _mesa_dump_image() for debugging
Brian Paul
2011-03-24
1
-0
/
+24
*
mesa: remove the MESA_NO_DITHER env var
Brian Paul
2011-02-17
1
-10
/
+0
*
mesa: make _mesa_write_renderbuffer_image() non-static
Brian Paul
2011-02-16
1
-3
/
+11
*
mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines
Brian Paul
2011-01-23
1
-2
/
+1
*
mesa: clean-up _mesa_lookup_prim_by_nr()
Brian Paul
2011-01-20
1
-20
/
+0
*
mesa: Fix printf format warnings.
Vinson Lee
2010-11-10
1
-1
/
+1
*
mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps
Roland Scheidegger
2010-11-10
1
-2
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
mesa: Remove SGI_color_matrix.
Eric Anholt
2010-09-23
1
-2
/
+1
*
Revert "glapi: Implement optional dispatch logging"
Kristian Høgsberg
2010-09-09
1
-5
/
+1
*
glapi: Implement optional dispatch logging
Kristian Høgsberg
2010-09-09
1
-1
/
+5
*
mesa: s/sprintf/_mesa_snprintf/
Vinson Lee
2010-05-02
1
-2
/
+2
*
mesa: Also print _NEW_STENCIL in _mesa_print_state()
Kristian Høgsberg
2010-03-23
1
-1
/
+2
*
mesa: casts to silence new warnings from printf()
Brian Paul
2010-02-19
1
-2
/
+2
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-28
/
+28
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-14
/
+14
*
Remove _mesa_strstr in favor of plain strstr.
Kenneth Graunke
2010-02-19
1
-3
/
+3
*
mesa: Fix typo of 'unknown' in debug.c.
Vinson Lee
2010-01-18
1
-1
/
+1
*
mesa: Remove unnecessary headers from debug.c.
Vinson Lee
2010-01-18
1
-2
/
+0
*
mesa: move, clean-up _mesa_print_texture()
Brian Paul
2009-10-29
1
-0
/
+61
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-3
/
+4
|
\
|
*
mesa: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-1
/
+1
*
|
mesa: more texture debug code changes, improvements
Brian Paul
2009-10-27
1
-27
/
+66
*
|
mesa: added _mesa_dump_texture()
Brian Paul
2009-10-22
1
-3
/
+25
*
|
mesa: added _mesa_dump_renderbuffers() debug code
Brian Paul
2009-10-21
1
-2
/
+74
*
|
mesa: added VERBOSE_SWAPBUFFERS
Brian Paul
2009-10-14
1
-1
/
+2
*
|
mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.
Brian Paul
2009-10-14
1
-1
/
+2
*
|
mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it does
Brian Paul
2009-10-14
1
-1
/
+1
|
/
*
mesa: better texture dump/debug code
Brian Paul
2009-08-04
1
-52
/
+45
*
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-09
1
-1
/
+1
|
\
|
*
mesa: Use matching signedness for the counter as upper bound.
José Fonseca
2009-06-08
1
-1
/
+1
*
|
mesa: call _mesa_ funcs, not gl funcs for debugging
Brian Paul
2009-06-04
1
-15
/
+18
*
|
mesa: added debug functions for dumping color/depth/stencil buffers
Brian Paul
2009-05-21
1
-0
/
+101
|
/
*
mesa: fix _mesa_dump_textures(), add null ptr check
Brian Paul
2009-04-22
1
-2
/
+3
*
mesa: more tex image debug/dumping code
Brian Paul
2009-03-02
1
-0
/
+22
[next]