summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-22radeonsi: use a faster version of PK2HMarek Olšák1-21/+8
2017-08-22radeonsi: don't decompress Z/S if there is no HTILEMarek Olšák1-12/+15
2017-08-22gallium/radeon: add helpers for whether HTILE is enabledMarek Olšák7-18/+27
2017-08-22radeonsi/gfx9: don't flush L2 metadata for DB if not neededMarek Olšák3-11/+26
2017-08-22radeonsi/gfx9: don't flush L2 metadata for CB if not neededMarek Olšák4-17/+38
2017-08-22radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not neededMarek Olšák3-34/+47
2017-08-22radeonsi/gfx9: use correct TC flush flags when invalidating CB & DBMarek Olšák1-7/+21
2017-08-22ac/surface/gfx9: don't allow DCC for the smallest mipmap levelsMarek Olšák1-1/+18
2017-08-22radeonsi/gfx9: don't use GS scenario A for VS writing ViewportIndexMarek Olšák1-7/+3
2017-08-22gallium/radeon: clean up EOP_DATA_SEL magic numbersMarek Olšák4-12/+16
2017-08-22radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctlyMarek Olšák3-3/+5
2017-08-22radeonsi/gfx9: prevent shader-db crashesMarek Olšák1-1/+11
2017-08-22radeonsi/gfx9: properly handle imported textures with unexpected swizzle modeMarek Olšák2-6/+8
2017-08-22radeonsi: remove Constant Engine supportMarek Olšák16-618/+38
2017-08-22radeonsi/gfx9: add a temporary workaround for a tessellation driver bugMarek Olšák1-1/+5
2017-08-22glsl_to_tgsi: clean up opcode translationMarek Olšák1-62/+30
2017-08-22mesa: pass ctx to add_uniform_to_shader constructorTimothy Arceri4-7/+10
2017-08-22egl: deduplicate allocations of local buffer over each platform backend (v2)Gwan-gyeong Mun5-115/+71
2017-08-22mesa: only expose EXT_memory_object functions if the ext is supportedSamuel Pitoiset3-7/+75
2017-08-22mesa: only expose glImportMemoryFdEXT if the ext is supportedSamuel Pitoiset1-0/+6
2017-08-22radeonsi: try to re-use previously deleted bindless descriptor slotsSamuel Pitoiset2-7/+31
2017-08-22radeonsi: use slot indexes for bindless handlesSamuel Pitoiset4-229/+187
2017-08-22radeonsi: add si_emit_global_shader_pointers() helperSamuel Pitoiset1-26/+31
2017-08-22radeonsi: only initialize dirty_mask when CE is usedSamuel Pitoiset1-3/+4
2017-08-22radeonsi: make some si_descriptors fields 32-bitSamuel Pitoiset1-5/+5
2017-08-22radeonsi: declare new user SGPR indices for bindless samplers/imagesSamuel Pitoiset3-1/+23
2017-08-22gallium/util: add new module that allocate "numbers"Samuel Pitoiset3-0/+160
2017-08-22radeonsi/gfx9: add performance countersNicolai Hähnle1-1/+28
2017-08-22radeonsi: extract common code of si_upload_{graphics,compute}_shader_descriptorsNicolai Hähnle1-19/+8
2017-08-22gallium: remove unused PIPE_DUMP_* definesNicolai Hähnle3-25/+7
2017-08-22ddebug: remove dd_draw_record::driver_state_logNicolai Hähnle2-58/+0
2017-08-22radeonsi: emit string markers to log contextNicolai Hähnle1-0/+3
2017-08-22radeonsi: log decompress blitsNicolai Hähnle1-0/+13
2017-08-22radeonsi: log draw and compute state into log contextNicolai Hähnle4-32/+51
2017-08-22radeonsi: print saved CS to the log contextNicolai Hähnle5-88/+263
2017-08-22radeonsi: start using u_log_context for debuggingNicolai Hähnle3-83/+199
2017-08-22radeonsi: re-order debug state dumpingNicolai Hähnle1-7/+8
2017-08-22radeonsi: make si_shader_selector_reference globally visibleNicolai Hähnle2-15/+16
2017-08-22radeonsi: add reference count to si_computeNicolai Hähnle2-10/+28
2017-08-22radeonsi: implement pipe_context::set_log_contextNicolai Hähnle2-0/+12
2017-08-22amd/common: split out ac_parse_ib_chunk from ac_parse_ibNicolai Hähnle2-8/+32
2017-08-22ddebug: add driver log to record dumpsNicolai Hähnle3-0/+30
2017-08-22gallium: add pipe_context::set_log_contextNicolai Hähnle1-0/+14
2017-08-22util/log: add auto logger facilityNicolai Hähnle2-2/+75
2017-08-22util: add chunk logging moduleNicolai Hähnle3-0/+263
2017-08-22glsl/linker: Make several functions not staticIan Romanick2-4/+4
2017-08-21i965/clear: Quantize the depth clear value based on the formatJason Ekstrand1-2/+12
2017-08-22mesa/st: simplify some UBO index logicTimothy Arceri1-3/+2
2017-08-22i965: enable STD430 packing by default on IVB+Timothy Arceri1-0/+16
2017-08-22glsl: pass UseSTD430AsDefaultPacking to where it will be usedTimothy Arceri9-44/+94