summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallivm, tgsi: provide fake sample_i_ms implementationsRoland Scheidegger2016-02-182-4/+11
* st/mesa: new st_DrawAtlasBitmaps() function for drawing bitmap textBrian Paul2016-02-172-3/+141
* mesa: implement a display list / glBitmap texture atlasBrian Paul2016-02-175-0/+448
* st/mesa: apply DepthMode swizzle to stencil texturing as wellIlia Mirkin2016-02-171-2/+0
* i965/skl: Update Skylake renderer stringsBen Widawsky2016-02-171-9/+9
* i965/skl: Add two missing device IDsBen Widawsky2016-02-171-0/+2
* mesa: allow multisampled format info to be returned on GLES 3.1Ilia Mirkin2016-02-171-1/+4
* i965: Extract push constant state to a new fileBen Widawsky2016-02-174-164/+191
* i965: Make emit_minmax return an instruction*.Matt Turner2016-02-173-10/+10
* i965: Lower min/max after optimization on Gen4/5.Matt Turner2016-02-178-44/+88
* i965/vec4: Initialize force_writemask_all in vec4_builder().Matt Turner2016-02-171-1/+2
* radeon/llvm: Add TargetLibraryInfo to the pass managerTom Stellard2016-02-171-1/+7
* radeon/llvm: Set the target triple on the moduleTom Stellard2016-02-174-4/+12
* gallivm: Add helpers for creating and destroying TargetLibraryInfoTom Stellard2016-02-172-0/+37
* nvc0: invalidate all buffers when switching pipe contextsSamuel Pitoiset2016-02-171-0/+1
* st/mesa: fix up result_src.type when doing i2u/u2i conversionsIlia Mirkin2016-02-171-0/+1
* st/mesa: use cso_set_viewport_dims() in try_pbo_upload_common()Brian Paul2016-02-171-12/+1
* i965/gen7: Use predicated rendering for indirect computeJordan Justen2016-02-172-14/+83
* freedreno: expose time-elapsed queryRob Clark2016-02-172-1/+5
* freedreno/a4xx: implement time-elapsed queryRob Clark2016-02-172-0/+133
* freedreno/a4xx: better occlusion/sample countingRob Clark2016-02-171-1/+6
* freedreno/query: fix refcnt'ing issueRob Clark2016-02-171-1/+1
* freedreno/query: some queries don't have ->begin_query()Rob Clark2016-02-172-0/+18
* freedreno/query: align counter snapshot locationsRob Clark2016-02-171-0/+2
* freedreno/query: add optional enable hookRob Clark2016-02-175-0/+36
* freedreno: query max gpu freqRob Clark2016-02-173-1/+12
* freedreno: update generated headersRob Clark2016-02-175-30/+1355
* freedreno/ir3: fix new gcc6 errorsRob Clark2016-02-171-1/+0
* nv50/ir: we can't do the add to mad conversion when the mul saturatesKarol Herbst2016-02-161-0/+3
* nv50/ir: optimize neg(and(set, 1)) to setKarol Herbst2016-02-161-0/+32
* nv50/ir: fix quadop emission in the presence of predicationIlia Mirkin2016-02-164-5/+9
* nv50,nvc0: enable/disable seamless cubemap texturing as requestedIlia Mirkin2016-02-1612-3/+26
* st/mesa: add missing ETC2 entries to format_mapRob Clark2016-02-161-0/+42
* nvc0: enable compute support on GK110:GM200 with an envvarSamuel Pitoiset2016-02-161-2/+7
* nvc0: add compute support for GM107Samuel Pitoiset2016-02-162-1/+5
* nvc0: fix compute state initialization on GK110+Samuel Pitoiset2016-02-161-6/+7
* glsl: remove duplicate interpolation_string() functionTimothy Arceri2016-02-173-30/+2
* glsl: remove unused helperTimothy Arceri2016-02-172-26/+0
* glsl: set user defined varyings to smooth by default in ESTimothy Arceri2016-02-171-0/+11
* gm107/ir: add ATOM CAS emissionSamuel Pitoiset2016-02-161-15/+27
* st/mesa: do not init limits when compute shaders are not supportedSamuel Pitoiset2016-02-161-0/+8
* mesa: Don't call driver when there is no compute workJordan Justen2016-02-161-0/+3
* i965: Set compute shader shared memory max to 64kJordan Justen2016-02-161-1/+1
* st/mesa: use new CSO_BITS_ALL_SHADERSBrian Paul2016-02-164-24/+9
* cso: add CSO_BITS_ALL_SHADERSBrian Paul2016-02-161-0/+6
* st/mesa: simplify st->ctx, ctx->st usage in a various placesBrian Paul2016-02-166-18/+17
* st/mesa: use _mesa_geometric_width/height() in glDrawPixels codeBrian Paul2016-02-161-10/+9
* st/mesa: rename attr variable in st_DrawTex()Brian Paul2016-02-161-10/+10
* st/mesa: use 'cso' instead of 'st->cso_context' in st_DrawTex()Brian Paul2016-02-161-1/+1
* st/mesa: fix whitespace and add comment in st_DrawTex()Brian Paul2016-02-161-3/+3