summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()Brian Paul2015-11-191-18/+29
* hud: fix Windows build breakBrian Paul2015-11-191-0/+6
* gallium/hud: control visibility at startup and runtime.Jimmy Berry2015-11-191-0/+29
* 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
* freedreno/a3xx+a4xx: fix for stk binning pass hangRob Clark2015-11-183-19/+76
* freedreno/a3xx+a4xx: fix GL_POINTS lockup w/ GLESRob Clark2015-11-183-6/+11
* llvmpipe: disable VSX in ppc due to LLVM PPC bugOded Gabbay2015-11-181-0/+9
* nvc0/ir: actually emit AFETCH on keplerIlia Mirkin2015-11-181-0/+3
* svga: use more VGPU10 formatsBrian Paul2015-11-181-30/+67
* svga: add/use new svga_sampler_format() functionBrian Paul2015-11-183-0/+30
* radeon: count cs dwords separately for query begin and endNicolai Hähnle2015-11-182-15/+21
* radeon: expose r600_query_hw functions for reuseNicolai Hähnle2015-11-182-14/+27
* radeon: implement r600_query_hw_get_result via function pointersNicolai Hähnle2015-11-182-99/+94
* radeon: split hw query buffer handling from cs emitNicolai Hähnle2015-11-182-81/+133
* radeon: convert hardware queries to the new styleNicolai Hähnle2015-11-182-148/+172
* radeon: convert software queries to the new styleNicolai Hähnle2015-11-181-172/+194
* radeon: add query handler function pointersNicolai Hähnle2015-11-182-7/+62
* radeon: move R600_QUERY_* constants into a new query header fileNicolai Hähnle2015-11-184-15/+51
* radeon: cleanup driver query listNicolai Hähnle2015-11-181-29/+55
* radeon: move get_driver_query_info to r600_query.cNicolai Hähnle2015-11-183-45/+51
* vc4: Don't bother lowering uniforms when the same value is used twice.Eric Anholt2015-11-171-13/+33
* vc4: Fix uniform reordering to support reading the same uniform twice.Eric Anholt2015-11-171-8/+18
* vc4: Fix documentation on vc4_qir_lower_uniforms.c.Eric Anholt2015-11-171-7/+3
* vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.Eric Anholt2015-11-175-0/+26
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-161-3/+9
* radeonsi: use proper GRBM_GFX_INDEX offset for CI+Alex Deucher2015-11-161-4/+12
* nv50: add missing header into the sources listEmil Velikov2015-11-161-0/+1
* nv50,nvc0: disable render condition around clear_* functionsIlia Mirkin2015-11-144-0/+32
* nv50: add support for performance metrics on G84+Samuel Pitoiset2015-11-144-3/+259
* nv50: add compute-related MP perf counters on G84+Samuel Pitoiset2015-11-149-2/+548
* nv50: implement a basic compute supportSamuel Pitoiset2015-11-1410-9/+1006
* nv50: free interpolation parameters in nv50_program_destroy()Samuel Pitoiset2015-11-141-1/+1
* nvc0: reduce the number of GPR used when reading MP perf countersSamuel Pitoiset2015-11-141-1/+2
* nouveau: don't expose HEVC decoding supportIlia Mirkin2015-11-141-0/+1
* radeonsi: remove dead code after ES-GS linkage changeMarek Olšák2015-11-133-57/+0
* radeonsi: link ES-GS just like LS-HSMarek Olšák2015-11-133-39/+19