aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: Fake occlusion query capabilityWladimir J. van der Laan2017-01-181-2/+3
* etnaviv: add flags parameter to texture barrierChristian Gmeiner2017-01-181-1/+1
* etnaviv: handle PIPE_CAP_TGSI_FS_FBFETCHChristian Gmeiner2017-01-181-0/+1
* gallivm: (trivial) fix copy/paste bug with big endian codeRoland Scheidegger2017-01-181-2/+4
* configure.ac: Revert recent HAVE_LLVM changes.Jose Fonseca2017-01-185-12/+12
* configure.ac: Set and use HAVE_GALLIUM_LLVM defineTobias Droste2017-01-185-12/+12
* gallivm: Cleanup USE_MCJIT.Jose Fonseca2017-01-181-10/+25
* radeonsi: for the tess barrier, only use emit_waitcnt on SI and LLVM 3.9+Marek Olšák2017-01-171-2/+5
* st/vdpau: remove the delayed rendering hack(v1.1)Nayan Deshmukh2017-01-176-141/+52
* st/vdpau: use dri3 to directly send the buffer to X(v2)Nayan Deshmukh2017-01-172-27/+33
* vl/dri3: use external texture as back buffers(v4)Nayan Deshmukh2017-01-172-17/+114
* nv50/ir: optimize shl + andIlia Mirkin2017-01-161-0/+11
* nvc0: enable FBFETCH with a special slot for color buffer 0Ilia Mirkin2017-01-169-6/+172
* gallium: add flags parameter to texture barrierIlia Mirkin2017-01-1613-15/+23
* gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin2017-01-1617-2/+20
* gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin2017-01-163-2/+15
* nvc0: true up exposing of the HW_METRIC_QUERY_GROUP for maxwellIlia Mirkin2017-01-161-2/+2
* nv50/ir: handle new DDIV op which will be used for double divisionsIlia Mirkin2017-01-161-0/+3
* tgsi: add DDIV instructionNicolai Hähnle2017-01-164-1/+17
* radeonsi: fix R600_DEBUG=nooptvariantNicolai Hähnle2017-01-161-1/+1
* radeonsi: implement GL_FIXED vertex formatMarek Olšák2017-01-163-7/+20
* radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formatsMarek Olšák2017-01-163-18/+90
* radeonsi: make fix_fetch 64-bitMarek Olšák2017-01-165-9/+9
* gallium/hud: avoid buffer overrunThomas Hindoe Paaboel Andersen2017-01-161-2/+4
* gallium/radeon: add GPU-shaders-busy HUD queryMarek Olšák2017-01-164-1/+31
* gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensibleMarek Olšák2017-01-163-32/+53
* radeonsi: show average results per frame for perf counters in HUDMarek Olšák2017-01-161-1/+1
* gallium/hud: disable queries during HUD draw callsMarek Olšák2017-01-163-1/+29
* gallium/hud: increase the vertex buffer size for background quadsMarek Olšák2017-01-161-1/+1
* st/va: delay calling begin_frame until we have all parametersNayan Deshmukh2017-01-161-3/+3
* nvc0/ir: emit FMZ flag when requested on FFMAIlia Mirkin2017-01-151-0/+4
* st/va: flush pipeline after post processingsguttula2017-01-131-0/+1
* radeonsi: replace si_shader_context::soa by bld_baseSamuel Pitoiset2017-01-133-82/+78
* radeonsi: replace ctx->soa.outputs by ctx->outputsSamuel Pitoiset2017-01-132-23/+26
* radeonsi: move si_shader_context::soa::addr to si_shader_contextSamuel Pitoiset2017-01-133-11/+12
* radeonsi: allocate the array of immediates dynamicallySamuel Pitoiset2017-01-133-13/+24
* nvc0/ir: only try to check for zero LOD if we aren't already forcing itIlia Mirkin2017-01-121-1/+1
* nouveau: take extra push space into account for pushbuf_space callsIlia Mirkin2017-01-1215-56/+26
* radeonsi: remove unused si_prepare_cube_coordsNicolai Hähnle2017-01-132-200/+0
* amd/common: unify cube map coordinate handling between radeonsi and radvNicolai Hähnle2017-01-133-1/+11
* radeonsi: only touch first three coordinates in si_prepare_cube_coordsNicolai Hähnle2017-01-131-12/+1
* radeonsi: remove unused si_llvm_cube_to_2d_coordsNicolai Hähnle2017-01-131-28/+0
* radeonsi: restrict cube map derivative computations to the correct planeNicolai Hähnle2017-01-131-23/+107
* radeonsi: communicate cube map coordinates more explicitlyNicolai Hähnle2017-01-131-33/+43
* ac/debug: move .gitignore for sid_tables.h tooGrazvydas Ignotas2017-01-131-1/+0
* glx: Add missing glproto dependency for gallium-xlib glxChuck Atkins2017-01-121-0/+1
* ac, radeonsi: automake: add missing builddir includeEmil Velikov2017-01-121-0/+1
* st/nine: Protect dtors with mutexAxel Davy2017-01-124-19/+64
* st/nine: Flush the queue at device dtorAxel Davy2017-01-121-1/+6
* st/nine: Process pending commands on ResetAxel Davy2017-01-123-0/+5