summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-22wipwip/generator-makoDylan Baker2-0/+81
2015-06-22glX_proto_size.py: generate indirect_size_get.h with makoDylan Baker3-52/+81
2015-06-22wip: indirect_reqsize.cDylan Baker2-6/+46
2015-06-22glapi: glX_proto_size.py: use mako to generate indirect_reqsize.hDylan Baker4-27/+62
2015-06-22wip: glapi: glX_proto_send.py: finish mako-izingDylan Baker2-0/+226
2015-06-22glapi: gl_genexec.py: generate with makoDylan Baker4-206/+184
2015-06-22glapi: glX_proto_send.py: use bools instead of 0 and 1 for return codesDylan Baker1-2/+2
2015-06-22glapi: glX_proto_send.py: use a mako template to generate init.cDylan Baker3-90/+109
2015-06-22glapi: glX_proto_send.py: Generate init.h with a mako templateDylan Baker4-74/+117
2015-06-22glapi: glX_proto_send.py: remove last use of string moduleDylan Baker1-2/+2
2015-06-22glapi: glX_proto_send.py: small refactors to hash_pixel_functionDylan Baker1-5/+5
2015-06-22glapi: glX_proto_send.py: simplify convert_string_for_XCB functionDylan Baker1-14/+15
2015-06-22glapi: glX_proto_send.py: cleanup style issuesDylan Baker1-92/+59
2015-06-22glapi: glX_server_table.py: misc cleanupsDylan Baker1-12/+15
2015-06-22glapi: glX_server_table.py: Generate with mako instead of print statementsDylan Baker3-167/+193
2015-06-22glapi: glX_server_table.py: make methods have only one newline between themDylan Baker1-7/+0
2015-06-22glapi: glX_server_table.py: replace use of has_key with "in" keywordDylan Baker1-3/+3
2015-06-22glapi: glX_server_table.py: use xrange instead of rangeDylan Baker1-9/+8
2015-06-22glapi: glX_server_table.py: Use bools instead of ints.Dylan Baker1-7/+7
2015-06-22glapi: glX_server_table.py: use main functionDylan Baker1-1/+6
2015-06-22glapi: gl_SPARC_asm.py: use mako for file generationDylan Baker3-219/+227
2015-06-22glapi: gl_x86-64_asm.py: Use makoDylan Baker7-266/+337
2015-06-22glapi: gl_x86_asm.py: Use makoDylan Baker3-192/+195
2015-06-22glapi: gl_gentable.py: Convert to mako.Dylan Baker3-160/+145
2015-06-22glapi: gl_apitemp.py: Use Mako for file generationsDylan Baker4-267/+268
2015-06-22glapi: gl_enmus.py: Use mako instead of printsDylan Baker4-174/+179
2015-06-22glapi: gl_procs.py: convert to makoDylan Baker4-134/+166
2015-06-22glapi: remap_helper.py: Use mako to generate glapi_mapi_tmp.hDylan Baker4-141/+142
2015-06-22glapi: gl_table.py: Use mako to generate src/mesa/main/dispatch.hDylan Baker4-133/+166
2015-06-22glapi: gl_table.py: Use mako to generate the glapitable.hDylan Baker7-53/+160
2015-06-22nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.Kenneth Graunke1-1/+3
2015-06-22i965: Add and fix comments in brw_vue_map.c.Kenneth Graunke1-1/+13
2015-06-22i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.Kenneth Graunke3-102/+137
2015-06-22i965/gen9: Implement Push Constant Buffer workaroundBen Widawsky1-7/+41
2015-06-22mesa: use _mesa_lookup_enum_by_nr() in print_array()Brian Paul1-4/+4
2015-06-22ilo: emit 3DPRIMITIVE from gen6_3dprimitive_infoChia-I Wu11-87/+91
2015-06-22ilo: align vertex buffer size in buf_create()Chia-I Wu2-19/+20
2015-06-22ilo: move ilo_format.[ch] out of coreChia-I Wu5-8/+8
2015-06-22ilo: add ilo_state_surface_valid_format()Chia-I Wu4-284/+364
2015-06-22ilo: add ilo_state_vf_valid_element_format()Chia-I Wu3-124/+132
2015-06-22nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot11-22/+27
2015-06-22nouveau: support for custom VRAM domainsAlexandre Courbot2-0/+14
2015-06-22ilo: add ilo_state_computeChia-I Wu8-92/+586
2015-06-22r600g: ignore sampler views for now.Dave Airlie1-0/+1
2015-06-21freedreno/ir3: pass sz to split_dest()Rob Clark2-5/+7
2015-06-21freedreno/ir3/nir: add more opcodesRob Clark1-1/+8
2015-06-21freedreno/ir3: only unminify txf coords on a3xxRob Clark1-1/+9
2015-06-21freedreno: remove int sampler shader variantsRob Clark8-104/+7
2015-06-21freedreno/ir3: block reshuffling and loops!Rob Clark10-126/+1025
2015-06-21freedreno/ir3: a4xx encodes larger immed offsetRob Clark4-7/+21