summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-22radeon/vce: adapt new firmware interface changesHEADmasterChristian König4-2/+252
2015-05-22radeon/vce: move CPB handling function into common codeChristian König3-29/+48
2015-05-22u_math: uses assert, include assert.hDave Airlie1-0/+1
2015-05-22glsl: remove element_type() helperTimothy Arceri11-36/+23
2015-05-21glsl: Use AM_V_GEN/AM_V_at in NIR rules.Matt Turner1-10/+10
2015-05-20freedreno/a3xx: set .zw of sprite coords to .01Ilia Mirkin1-3/+6
2015-05-20freedreno/ir3: fix immediate usage in tgsi tex feIlia Mirkin1-5/+9
2015-05-20targets/osmesa: drop the -module tag from LDFLAGSEmil Velikov1-1/+0
2015-05-20darwin: Fix install name of libOSMesaJeremy Huddleston Sequoia1-1/+0
2015-05-20swrast: Build fix for SolarisAlan Coopersmith2-1/+4
2015-05-20nir: Get rid of the array elements parameter on load/store intrinsicsJason Ekstrand6-56/+34
2015-05-20gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák20-188/+47
2015-05-20cso: add context cleanup code from st/mesaMarek Olšák2-6/+7
2015-05-20mesa/main: validate name syntax for array variables onlySamuel Iglesias Gonsalvez1-3/+3
2015-05-20GL3.txt: update softpipe ARB_gpu_shader5 statusDave Airlie1-3/+3
2015-05-20softpipe: start adding gather support (v2)Dave Airlie3-83/+210
2015-05-20softpipe: use arrays to make gather easierDave Airlie1-36/+36
2015-05-20tgsi: handle TG4 opcode in tgsi execDave Airlie2-2/+12
2015-05-20softpipe: add textureOffset support.Dave Airlie2-62/+97
2015-05-20softpipe: move control into a filter args structDave Airlie2-26/+32
2015-05-20softpipe: move some image filter parameters into a structDave Airlie2-258/+224
2015-05-19Post-branch version bump to 10.7.0-devel, add release notes templateEmil Velikov2-1/+59
2015-05-19glapi: track GL_ARB_program_interface_query.xmlEmil Velikov1-0/+1
2015-05-19i965: add brw_cs.h to the sources listEmil Velikov1-0/+1
2015-05-18mesa/driver/haiku: Drop Mesa swrast rendererAlexander von Gluck IV6-868/+0
2015-05-18i965: Use NIR by default for vertex shaders on GEN8+Jason Ekstrand1-1/+1
2015-05-18freedreno: fence fixRob Clark1-1/+3
2015-05-18i965: Add gen8 blend stateBen Widawsky1-2/+110
2015-05-18i965: Add renderbuffer surface indexes to debugBen Widawsky1-1/+1
2015-05-18i965: Add Gen9 surface state decodingBen Widawsky6-39/+68
2015-05-18i965: Add gen8 surface state debug infoBen Widawsky2-6/+81
2015-05-18i965: Add gen7+ sampler state to batch debugBen Widawsky2-1/+71
2015-05-18i965: Add viewport extents (gen8) to batch decodeBen Widawsky1-4/+11
2015-05-18i965: Add all surface types to the batch decodeBen Widawsky3-15/+10
2015-05-18i965: Add string for surface format to tableBen Widawsky1-217/+219
2015-05-18i965/fs: Implement integer multiply without mul/mach.Matt Turner1-28/+66
2015-05-18i965/fs: Rework compression control selection.Matt Turner1-3/+6
2015-05-18i965/fs: Support integer multiplication in SIMD16 on Haswell.Matt Turner1-5/+47
2015-05-18i965/fs: Add set_sechalf() method.Matt Turner1-0/+10
2015-05-18i965/fs: Unrestrict constant propagation into integer multiply.Matt Turner1-1/+9
2015-05-18i965/fs: Lower integer multiplication after optimizations.Matt Turner4-64/+70
2015-05-18gk110/ir: switch to gk104-style sched codes rather than all-in-oneIlia Mirkin1-9/+9
2015-05-18glsl: add stage references for UBO uniformsTapani Pälli1-0/+10
2015-05-18i965: Fix textureSize for Lod > 0 with non-mipmap filtersIago Toral Quiroga1-2/+4
2015-05-16mesa: Check the lookup_framebuffer return value in NamedFramebufferRenderbufferFredrik Höglund1-0/+2
2015-05-16tgsi/dump: fix declaration printing of tessellation inputs/outputsIlia Mirkin1-2/+18
2015-05-16tgsi/ureg: allow ureg_dst to have dimension indicesIlia Mirkin2-8/+75
2015-05-16tgsi/ureg: use correct limit for max input countMarek Olšák1-1/+1
2015-05-16tgsi/sanity: set implicit in/out array sizes based on patch sizesIlia Mirkin1-4/+32
2015-05-16tgsi/scan: allow scanning tessellation shadersIlia Mirkin1-1/+5