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
2015-08-11
glapi: generate indirect_dispatch.h with mako
submit/generator-mako
Dylan Baker
3
-47
/
+60
2015-08-11
glapi: glX_proto_size.py: generate indirect_size_get.h with mako
Dylan Baker
3
-52
/
+81
2015-08-11
glapi: glX_proto_size.py: use mako to generate indirect_reqsize.h
Dylan Baker
4
-27
/
+62
2015-08-11
glapi: gl_genexec.py: generate with mako
Dylan Baker
4
-206
/
+184
2015-08-11
glapi: glX_proto_send.py: use bools instead of 0 and 1 for return codes
Dylan Baker
1
-2
/
+2
2015-08-11
glapi: glX_proto_send.py: use a mako template to generate init.c
Dylan Baker
3
-90
/
+108
2015-08-11
glapi: glX_proto_send.py: Generate init.h with a mako template
Dylan Baker
4
-74
/
+118
2015-08-11
glapi: glX_proto_send.py: remove last use of string module
Dylan Baker
1
-2
/
+2
2015-08-11
glapi: glX_proto_send.py: small refactors to hash_pixel_function
Dylan Baker
1
-5
/
+5
2015-08-11
glapi: glX_proto_send.py: simplify convert_string_for_XCB function
Dylan Baker
1
-14
/
+15
2015-08-11
glapi: glX_proto_send.py: cleanup style issues
Dylan Baker
1
-92
/
+59
2015-08-11
glapi: glX_server_table.py: misc cleanups
Dylan Baker
1
-12
/
+15
2015-08-11
glapi: glX_server_table.py: Generate with mako instead of print statements
Dylan Baker
3
-167
/
+193
2015-08-11
glapi: glX_server_table.py: make methods have only one newline between them
Dylan Baker
1
-7
/
+0
2015-08-11
glapi: glX_server_table.py: replace use of has_key with "in" keyword
Dylan Baker
1
-3
/
+3
2015-08-11
glapi: glX_server_table.py: use xrange instead of range
Dylan Baker
1
-9
/
+8
2015-08-11
glapi: glX_server_table.py: Use bools instead of ints.
Dylan Baker
1
-7
/
+7
2015-08-11
glapi: glX_server_table.py: use main function
Dylan Baker
1
-1
/
+6
2015-08-11
glapi: gl_SPARC_asm.py: use mako for file generation
Dylan Baker
3
-219
/
+227
2015-08-11
glapi: gl_x86-64_asm.py: Use mako
Dylan Baker
7
-266
/
+337
2015-08-11
glapi: gl_x86_asm.py: Use mako
Dylan Baker
3
-192
/
+195
2015-08-11
glapi: gl_gentable.py: Convert to mako.
Dylan Baker
3
-160
/
+145
2015-08-11
glapi: gl_apitemp.py: Use Mako for file generations
Dylan Baker
4
-267
/
+268
2015-08-11
glapi: gl_enmus.py: Use mako instead of prints
Dylan Baker
4
-175
/
+179
2015-08-11
glapi: gl_procs.py: convert to mako
Dylan Baker
4
-134
/
+166
2015-08-11
glapi: remap_helper.py: Use mako to generate glapi_mapi_tmp.h
Dylan Baker
4
-141
/
+141
2015-08-11
glapi: gl_table.py: Use mako to generate src/mesa/main/dispatch.h
Dylan Baker
4
-102
/
+162
2015-08-11
glapi: gl_table.py: Use mako to generate the glapitable.h
Dylan Baker
7
-49
/
+157
2015-08-11
docs: add news item and link release notes for 10.6.4
Emil Velikov
2
-0
/
+7
2015-08-11
docs: add sha256 checksums for 10.6.4
Emil Velikov
1
-1
/
+2
2015-08-11
docs: add release notes for 10.6.4
Emil Velikov
1
-0
/
+136
2015-08-11
gallium/radeon: fix r600g build if LLVM is disabled
Marek Olšák
1
-4
/
+5
2015-08-11
r600g: use a bitfield to track dirty atoms
Grazvydas Ignotas
4
-10
/
+56
2015-08-11
r600g: don't mark unused atom dirty
Grazvydas Ignotas
1
-1
/
+3
2015-08-11
r600g: use a helper to add an initialized atom
Grazvydas Ignotas
4
-8
/
+16
2015-08-11
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
19
-145
/
+182
2015-08-11
docs: Mark ARB_shader_image_load_store as done on i965.
Francisco Jerez
2
-1
/
+2
2015-08-11
i965: Expose ARB_shader_image_load_store.
Francisco Jerez
1
-0
/
+1
2015-08-11
i965/fs: Clamp image array indices to the array bounds on IVB.
Francisco Jerez
1
-4
/
+21
2015-08-11
i965/fs: Translate image load, store and atomic NIR intrinsics.
Francisco Jerez
1
-0
/
+106
2015-08-11
i965/fs: Handle image uniforms in NIR programs.
Francisco Jerez
2
-8
/
+44
2015-08-11
i965: Implement logic to set up and upload an image uniform.
Francisco Jerez
2
-0
/
+32
2015-08-11
i965: Teach type_size() about the size of an image uniform.
Francisco Jerez
2
-0
/
+2
2015-08-11
i965/fs: Implement image load, store and atomic.
Francisco Jerez
2
-0
/
+264
2015-08-11
i965/fs: Import image format conversion primitives.
Francisco Jerez
1
-0
/
+265
2015-08-11
i965/fs: Import image format metadata queries.
Francisco Jerez
1
-0
/
+148
2015-08-11
i965/fs: Import code to transform image coordinates into surface coordinates.
Francisco Jerez
1
-0
/
+52
2015-08-11
i965/fs: Import image memory offset calculation code.
Francisco Jerez
1
-0
/
+169
2015-08-11
i965/fs: Import image access validity checks.
Francisco Jerez
1
-0
/
+55
2015-08-11
i965: Define implementation constants for ARB_shader_image_load_store.
Francisco Jerez
1
-0
/
+12
[next]