summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: GC7000: Support BLT as recipient for etna_stallWladimir J. van der Laan2017-11-301-1/+14
* etnaviv: Use only DRAW_INSTANCED on GC3000+Wladimir J. van der Laan2017-11-302-4/+33
* etnaviv: Emit SCALE for vertex attributesWladimir J. van der Laan2017-11-303-0/+7
* i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.Kenneth Graunke2017-11-298-97/+103
* i965: Don't grow batch/state buffer on every emit after an overflow.Kenneth Graunke2017-11-291-23/+19
* i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.Kenneth Graunke2017-11-291-0/+3
* i965: Use old_bo->align when growing batch/state buffer instead of 4096.Kenneth Graunke2017-11-291-1/+2
* r600: no need to reinit compute regsDave Airlie2017-11-301-13/+0
* r600: split cb setup code out from evergreen compute path.Dave Airlie2017-11-301-22/+28
* r600: add support for compute pkt flags to debug dumping.Dave Airlie2017-11-301-6/+7
* r600: fix bfe where src/dst are same.Dave Airlie2017-11-301-5/+24
* gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_controlAdam Jackson2017-11-291-0/+2
* i965: Program the dynamic state heap size to MAX_STATE_SIZE.Kenneth Graunke2017-11-293-10/+10
* r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák2017-11-2929-57/+55
* radeonsi: remove r600_common_screenMarek Olšák2017-11-2940-873/+864
* radeonsi: remove r600_pipe_common::barrier_flags::compute_to_L2Marek Olšák2017-11-293-8/+1
* radeonsi: remove query/apply_opaque_metadata callbacksMarek Olšák2017-11-293-114/+102
* radeonsi: move shader debug helpers out of r600_pipe_common.cMarek Olšák2017-11-297-26/+24
* radeonsi: dismantle si_common_screen_init/destroyMarek Olšák2017-11-295-160/+154
* radeonsi: document our vendor string situationMarek Olšák2017-11-291-0/+3
* radeonsi: set all pipe buffer functions in r600_buffer_common.cMarek Olšák2017-11-294-45/+44
* radeonsi/uvd: don't call ws->query_infoMarek Olšák2017-11-291-9/+6
* radeonsi: move video queries into si_get.cMarek Olšák2017-11-294-168/+151
* radeonsi: remove more functions from r600_pipe_common.cMarek Olšák2017-11-293-35/+4
* radeonsi: move/remove ac_shader_binary helpersMarek Olšák2017-11-296-27/+16
* radeonsi: move all get functions to si_get.c; disk_cache_create to si_pipe.cMarek Olšák2017-11-296-852/+903
* radeonsi: remove R600_CONTEXT_* flagsMarek Olšák2017-11-297-31/+27
* radeonsi: just include si_pipe.h in r600_query.cMarek Olšák2017-11-293-7/+5
* radeonsi: remove some definitions and helpers from r600_pipe_common.hMarek Olšák2017-11-2913-136/+125
* radeonsi: don't use fast color clear for small surfacesMarek Olšák2017-11-291-0/+17
* radeonsi: unify code setting dirty_level_mask for fast clearMarek Olšák2017-11-291-14/+11
* radeonsi: clean up si_do_fast_color_clear parametersMarek Olšák2017-11-291-10/+5
* radeonsi: remove r600_common_context::clear_bufferMarek Olšák2017-11-295-20/+4
* radeonsi: move r600_test_dma.c into si_test_dma.cMarek Olšák2017-11-298-20/+20
* radeonsi: move si_pipe_clear_buffer into si_cp_dma.cMarek Olšák2017-11-292-61/+61
* radeonsi: move all clear() code into si_clear.cMarek Olšák2017-11-299-719/+764
* radeonsi: enable DCC with MSAA for VIMarek Olšák2017-11-295-2/+15
* radeonsi: implement fast color clear for DCC with MSAA for VIMarek Olšák2017-11-291-5/+30
* radeonsi: add a workaround for blending with DCC and MSAAMarek Olšák2017-11-291-8/+23
* radeonsi: clear PIPE_IMAGE_ACCESS_WRITE when it's invalid to be on the safe sideMarek Olšák2017-11-291-0/+10
* ac/surface: enable DCC computation for MSAAMarek Olšák2017-11-293-6/+6
* radeonsi: fix layered DCC fast clearMarek Olšák2017-11-291-1/+4
* util: Also include endian.h on cygwinJon Turney2017-11-291-1/+1
* mesa: deal with vs_inputs as 64-bit unsigned integerJuan A. Suarez Romero2017-11-291-4/+4
* mesa: rework _mesa_add_parameter() to only add a single paramTimothy Arceri2017-11-293-39/+41
* r600: lds load cleanups.Dave Airlie2017-11-291-6/+8
* r600_shader: only load from LDS what is really usedGert Wollny2017-11-291-7/+26
* r600/sb: handle jump after target to end of program. (v2)Dave Airlie2017-11-291-0/+5
* i965: Change a ret == -1 check to ret != 0.Kenneth Graunke2017-11-281-1/+1
* i965: Use C99 struct initializers in brw_bufmgr.c.Kenneth Graunke2017-11-281-91/+49