index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mapi
/
glapi
/
gen
/
gl_enums.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-2
/
+1
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
1
-1
/
+2
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
python: Use the print function
Mathieu Bridon
2018-07-06
1
-30
/
+32
*
mapi/gen: remove shebang from python scripts
Emil Velikov
2017-03-10
1
-1
/
+0
*
mesa: Document that _mesa_enum_to_string() returns non-null (v2)
Chad Versace
2016-08-12
1
-1
/
+6
*
glapi: work-around MSVC 65K string length limitation for enums.c
Brian Paul
2015-12-01
1
-3
/
+10
*
mesa: Drop the blacklisting of new GL enums.
Eric Anholt
2015-12-01
1
-266
/
+0
*
mesa: Use a 32-bit offset for the enums.c string offset table.
Eric Anholt
2015-12-01
1
-3
/
+1
*
mesa: Prefer newer names to older ones among names present in core.
Eric Anholt
2015-12-01
1
-17
/
+8
*
mesa: Drop bitfield "enums" from the enum-to-string table.
Eric Anholt
2015-12-01
1
-8
/
+11
*
mesa: Switch to using the Khronos registry for generating enums.
Eric Anholt
2015-12-01
1
-37
/
+368
*
mesa: Remove the python mode bits from gl_enums.py.
Eric Anholt
2015-12-01
1
-1
/
+0
*
mapi: add ARB_tessellation_shader
Fabian Bieler
2015-07-23
1
-0
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
glapi: gl_enums.py: use main() function for if __name__ == "__main__"
Dylan Baker
2015-05-22
1
-1
/
+5
*
glapi: gl_enums.py: use argparse instead of getopt.
Dylan Baker
2015-05-22
1
-16
/
+14
*
mesa: move LONGSTRING into generated enums.c
Brian Paul
2015-03-12
1
-0
/
+6
*
mapi: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-2
/
+2
*
mesa: Drop _mesa_bsearch() wrapper.
Matt Turner
2014-09-24
1
-4
/
+4
*
glapi: Move declaration before code.
Vinson Lee
2013-09-23
1
-4
/
+6
*
mesa: Shrink the size of the enum string lookup struct.
Eric Anholt
2013-09-23
1
-2
/
+4
*
mesa: Remove the extra enum strings and extra lookup table.
Eric Anholt
2013-09-23
1
-41
/
+20
*
mesa: Remove _mesa_lookup_enum_by_name().
Eric Anholt
2013-09-23
1
-29
/
+0
*
mesa: add names of geometry shader prims in gl_enums.py
Brian Paul
2013-05-02
1
-1
/
+5
*
mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant
Brian Paul
2013-05-02
1
-1
/
+0
*
glapi: no longer emit #include "mfeatures.h" in generated files
Brian Paul
2013-04-17
1
-1
/
+0
*
glapi: Reformat python code generation scripts to use 4-space indentation.
Paul Berry
2012-10-10
1
-96
/
+96
*
mesa: clean-up _mesa_lookup_prim_by_nr()
Brian Paul
2011-01-20
1
-16
/
+27
*
glapi: use _mesa_snprintf()
Brian Paul
2010-07-13
1
-1
/
+2
*
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
1
-0
/
+247