summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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-17gallium/u_upload: make the first persistent mapping unsynchronizedMarek Olšák1-0/+1
2017-03-16gallium: implement the backend of threaded GL dispatchMarek Olšák4-0/+56
2017-03-16gallivm: (trivial) remove duplicated lineRoland Scheidegger1-1/+0
2017-03-16draw: (trivial) remove a unnecessary lp_build_alloca()Roland Scheidegger1-2/+0
2017-03-15swr: support layer output in geometry shadersIlia Mirkin1-0/+2
2017-03-15gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...Francisco Jerez2-16/+46
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 TGSI opcodes TEX_LZ and TXF_LZMarek Olšák4-5/+39
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák17-0/+18
2017-03-15radeonsi: disable sinking common instructions down to the end blockSamuel Pitoiset1-0/+11
2017-03-15tgsi: add missing compute shader entry in tgsi_get_processor_name()Samuel Pitoiset1-0/+2
2017-03-15radeonsi: clean up tex_fetch_ptrs()Samuel Pitoiset1-6/+4
2017-03-15winsys/amdgpu: use drmGetDevice2 APIEmil Velikov1-2/+2
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 Ekstrand5-22/+22
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-13gallium/hud: check NULL return from u_upload_allocJulien Isorce1-0/+5
2017-03-13winsys/radeon: check null return from radeon_cs_create_fence in cs_flushJulien Isorce1-11/+13
2017-03-13winsys/radeon: check null in radeon_cs_create_fenceJulien Isorce1-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-13st/va: add config support for 10bit decoding v2Christian König2-4/+21
2017-03-13st/va: add support for allocating 10bpp surfacesChristian König1-9/+15
2017-03-13st/va: add support for P010 and P016 formats v3Christian König4-3/+22
2017-03-13st/va: clear the video surface on allocationChristian König1-4/+35
2017-03-13st/va: cleanup error handling in vlVaCreateSurfaces2Christian König1-25/+27
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-13vl/video_buffer: add support for P016Christian König1-0/+10
2017-03-13gallium: add P016 formatChristian König4-0/+42
2017-03-12gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri3-15/+3
2017-03-12gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()Timothy Arceri1-17/+1
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri7-33/+7
2017-03-12gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri3-442/+0
2017-03-12gallium/util: make use of new u_thread.h in u_queue.{c,h}Timothy Arceri2-4/+6
2017-03-12gallium/util: use standard malloc/calloc/free in u_queue.cTimothy Arceri1-10/+10
2017-03-12gallium/util: move u_string.h to src/util/u_string.hTimothy Arceri4-207/+2