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
/
errors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
1
-1
/
+1
*
mesa: Use correct functions for enum conversion.
Vinson Lee
2013-03-11
1
-2
/
+2
*
mesa: Remove the special enum for _mesa_error debug output.
Eric Anholt
2013-03-05
1
-2
/
+8
*
mesa: Remove the enum for the oom-within-debug-output case.
Eric Anholt
2013-03-05
1
-1
/
+4
*
mesa: Report ARB_debug_output for both shader errors and warnings.
Eric Anholt
2013-03-05
1
-2
/
+4
*
mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.
Eric Anholt
2013-03-05
1
-3
/
+51
*
mesa: Merge handling of application-provided and built-in error sources.
Eric Anholt
2013-03-05
1
-213
/
+115
*
mesa: Fix _mesa_problem() on context destroy after application debug output
Eric Anholt
2013-03-05
1
-0
/
+6
*
mesa: Move debug type/severity enums to mesa core.
Eric Anholt
2013-03-05
1
-65
/
+62
*
mesa: Replace open-coded _mesa_lookup_enum_by_nr().
Eric Anholt
2013-03-05
1
-35
/
+3
*
mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.
Eric Anholt
2013-03-05
1
-15
/
+14
*
mesa: Initially populate the display list with the exec list.
Eric Anholt
2013-01-21
1
-9
/
+0
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-4
/
+4
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-2
/
+2
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: more const qualifiers to match the latest glext.h
Brian Paul
2012-06-27
1
-2
/
+2
*
mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a file
Brian Paul
2012-06-25
1
-2
/
+12
*
mesa: define DEBUG_SILENT flag, use in output_if_debug()
Brian Paul
2012-05-11
1
-11
/
+10
*
mesa: add _mesa_shader_debug()
Dylan Noblesmith
2012-05-02
1
-0
/
+43
*
mesa: fix _mesa_DebugMessageCallbackARB() to silence warnings
Brian Paul
2012-03-12
1
-2
/
+2
*
mesa: Prevent collision of ERROR define on Windows.
José Fonseca
2012-03-11
1
-0
/
+3
*
mesa: print GL errors via debug_output
Marek Olšák
2012-03-10
1
-31
/
+66
*
mesa: implement the last of GL_ARB_debug_output
nobled
2012-03-10
1
-28
/
+240
*
mesa: add control for categories of application-provided messages
nobled
2012-03-10
1
-5
/
+125
*
mesa: add glDebugMessageControlARB
nobled
2012-03-10
1
-0
/
+134
*
mesa: add message-toggle booleans for GL_ARB_debug_output
nobled
2012-03-10
1
-1
/
+1
*
mesa: add some GL_ARB_debug_output functions
nobled
2012-03-10
1
-0
/
+274
*
mesa: add infrastructure for GL_ARB_debug_output
nobled
2012-03-10
1
-1
/
+12
*
mesa: split error handling into its own file
nobled
2012-03-10
1
-0
/
+276