summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-19nv30: create uploader after pipe->screen is setIlia Mirkin1-6/+6
2017-03-18nv50,nvc0: enable TEX_LZ and TXF_LZIlia Mirkin3-4/+17
2017-03-18nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst1-0/+1
2017-03-17gallium/radeon: formalize that create_batch_query doesn't need pipe_contextMarek Olšák3-13/+12
2017-03-17gallium/radeon: formalize that create_query doesn't need pipe_contextMarek Olšák3-32/+32
2017-03-17gallium/radeon: reference pipe_resource in pipe_transferMarek Olšák2-2/+5
2017-03-17radeonsi: compile all TGSI compute shaders asynchronouslyMarek Olšák1-44/+81
2017-03-17radeonsi: require that compiler threads are enabledMarek Olšák2-11/+13
2017-03-17trace: remove leftover assertions after pipe_resource wrapping removalMarek Olšák1-6/+0
2017-03-15swr: support layer output in geometry shadersIlia Mirkin1-0/+2
2017-03-15swr: validate backend state numAttributesTim Rowley1-0/+2
2017-03-15radeonsi: implement TGSI opcodes TEX_LZ and TXF_LZMarek Olšák2-6/+16
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák15-0/+15
2017-03-15radeonsi: disable sinking common instructions down to the end blockSamuel Pitoiset1-0/+11
2017-03-15radeonsi: clean up tex_fetch_ptrs()Samuel Pitoiset1-6/+4
2017-03-15r600: refactor binding code for attach buffer to CB.Dave Airlie1-33/+78
2017-03-15r600: refactor out CB setup.Dave Airlie1-104/+143
2017-03-15r600: refactor texture resource words setup code.Dave Airlie1-88/+131
2017-03-15r600: factor out the code to initialise a buffer resource.Dave Airlie1-29/+51
2017-03-15r600g: make framebuffer atom rely on dual src blend state.Dave Airlie4-2/+7
2017-03-14nir: Rework conversion opcodesJason Ekstrand4-17/+17
2017-03-13gallium/radeon: disable the shader cache if dumping shadersMarek Olšák1-0/+5
2017-03-13radeonsi: mark all bound shader buffer ranges as initializedMarek Olšák1-0/+3
2017-03-13freedreno/ir3: fragz cannot be half precisionRob Clark1-0/+6
2017-03-13freedreno/ir3: optimize less in glslRob Clark1-1/+1
2017-03-13svga: handle P016 format as wellChristian König1-0/+1
2017-03-13radeon/uvd: enable 10bit HEVC decode v2Christian König2-8/+20
2017-03-13radeon/UVD: fix the decoding target pitch calculationChristian König1-1/+1
2017-03-12gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri1-1/+1
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri4-4/+4
2017-03-10svga: remove shebang from svgadump/svga_dump.pyEmil Velikov1-1/+0
2017-03-10svga: remove execute bit from svga_dump.pyEmil Velikov1-0/+0
2017-03-10freedreno: remove shebang from ir3_nir_trig.pyEmil Velikov1-1/+0
2017-03-10freedreno: remove execute bit from ir3_nir_trig.pyEmil Velikov1-0/+0
2017-03-09nv50/ir: check for origin insn in findOriginForTestWithZeroPierre Moreau1-0/+2
2017-03-08swr: s/uint/enum pipe_render_cond_flag/Vinson Lee1-1/+1
2017-03-08vc4: Fix math with a condition flag set.Eric Anholt2-3/+18
2017-03-08vc4: Fix register pressure cost estimates when a src appears twice.Eric Anholt1-3/+13
2017-03-08vc4: Report to shader-db how many threads a fragment shader has.Eric Anholt1-0/+7
2017-03-08Revert "vc4: Lazily emit our FS/VS input loads."Eric Anholt4-93/+75
2017-03-08radeonsi: fix elimination of literal VS outputsMarek Olšák1-4/+7
2017-03-08android: r600: fix libmesa_amd_common dependencyMauro Rossi1-0/+1
2017-03-08radeonsi: s/uint/enum pipe_shader_type/Brian Paul2-2/+4
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul13-13/+13
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul19-19/+26
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()Brian Paul2-2/+4
2017-03-08virgl: s/unsigned/enum pipe_shader_type/Brian Paul1-3/+3
2017-03-08swr: s/unsigned/enum pipe_shader_type/Brian Paul4-6/+7
2017-03-08softpipe: s/unsigned/enum pipe_shader_type/Brian Paul4-4/+6
2017-03-08llvmpipe: s/unsigned/enum pipe_shader_type/Brian Paul1-1/+1