summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: also do PostRaLoadPropagation for FMAKarol Herbst2017-03-312-1/+2
* gm107/ir: add LIMM form of madKarol Herbst2017-03-312-11/+26
* gk110/ir: add LIMM form of madKarol Herbst2017-03-312-18/+34
* nv50/ir: implement mad post ra folding for nvc0+Karol Herbst2017-03-311-4/+47
* nv50/ir: restructure and rename postraconstantfolding passKarol Herbst2017-03-311-58/+63
* nvc0/ir: also do ConstantFolding for FMAKarol Herbst2017-03-311-0/+1
* nvc0/ir: disable support for LIMMs on MAD/FMAKarol Herbst2017-03-311-8/+2
* nvc0: Add support for NV_fill_rectangle for the GM200+Lyude2017-03-314-2/+13
* gallium: Add NV_fill_rectangle to pipe stateLyude2017-03-311-0/+1
* gallium: Add a cap to check if the driver supports fill_rectangleLyude2017-03-3117-0/+20
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-0136-694/+26
* 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
* 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
* tgsi: fix printing of 64-bit integer immediatesNicolai Hähnle2017-03-313-5/+11
* 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
* tgsi: add CLOCK opcodeIlia Mirkin2017-03-313-2/+16
* gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle2017-03-3117-0/+17
* r300: Fix indenting in r300_get_param()Lyude2017-03-301-3/+3
* vc4: Fix indenting in vc4_screen_get_param()Lyude2017-03-301-3/+3
* ddebug: implement clear_textureMarek Olšák2017-03-302-0/+34
* radeonsi: fix an unused-variable warning in a release buildMarek Olšák2017-03-301-3/+1
* vdpau: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* softpipe: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* gallivm: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* gallium/radeon: s/dcc_disable/disable_dcc/Marek Olšák2017-03-304-9/+9
* radeonsi: handle incompatible DCC formats in resource_copy_regionMarek Olšák2017-03-301-0/+5
* radeonsi: remove a workaround for inexact *8_SNORM blitsMarek Olšák2017-03-301-3/+1
* gallium/radeon: add and use a new helper vi_dcc_enabledMarek Olšák2017-03-305-14/+16
* gallium/radeon: formalize that r600_query_hw_add_result doesn't need a contextMarek Olšák2017-03-303-8/+9
* radeonsi: don't make a copy of pipe_index_buffer in draw_vboMarek Olšák2017-03-301-32/+27
* gallium/util: use const in u_index_modify helpersMarek Olšák2017-03-302-6/+6
* winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONSSamuel Pitoiset2017-03-301-4/+0
* radeon/uvd: set correct vega10 db pitch alignmentBoyuan Zhang2017-03-301-4/+12
* radeon/vce: add vce support for firmware 53.19.4Leo Liu2017-03-301-0/+6
* radeon/vce: adapt gfx9 surface to vceLeo Liu2017-03-302-15/+51