summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glapi: gl_genexec.py: use argparse instead of getoptDylan Baker2015-05-221-17/+12
* glapi: glX_proto_send.py: use a main function.Dylan Baker2015-05-221-1/+6
* glapi: glX_proto_send.py: use argparse instead of getoptDylan Baker2015-05-221-31/+28
* glapi: glX_server_table.py: use argparse instead of getoptDylan Baker2015-05-221-23/+15
* glapi: gl_SPARC_asm.py: use main functionDylan Baker2015-05-221-1/+6
* glapi: gl_SPARC_asm.py use argparse instead of getoptDylan Baker2015-05-221-24/+14
* glapi: gl_x86-64_asm.py: Use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_x86_64_asm.py: Use argparse instead of getoptDylan Baker2015-05-221-24/+16
* glapi: gl_x86_asm.py: use a main functionDylan Baker2015-05-221-1/+5
* glapi: gl_x86_asm.py: use argparse instead of getoptDylan Baker2015-05-221-25/+14
* glapi: gl_gentable.py: use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_gentable.py: Replace getopt with argparseDylan Baker2015-05-221-14/+15
* glapi: gl_apitemp.py: Use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_apitemp.py: Convert to argparse instead of getoptDylan Baker2015-05-221-20/+19
* glapi: gl_enums.py: use main() function for if __name__ == "__main__"Dylan Baker2015-05-221-1/+5
* glapi: gl_enums.py: use argparse instead of getopt.Dylan Baker2015-05-221-16/+14
* glapi: gl_procs.py: Use argparse rather than getoptDylan Baker2015-05-221-23/+19
* glapi: gl_procs.py: Fix a few low hanging style thingsDylan Baker2015-05-221-7/+16
* glapi: remap_helper.py: use argparse instead of optparseDylan Baker2015-05-221-24/+22
* glapi: remap_helper.py: Fix some low hanging style issuesDylan Baker2015-05-221-4/+13
* glapi: gl_table.py: replace getopt with argparse.Dylan Baker2015-05-221-37/+33
* glapi: gl_table.py: Fix some low hanging style issuesDylan Baker2015-05-221-16/+26
* i965/disasm: Skip swizzle disassembly when using 3-src repctrl.Matt Turner2015-05-221-9/+12
* nir: Remove sRGB colorspace conversion round-trip.Matt Turner2015-05-221-0/+2
* nv50: fix PIPELINE_STATISTICS with HUD, based on nvc0Samuel Pitoiset2015-05-221-1/+2
* nv50: fix 64-bit queries with HUD, based on nvc0Samuel Pitoiset2015-05-221-1/+13
* radeon/vce: adapt new firmware interface changesChristian König2015-05-224-2/+252
* radeon/vce: move CPB handling function into common codeChristian König2015-05-223-29/+48
* u_math: uses assert, include assert.hDave Airlie2015-05-221-0/+1
* glsl: remove element_type() helperTimothy Arceri2015-05-2211-36/+23
* glsl: Use AM_V_GEN/AM_V_at in NIR rules.Matt Turner2015-05-211-10/+10
* freedreno/a3xx: set .zw of sprite coords to .01Ilia Mirkin2015-05-201-3/+6
* freedreno/ir3: fix immediate usage in tgsi tex feIlia Mirkin2015-05-201-5/+9
* targets/osmesa: drop the -module tag from LDFLAGSEmil Velikov2015-05-201-1/+0
* darwin: Fix install name of libOSMesaJeremy Huddleston Sequoia2015-05-201-1/+0
* swrast: Build fix for SolarisAlan Coopersmith2015-05-201-1/+3
* nir: Get rid of the array elements parameter on load/store intrinsicsJason Ekstrand2015-05-206-56/+34
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-2020-188/+47
* cso: add context cleanup code from st/mesaMarek Olšák2015-05-202-6/+7
* mesa/main: validate name syntax for array variables onlySamuel Iglesias Gonsalvez2015-05-201-3/+3
* softpipe: start adding gather support (v2)Dave Airlie2015-05-203-83/+210
* softpipe: use arrays to make gather easierDave Airlie2015-05-201-36/+36
* tgsi: handle TG4 opcode in tgsi execDave Airlie2015-05-202-2/+12
* softpipe: add textureOffset support.Dave Airlie2015-05-202-62/+97
* softpipe: move control into a filter args structDave Airlie2015-05-202-26/+32
* softpipe: move some image filter parameters into a structDave Airlie2015-05-202-258/+224
* glapi: track GL_ARB_program_interface_query.xml10.6-branchpointEmil Velikov2015-05-191-0/+1
* i965: add brw_cs.h to the sources listEmil Velikov2015-05-191-0/+1
* mesa/driver/haiku: Drop Mesa swrast rendererAlexander von Gluck IV2015-05-186-868/+0
* i965: Use NIR by default for vertex shaders on GEN8+Jason Ekstrand2015-05-181-1/+1