summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove unused function declarationsEmil Velikov2015-11-252-6/+0
* targets: use the non-inline sw helpersEmil Velikov2015-11-257-1/+8
* target-hepers: add non inline sw helpersEmil Velikov2015-11-252-0/+83
* pipe-loader: fix off-by one errorEmil Velikov2015-11-251-1/+1
* radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2015-11-252-31/+7
* radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard2015-11-253-6/+6
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-2510-3/+1486
* radeon: scale query buffer size to result sizeNicolai Hähnle2015-11-251-1/+1
* radeonsi/sid: add performance counter registersNicolai Hähnle2015-11-251-0/+1013
* radeonsi/sid: add hardware constants for COPY_DATA packetNicolai Hähnle2015-11-251-0/+3
* radeon: extend CIK_UCONFIG_REG_END for performance countersNicolai Hähnle2015-11-252-2/+2
* radeon: add perfcounter-related EVENT_TYPEsNicolai Hähnle2015-11-251-0/+3
* radeon: additional constants for WAIT_REG_MEM and EVENT_WRITE_EOPNicolai Hähnle2015-11-251-0/+8
* nouveau: move interlaced assert down in nouveau_vp3_video_buffer_createJulien Isorce2015-11-251-1/+1
* softpipe/llvmpipe: don't advertize support for ASTCRoland Scheidegger2015-11-242-2/+4
* llvmpipe: don't test for unsupported formats in lp_test_formatRoland Scheidegger2015-11-241-0/+12
* st/va: fix indentationChristian König2015-11-241-7/+7
* st/va: move MPEG4 functions into separate fileChristian König2015-11-244-180/+220
* st/va: move VC-1 functions into separate fileChristian König2015-11-244-35/+70
* st/va: move H264 functions into separate fileChristian König2015-11-244-72/+121
* st/va: move MPEG12 functions into separate fileChristian König2015-11-244-49/+92
* st/va: move post processing function into own fileChristian König2015-11-244-57/+100
* st/va: fix post process dirty area handlingChristian König2015-11-241-4/+1
* radeon/llvm: Use llvm.AMDIL.exp intrinsic again for nowMichel Dänzer2015-11-241-1/+1
* radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2015-11-232-1/+6
* svga: Add ASTC formats to format table.Jose Fonseca2015-11-231-0/+28
* freedreno/ir3: add support for a few gs5 opsIlia Mirkin2015-11-231-0/+27
* ttn: fix UMSB conversionIlia Mirkin2015-11-231-1/+1
* freedreno/a4xx: add ARB_texture_query_lod supportIlia Mirkin2015-11-232-6/+20
* ttn: add LODQ supportIlia Mirkin2015-11-231-2/+9
* freedreno/a4xx: re-emit program on dirty framebufferIlia Mirkin2015-11-231-1/+1
* freedreno/a4xx: use a factor of 32767 for snorm8 blendingIlia Mirkin2015-11-231-5/+34
* freedreno/a4xx: only compute texture offset once for the viewIlia Mirkin2015-11-233-13/+6
* freedreno/a4xx: add ARB_texture_view supportIlia Mirkin2015-11-233-8/+10
* freedreno/a4xx: add formats for ARB_texture_buffer_object_rgb32 supportIlia Mirkin2015-11-233-3/+9
* freedreno/a4xx: add ARB_texture_rgb10_a2ui supportIlia Mirkin2015-11-232-2/+3
* freedreno/a4xx: add astc formatsIlia Mirkin2015-11-232-1/+39
* gallium: add ASTC formatsIlia Mirkin2015-11-235-3/+126
* gallium/util: remove the fake format helpers for bptc and etc2Ilia Mirkin2015-11-234-108/+7
* freedreno/a4xx: support 16384 texels in buffer textureIlia Mirkin2015-11-232-5/+4
* freedreno/a4xx: add ARB_texture_buffer_range supportIlia Mirkin2015-11-233-15/+41
* freedreno/a4xx: add polygon mode supportIlia Mirkin2015-11-234-4/+26
* pipe-loader: link against libloader regardless of libdrm presenceEmil Velikov2015-11-231-2/+2
* nir: s/nir_type_unsigned/nir_type_uintJason Ekstrand2015-11-232-2/+2
* nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin2015-11-221-4/+42
* nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2015-11-222-15/+17
* nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin2015-11-221-2/+6
* vc4: Take precedence over ilo when in simulator mode.Eric Anholt2015-11-221-8/+12
* vc4: Just put USE_VC4_SIMULATOR in DEFINES.Eric Anholt2015-11-222-5/+0
* virgl: pipe_virgl_create_screen is not staticIgor Gnatenko2015-11-221-1/+1