index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-31
glapi: gl_x86-64_asm.py: use _ for unused variable
wip/glapi-cleanup
Dylan Baker
1
-1
/
+1
2016-03-31
glapi: gl_x86_asm.py: simplify method with sum and generator
Dylan Baker
1
-8
/
+2
2016-03-31
glapi: glX_server_table.py: use math.log instead of hand coded log2 function
Dylan Baker
1
-10
/
+2
2016-03-31
glapi: glX_proto_size.py: Remove dead code.
Dylan Baker
1
-76
/
+1
2016-03-31
glapi: glX_proto_send.py: simplify XCB string conversion
Dylan Baker
1
-14
/
+19
2016-03-31
glapi: glX_proto_send.py: remove useless pass keyword
Dylan Baker
1
-1
/
+0
2016-03-31
glapi: glX_proto_send.py: Don't shadow builtins.
Dylan Baker
1
-7
/
+7
2016-03-31
glapi: glX_proto_send.py: don't unpack useless values.
Dylan Baker
1
-5
/
+5
2016-03-31
glapi: glX_proto_common.py: use python's _ for unused values
Dylan Baker
1
-1
/
+1
2016-03-31
glapi: glX_proto_common.py: remove commented out code.
Dylan Baker
1
-1
/
+0
2016-03-31
glapi: glX_proto_common.py: return variable from glx_print_proto.size_call
Dylan Baker
1
-1
/
+1
2016-03-31
glapi: gl_XML.py: return a tuple from gl_parameter.get_dimensions
Dylan Baker
1
-2
/
+2
2016-03-31
glapi: gl_XML.py: refactor out extra else statement
Dylan Baker
1
-7
/
+6
2016-03-31
glapi: gl_XML.py: add missing method prototype.
Dylan Baker
1
-0
/
+3
2016-03-31
glapi: gl_XML.py: store compiled re as a module variable
Dylan Baker
1
-1
/
+3
2016-03-31
glapi: gl_XML.py: avoid unnecessary method call
Dylan Baker
1
-2
/
+1
2016-03-31
glapi: gl_XML.py: simplify is_attr_true
Dylan Baker
1
-7
/
+5
2016-03-31
glapi: gl_XML.py: rework gl_api.functionIterateByOffset
Dylan Baker
1
-14
/
+6
2016-03-31
glapi: gl_XML.py: use collections to simplify functionsIterateByCategory
Dylan Baker
1
-7
/
+4
2016-03-31
glapi: gl_XML.py: convert gl_api.functionIterateByOffset to a generator
Dylan Baker
1
-8
/
+6
2016-03-31
glapi: gl_XML.py: simplify gl_api.functionIterateByOffset
Dylan Baker
1
-4
/
+1
2016-03-31
glapi: gl_XML.py: make gl_api.categoryIterate a generator
Dylan Baker
1
-8
/
+5
2016-03-31
glapi: gl_XML.py: remove gl_api.enumIterateByName
Dylan Baker
1
-10
/
+0
2016-03-31
glapi: gl_XML.py: use python's iter() function rather than calling __iter__
Dylan Baker
1
-6
/
+6
2016-03-31
glapi: replace RuntimeError with asserts or Exception
Dylan Baker
4
-47
/
+55
2016-03-31
glapi: Use booleans in python code.
Dylan Baker
7
-30
/
+23
2016-03-31
glapi: remove useless 0 start parameter for (x)range
Dylan Baker
4
-10
/
+10
2016-03-31
glapi: use xrange instead of range in python
Dylan Baker
4
-13
/
+12
2016-03-31
glapi: replace deprecated has_key method in python
Dylan Baker
7
-19
/
+19
2016-03-31
glapi: have only one statement per line in python files.
Dylan Baker
4
-11
/
+20
2016-03-31
glapi: remove superflous parens in python
Dylan Baker
4
-4
/
+4
2016-03-31
glapi: Don't use string module in python modules
Dylan Baker
6
-21
/
+14
2016-03-31
glapi: fix singleton comparisons to use 'is' in python
Dylan Baker
5
-10
/
+10
2016-03-31
glapi: Fix whitespace in python files.
Dylan Baker
13
-1489
/
+1488
2016-03-31
glapi: remove useless returns from python code
Dylan Baker
16
-136
/
+1
2016-03-31
glapi: normalize python newlines
Dylan Baker
18
-251
/
+7
2016-03-31
glapi: use python's textwrap.dedent to make code readable
Dylan Baker
11
-459
/
+502
2016-03-31
glapi: remove unnecessary semi-colons in python
Dylan Baker
6
-24
/
+24
2016-03-31
glapi: Update copyright in python files to cover more than IBM
Dylan Baker
18
-22
/
+23
2016-03-31
glapi: encode python files in utf-8 rather than ascii
Dylan Baker
21
-27
/
+50
2016-03-31
glapi: clean imports in python files
Dylan Baker
16
-25
/
+45
2016-03-31
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
6
-47
/
+46
2016-03-31
tgsi: skip texture query opcodes when examining texture targets
Brian Paul
1
-1
/
+15
2016-03-31
nv50/ir: Check for valid insn instead of def size
Pierre Moreau
1
-2
/
+2
2016-03-30
mesa: add GL_EXT_copy_image support
Ilia Mirkin
2
-0
/
+23
2016-03-30
mesa: add GL_OES_copy_image support
Ilia Mirkin
8
-2
/
+151
2016-03-30
mesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS entry
Ilia Mirkin
1
-3
/
+0
2016-03-30
st/mesa: add ES sample-shading support
Ilia Mirkin
2
-3
/
+9
2016-03-30
mesa: add GL_OES_shader_multisample_interpolation support
Ilia Mirkin
8
-10
/
+28
2016-03-30
mesa: add GL_OES_sample_shading support
Ilia Mirkin
5
-3
/
+14
[next]