summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-11-20freedreno/a4xx: add 16-bit unorm/snorm format texturing/renderingIlia Mirkin2-25/+47
2015-11-20freedreno/a4xx: point regid to "red" even for alpha-only rb formatsIlia Mirkin1-7/+0
2015-11-20ttn: add TEX2 supportIlia Mirkin1-3/+11
2015-11-20freedreno: always set all border colorsIlia Mirkin1-30/+8
2015-11-20freedreno/a4xx: fix dst_alpha blend for RGBX render targetsIlia Mirkin3-5/+32
2015-11-20radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2-15/+18
2015-11-20radeon: reset query buffers for PIPE_QUERY_TIMESTAMPNicolai Hähnle1-8/+18
2015-11-20svga: add num-bytes-uploaded HUD queryBrian Paul5-6/+30
2015-11-20svga: add some sanity check assertions in svga_buffer_transfer_map()Brian Paul1-0/+5
2015-11-20nv50: expose two groups of compute-related MP perf countersSamuel Pitoiset6-2/+63
2015-11-20radeon/vce: disable two pipe mode for stoneyLeo Liu1-1/+2
2015-11-20radeon/vce: add new firmware interface supportLeo Liu4-5/+262
2015-11-20radeon: ensure that timing/profiling queries are suspended on flushNicolai Hähnle2-9/+6
2015-11-20gallium/hud: add support for batch queriesNicolai Hähnle3-46/+261
2015-11-20gallium: add the concept of batch queriesNicolai Hähnle4-6/+42
2015-11-20st/mesa: map semantic driver query types to underlying typeNicolai Hähnle1-0/+2
2015-11-20gallium/hud: remove unused field in query_infoNicolai Hähnle1-1/+0
2015-11-20gallium: remove pipe_driver_query_group_info field typeNicolai Hähnle2-11/+0
2015-11-20gallivm: use sampler index 0 for texel fetchesRoland Scheidegger1-1/+6
2015-11-20freedreno/a4xx: add BPTC supportIlia Mirkin2-0/+8
2015-11-20auxiliary/vl/dri2: coding style fixesEmil Velikov2-22/+34
2015-11-20auxiliary/vl/dri2: hide internal functionsEmil Velikov2-34/+20
2015-11-20auxiliary/vl/drm: hide internal functionsEmil Velikov2-5/+5
2015-11-20st/vdpau: use the vl_screen dispatchEmil Velikov2-11/+11
2015-11-20st/xvmc: use the vl_screen dispatchEmil Velikov2-12/+11
2015-11-20st/va: use the vl_screen dispatchEmil Velikov3-16/+9
2015-11-20st/omx: use the vl_screen dispatchEmil Velikov1-6/+5
2015-11-20auxiliary/vl/dri2: setup the dispatchEmil Velikov2-8/+15
2015-11-20auxiliary/vl/drm: use a label for the error pathEmil Velikov1-6/+10
2015-11-20auxiliary/vl/drm: setup the dispatchEmil Velikov1-0/+6
2015-11-20auxiliary/vl: add dispatch tableEmil Velikov1-0/+17
2015-11-20auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov6-8/+8
2015-11-20st/va: trivial cleanupEmil Velikov1-9/+2
2015-11-20st/omx: straighten get/put_screenEmil Velikov1-16/+16
2015-11-19nir: Add nir_texop_samples_identical opcodeIan Romanick1-0/+3
2015-11-19freedreno/a4xx: fix 5_5_5_1 texture sampler formatIlia Mirkin1-1/+1
2015-11-19freedreno/a4xx: add depth clamp and halfz clipIlia Mirkin3-4/+9
2015-11-19freedreno/a4xx: allow seamless cubemap filtering to be enabled per-textureIlia Mirkin3-1/+3
2015-11-19freedreno/a4xx: support lod_biasIlia Mirkin2-0/+7
2015-11-19nv50: allow using inline vertex data submit when gl_VertexID is usedSamuel Pitoiset5-15/+46
2015-11-19nv50: add NV84_3D macroSamuel Pitoiset3-3/+4
2015-11-19os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()Brian Paul1-18/+29
2015-11-19hud: fix Windows build breakBrian Paul1-0/+6
2015-11-19gallium/hud: control visibility at startup and runtime.Jimmy Berry1-0/+29
2015-11-18freedreno/a4xx: add fake RGTC support (required for GL3)Rob Clark3-1/+22
2015-11-18freedreno/a4xx: add compressed texture formatsRob Clark2-2/+26
2015-11-18freedreno: update generated headersRob Clark5-11/+37
2015-11-18freedreno: expose GLSL 140 and fake MSAA for GL3.0/3.1 supportIlia Mirkin1-2/+2
2015-11-18freedreno/a3xx: fix texture buffers, enable offsetsIlia Mirkin3-14/+32
2015-11-18freedreno: add support for conditional rendering, required for GL3.0Ilia Mirkin6-6/+56