summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon: only suspend queries on flush if they haven't been suspended yetNicolai Hähnle2015-11-302-2/+9
* radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2015-11-292-31/+7
* radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard2015-11-293-6/+6
* radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2015-11-292-1/+6
* freedreno/a4xx: use a factor of 32767 for snorm8 blendingIlia Mirkin2015-11-291-5/+34
* nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin2015-11-291-4/+42
* nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2015-11-292-15/+17
* nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin2015-11-291-2/+6
* vc4: Just put USE_VC4_SIMULATOR in DEFINES.Eric Anholt2015-11-292-5/+0
* freedreno/a4xx: disable blending and alphatest for integer rt0Ilia Mirkin2015-11-291-2/+13
* freedreno/a4xx: fix independent blendIlia Mirkin2015-11-292-2/+3
* freedreno/a4xx: fix 3d texture setupIlia Mirkin2015-11-293-3/+7
* freedreno/a4xx: only align slices in non-layer_first texturesIlia Mirkin2015-11-291-2/+4
* {st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov2015-11-211-3/+0
* configure: use HAVE_DRISW_KMS when handling kms swrastEmil Velikov2015-11-211-1/+1
* gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov2015-11-211-3/+0
* freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_revIlia Mirkin2015-11-202-4/+8
* freedreno/a4xx: use hardware RGTC texture samplersIlia Mirkin2015-11-206-24/+19
* freedreno/a4xx: hook up RGB565 formatIlia Mirkin2015-11-202-1/+2
* freedreno/a4xx: logic op handlingIlia Mirkin2015-11-206-29/+35
* freedreno/a4xx: add 16-bit unorm/snorm format texturing/renderingIlia Mirkin2015-11-202-25/+47
* freedreno/a4xx: point regid to "red" even for alpha-only rb formatsIlia Mirkin2015-11-201-7/+0
* freedreno: always set all border colorsIlia Mirkin2015-11-201-30/+8
* freedreno/a4xx: fix dst_alpha blend for RGBX render targetsIlia Mirkin2015-11-203-5/+32
* radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2015-11-202-15/+18
* radeon: reset query buffers for PIPE_QUERY_TIMESTAMPNicolai Hähnle2015-11-201-8/+18
* svga: add num-bytes-uploaded HUD queryBrian Paul2015-11-205-6/+30
* svga: add some sanity check assertions in svga_buffer_transfer_map()Brian Paul2015-11-201-0/+5
* nv50: expose two groups of compute-related MP perf countersSamuel Pitoiset2015-11-206-2/+63
* radeon/vce: disable two pipe mode for stoneyLeo Liu2015-11-201-1/+2
* radeon/vce: add new firmware interface supportLeo Liu2015-11-204-5/+262
* radeon: ensure that timing/profiling queries are suspended on flushNicolai Hähnle2015-11-202-9/+6
* gallium: add the concept of batch queriesNicolai Hähnle2015-11-202-0/+2
* gallium: remove pipe_driver_query_group_info field typeNicolai Hähnle2015-11-201-4/+0
* freedreno/a4xx: add BPTC supportIlia Mirkin2015-11-202-0/+8
* nir: Add nir_texop_samples_identical opcodeIan Romanick2015-11-191-0/+3
* freedreno/a4xx: fix 5_5_5_1 texture sampler formatIlia Mirkin2015-11-191-1/+1
* freedreno/a4xx: add depth clamp and halfz clipIlia Mirkin2015-11-193-4/+9
* freedreno/a4xx: allow seamless cubemap filtering to be enabled per-textureIlia Mirkin2015-11-193-1/+3
* freedreno/a4xx: support lod_biasIlia Mirkin2015-11-192-0/+7
* nv50: allow using inline vertex data submit when gl_VertexID is usedSamuel Pitoiset2015-11-195-15/+46
* nv50: add NV84_3D macroSamuel Pitoiset2015-11-193-3/+4
* freedreno/a4xx: add fake RGTC support (required for GL3)Rob Clark2015-11-183-1/+22
* freedreno/a4xx: add compressed texture formatsRob Clark2015-11-182-2/+26
* freedreno: update generated headersRob Clark2015-11-185-11/+37
* freedreno: expose GLSL 140 and fake MSAA for GL3.0/3.1 supportIlia Mirkin2015-11-181-2/+2
* freedreno/a3xx: fix texture buffers, enable offsetsIlia Mirkin2015-11-183-14/+32
* freedreno: add support for conditional rendering, required for GL3.0Ilia Mirkin2015-11-186-6/+56
* freedreno/a3xx: add fake RGTC support (required for GL3)Ilia Mirkin2015-11-185-27/+175
* freedreno/a3xx: add missing formats to enable ARB_vertex_type_2_10_10_10_revIlia Mirkin2015-11-182-4/+8