summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: add tessellation support to shader namingDave Airlie2017-04-011-1/+3
* radv: add tess ctrl stage barrier workaround for SI.Dave Airlie2017-04-011-2/+10
* radv/ac: add support for patch inputs to unique index code.Dave Airlie2017-04-011-0/+8
* radv: port polaris vgt vertex reuse workaround.Dave Airlie2017-04-012-1/+18
* radv: configure tessellation distribution register.Dave Airlie2017-04-011-4/+12
* radv/ac: setup tessellation shader inputs.Dave Airlie2017-04-011-1/+81
* radv/ac: setup tess rings on compiler side.Dave Airlie2017-04-012-1/+14
* radv: add tessellation ring allocation support. (v2)Dave Airlie2017-04-013-13/+203
* radv: add support for some device specific tess information.Dave Airlie2017-04-012-0/+8
* radv/ac: add tess changes to shader keys/infoDave Airlie2017-04-011-0/+40
* radv: add tess shader stage user data support.Dave Airlie2017-04-011-7/+38
* radv: use defines for ring descriptor offsets.Dave Airlie2017-04-012-4/+11
* radv: add helper function to denote if tess is enabled on a pipeline.Dave Airlie2017-04-011-0/+5
* radv: handle clip dist in es outputs.Dave Airlie2017-04-011-2/+1
* radv: drop unneeded startDave Airlie2017-04-011-2/+2
* radv: fixup geometry clip emission since using the geom passDave Airlie2017-04-011-1/+2
* radeonsi/gfx9: allow CMASK fast clear with RB+Marek Olšák2017-03-311-5/+5
* radeonsi/gfx9: don't compare src_va w/ dst_va for CP_DMA_CLEARMarek Olšák2017-03-311-1/+2
* radeonsi/gfx9: fix 1D array fetches with derivs, bias, or Z compare valueMarek Olšák2017-03-311-1/+1
* radeonsi/gfx9: fix and enable single-sample CMASK fast clearMarek Olšák2017-03-312-4/+11
* radeonsi/gfx9: fix and enable MSAA compressionMarek Olšák2017-03-313-6/+4
* radeonsi/gfx9: disable CEMarek Olšák2017-03-311-1/+4
* radeonsi/gfx9: fix linear mipmap CPU accessMarek Olšák2017-03-313-8/+6
* radeonsi: add tests verifying that VM faults don't hangMarek Olšák2017-03-315-4/+52
* radeonsi: unify HS max_offchip_buffers workaroundsMarek Olšák2017-03-311-3/+3
* radeonsi: adjust checking for SC bug workaroundsMarek Olšák2017-03-313-4/+13
* glsl: use -O1 optimization for builtin_functions.cpp with MinGWBrian Paul2017-03-311-0/+20
* tnl: remove unused var to silence warningBrian Paul2017-03-311-2/+0
* st/wgl: Replace variable name hdc with hDrawDCNeha Bhende2017-03-312-10/+10
* st/wgl: add support for WGL_ARB_make_current_readBrian Paul2017-03-318-16/+107
* stw/wgl: add null context check in wglBindTexImageARB()Brian Paul2017-03-311-0/+6
* radeonsi: decompress DCC in set_sampler_view instead of create_sampler_view (v2)Marek Olšák2017-03-313-6/+16
* radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2)Marek Olšák2017-03-313-6/+49
* st/glsl_to_tgsi: fix 64-bit integer bit shiftsNicolai Hähnle2017-03-311-5/+15
* tgsi: fix printing of 64-bit integer immediatesNicolai Hähnle2017-03-313-5/+11
* intel: genxml: fix out of tree buildsLionel Landwerlin2017-03-311-2/+2
* gbm/dri: Check dri extension version before flush after unmapThomas Hellstrom2017-03-311-2/+3
* radeonsi: implement ARB_shader_group_voteNicolai Hähnle2017-03-312-1/+85
* radeonsi: enable ARB_shader_clockNicolai Hähnle2017-03-311-1/+1
* radeonsi: emit TGSI_OPCODE_CLOCKNicolai Hähnle2017-03-311-0/+21
* st/mesa: implement ARB_shader_clockNicolai Hähnle2017-03-312-1/+11
* tgsi: add CLOCK opcodeIlia Mirkin2017-03-313-2/+16
* gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle2017-03-3117-0/+17
* glsl: fix clockARB builtin functionNicolai Hähnle2017-03-311-1/+1
* anv: change BLOCK_POOL_MEMFD_SIZE to 1GBTapani Pälli2017-03-311-2/+2
* android: add libmesa_genxml as dep to libmesa_islTapani Pälli2017-03-311-1/+2
* mesa: remove MESA_GLSL=optTimothy Arceri2017-03-312-10/+7
* mesa: remove MESA_GLSL=no_opts env optionTimothy Arceri2017-03-314-15/+9
* mesa: move FLUSH_VERTICES() call to metaTimothy Arceri2017-03-313-15/+13
* mesa/vbo: remove redundant _mesa_is_bufferobj() callsTimothy Arceri2017-03-311-10/+4