summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir/info: Get rid of uses_interp_var_at_offsetJason Ekstrand2016-06-033-10/+0
* anv/pipeline: Silently pass tests if depth or stencil is missingJason Ekstrand2016-06-033-3/+35
* anv/pipeline: Unify gen7/8 emit_ds_stateJason Ekstrand2016-06-033-85/+60
* genxml/gen6,7,75: s/BackFace/BackfaceJason Ekstrand2016-06-035-8/+8
* nir/spirv: Handle the WorkgroupSize builtin decorationJason Ekstrand2016-06-031-0/+22
* nir/spirv: Use breaks instead of returns in constant handlingJason Ekstrand2016-06-031-3/+4
* anv/pipeline: Refactor specialization constant handling a bitJason Ekstrand2016-06-031-5/+4
* nir/lower_indirect_derefs: Use the direct array deref for recursionJason Ekstrand2016-06-031-1/+1
* anv/clear: Handle ClearImage on 3-D imagesJason Ekstrand2016-06-031-2/+4
* Revert "i965/fs: Allow scalar source regions on SNB math instructions."Francisco Jerez2016-06-033-7/+14
* i965/vec4: Fix cmod propagation not to propagate non-identity cmod into CMP(N).Francisco Jerez2016-06-031-0/+12
* anv: add the X related and Wayland CFLAGS to VULKAN_ENTRYPOINT_CPPFLAGSEmil Velikov2016-06-041-0/+2
* nir: automake: add nir_search_helpers.h to the sources list(s)Emil Velikov2016-06-041-0/+1
* freedreno/ir3: do idiv lowering after main opt loopRob Clark2016-06-031-16/+27
* nir/algebraic: support for power-of-two optimizationsRob Clark2016-06-036-5/+128
* radeonsi: mark buffer texture range valid for shader imagesNicolai Hähnle2016-06-031-0/+23
* Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák2016-06-034-72/+10
* mesa/formatquery: expand NUM_SAMPLE_COUNTS OpenGL ES commentAlejandro Piñeiro2016-06-031-0/+3
* mesa/get: return correct value for layer provoking vertex.Dave Airlie2016-06-031-1/+1
* egl: Account for default values of texture target and formatPlamena Manolova2016-06-021-0/+6
* nvc0: mark buffer texture range valid for shader imagesSamuel Pitoiset2016-06-033-0/+31
* isl: add support for Android libmesa_isl static libraryMauro Rossi2016-06-023-1/+239
* android: libmesa_glsl: add a dependency on libmesa_nir staticMauro Rossi2016-06-021-2/+3
* isl: automake: don't include isl_format_layout.c in two lists.Emil Velikov2016-06-022-2/+1
* automake: bring back the .PHONY git_sha1.h.tmp ruleEmil Velikov2016-06-021-2/+17
* i965: Add _NEW_POINT to a couple of comments.Kenneth Graunke2016-06-023-3/+3
* svga: allow copy box in svga_transfer_dma_band()Charmaine Lee2016-06-021-13/+20
* freedreno: fix bad bitshift warningsRob Clark2016-06-021-0/+2
* freedreno: assume builtin shaders do compileRob Clark2016-06-021-1/+2
* i965/fs: Reindent emit_zip().Francisco Jerez2016-06-021-14/+14
* i965/fs: Skip SIMD lowering destination zipping if possible.Francisco Jerez2016-06-021-0/+55
* blorp: Fix 16x multisample scaled blitsAnuj Phogat2016-06-021-7/+10
* meta: Fix indentation in shader codeAnuj Phogat2016-06-021-2/+2
* mesa/copyimage: report INVALID_VALUE for missing cube faceDave Airlie2016-06-031-1/+1
* mesa/copyimage: fix num samples check to handle renderbuffers.Dave Airlie2016-06-031-4/+7
* freedreno/a4xx: silence coverity warningRob Clark2016-06-021-0/+6
* freedreno/a3xx+a4xx: fix potential null ptr derefRob Clark2016-06-022-2/+4
* freedreno/ir3: fix coverity warningRob Clark2016-06-021-1/+3
* freedreno/ir3: use nir_shader_get_entrypoint() helperRob Clark2016-06-021-10/+1
* freedreno/a4xx: fix incorrect enum typeRob Clark2016-06-021-1/+1
* freedreno: fix coverity negative array index warningRob Clark2016-06-021-0/+2
* freedreno: fix dereference before null checkRob Clark2016-06-021-2/+1
* gallium/util: remove u_stagingRob Clark2016-06-023-205/+0
* freedreno/a3xx: only update/emit bordercolor state when neededRob Clark2016-06-023-17/+27
* freedreno/a4xx: only update/emit bordercolor state when neededRob Clark2016-06-023-17/+26
* i965: Add missing types to type_sz().Matt Turner2016-06-021-1/+5
* mesa/extensions: Fix ES1 extension reportingNanley Chery2016-06-021-2/+2
* egl: Check if API is supported when using eglBindAPI.Plamena Manolova2016-06-024-10/+72
* st/osmesa: remove double-write (overwriting)Eric Engestrom2016-06-021-1/+0
* st/vdpau: check for null pointer in get/put bits.Nayan Deshmukh2016-06-022-0/+12