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: 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
*
mesa: Move statements after declarations.
José Fonseca
2009-02-11
1
-1
/
+1
*
mesa: debug code for printing info about textures, writing teximages to disk
Brian Paul
2009-02-07
1
-0
/
+99
*
glsl: new MESA_GLSL env var for GLSL debugging features
Brian Paul
2009-02-06
1
-3
/
+1
*
Revert "mesa: meaningless whitespace change to see if git's working (ignore)"
Brian Paul
2009-02-06
1
-1
/
+3
*
mesa: meaningless whitespace change to see if git's working (ignore)
Brian Paul
2009-02-06
1
-3
/
+1
*
mesa: additional debug flags for glsl debug/disassembly
Brian Paul
2008-11-01
1
-29
/
+25
*
Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).
Brian Paul
2005-11-10
1
-1
/
+13
*
Move the ctx->FirstTimeCurrent initialization
Brian Paul
2005-09-13
1
-5
/
+2
*
new MESA_DEBUG option: disassem
Keith Whitwell
2005-05-12
1
-0
/
+3
*
added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers
Daniel Borca
2004-11-12
1
-1
/
+2
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-0
/
+2
*
remove _mesa_check_driver_hooks() - it's really not too useful anymore
Brian Paul
2004-01-20
1
-41
/
+2
[next]