summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-202-1/+4
* 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
* GL3.txt: update softpipe ARB_gpu_shader5 statusDave Airlie2015-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
* Post-branch version bump to 10.7.0-devel, add release notes templateEmil Velikov2015-05-192-1/+59
* 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
* freedreno: fence fixRob Clark2015-05-181-1/+3
* i965: Add gen8 blend stateBen Widawsky2015-05-181-2/+110
* i965: Add renderbuffer surface indexes to debugBen Widawsky2015-05-181-1/+1
* i965: Add Gen9 surface state decodingBen Widawsky2015-05-186-39/+68
* i965: Add gen8 surface state debug infoBen Widawsky2015-05-182-6/+81
* i965: Add gen7+ sampler state to batch debugBen Widawsky2015-05-182-1/+71
* i965: Add viewport extents (gen8) to batch decodeBen Widawsky2015-05-181-4/+11
* i965: Add all surface types to the batch decodeBen Widawsky2015-05-183-15/+10
* i965: Add string for surface format to tableBen Widawsky2015-05-181-217/+219
* i965/fs: Implement integer multiply without mul/mach.Matt Turner2015-05-181-28/+66
* i965/fs: Rework compression control selection.Matt Turner2015-05-181-3/+6
* i965/fs: Support integer multiplication in SIMD16 on Haswell.Matt Turner2015-05-181-5/+47
* i965/fs: Add set_sechalf() method.Matt Turner2015-05-181-0/+10
* i965/fs: Unrestrict constant propagation into integer multiply.Matt Turner2015-05-181-1/+9
* i965/fs: Lower integer multiplication after optimizations.Matt Turner2015-05-184-64/+70