aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: add LOAD support for UBOsTimothy Arceri2017-09-151-79/+119
* mesa/st: create add_buffer_to_load_and_stores() helperTimothy Arceri2017-09-151-19/+27
* gallium: add CONSTBUF type to tgsi_file_typeTimothy Arceri2017-09-152-0/+2
* virgl: drop const dimensions on first block.Dave Airlie2017-09-151-0/+27
* st/glsl->tgsi: fix u64 to bool comparisons.Dave Airlie2017-09-151-1/+15
* i965: Print size of validation and relocation lists in INTEL_DEBUG=flushKenneth Graunke2017-09-141-3/+8
* i965: Disentangle batch and state buffer flushing.Kenneth Graunke2017-09-145-40/+30
* i965: Delete BATCH_RESERVED handling.Kenneth Graunke2017-09-142-34/+3
* i965: Make BLORP properly avoid batch wrapping.Kenneth Graunke2017-09-141-14/+2
* i965: Grow the batch/state buffers if we need space and can't flush.Kenneth Graunke2017-09-141-5/+131
* i965: Use a separate state buffer, but avoid changing flushing behavior.Kenneth Graunke2017-09-147-82/+141
* i965: Pass screen to intel_batchbuffer_reset().Kenneth Graunke2017-09-141-10/+8
* i965: Prepare INTEL_DEBUG=bat decoding for a separate statebuffer.Kenneth Graunke2017-09-141-56/+54
* i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc.Kenneth Graunke2017-09-145-48/+73
* i965: Refactor relocs into a brw_reloc_list structure.Kenneth Graunke2017-09-142-19/+32
* i965: Move brw_state_batch code to intel_batchbuffer.cKenneth Graunke2017-09-144-97/+47
* i965: Drop a useless ret == 0 check.Kenneth Graunke2017-09-141-22/+20
* i965: Use a WC map and memcpy for the batch instead of pwrite.Kenneth Graunke2017-09-141-10/+8
* i965: Use batch->bo->size in brw_emit_reloc assertion.Kenneth Graunke2017-09-141-1/+1
* i965: Delete a batch size assertion that isn't very useful.Kenneth Graunke2017-09-141-3/+0
* i965/screen: Implement queryDmaBufFormatModifierAttirbsJason Ekstrand2017-09-141-1/+23
* i965/screen: Report the correct number of image planesJason Ekstrand2017-09-141-1/+8
* gbm: Add a gbm_device_get_format_modifier_plane_count functionJason Ekstrand2017-09-144-0/+48
* drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3)Christoph Berliner2017-09-141-0/+15
* glsl: avoid accessing invalid memory after get_variable_being_redeclared()Iago Toral Quiroga2017-09-141-20/+19
* glsl: make the redeclared variable NULL if it is deletedIago Toral Quiroga2017-09-141-3/+6
* glsl: use 'declared_var' instead of 'var' after checking redeclarationsIago Toral Quiroga2017-09-141-2/+2
* dri/radeon: use ARRAY_SIZE macroEric Engestrom2017-09-141-1/+3
* radv: dump the list of enabled options when a hang occuredSamuel Pitoiset2017-09-143-0/+46
* radv: dump last 60 lines of dmesg when a hang occuredSamuel Pitoiset2017-09-141-0/+20
* radv: dump descriptors when a hang occuredSamuel Pitoiset2017-09-141-0/+182
* radv: save all descriptor pointers into the trace BOSamuel Pitoiset2017-09-142-0/+35
* radv: dump annotated shaders using UMRSamuel Pitoiset2017-09-141-0/+172
* radeonsi: move si_get_wave_info() to AMD common codeSamuel Pitoiset2017-09-143-93/+97
* radv: dump some status MMIO registers when a hang occuredSamuel Pitoiset2017-09-141-0/+57
* radv/winsys: add a read_registers() callbackSamuel Pitoiset2017-09-142-0/+14
* radv: dump shader stats when a hang occuredSamuel Pitoiset2017-09-141-3/+6
* radv: add radv_shader_dump_stats() helperSamuel Pitoiset2017-09-143-63/+77
* radv: dump the active shaders when a hang occuredSamuel Pitoiset2017-09-141-5/+89
* radv: add debug flags for syncing shaders after every draw callSamuel Pitoiset2017-09-143-0/+17
* radv: add radv_cmd_buffer_after_draw() helper functionSamuel Pitoiset2017-09-141-6/+12
* radv: save the bound pipeline pointers into the trace BOSamuel Pitoiset2017-09-142-7/+54
* radv: add a comment that describes the trace BO layoutSamuel Pitoiset2017-09-141-0/+6
* radv: initialize the trace BO to 0Samuel Pitoiset2017-09-141-1/+6
* swr: use ARRAY_SIZE macroEric Engestrom2017-09-141-4/+6
* mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...Jeremy Huddleston Sequoia2017-09-131-7/+15
* gallium/{r600, radeonsi}: Fix segfault with color format (v2)Denis Pauk2017-09-143-1/+17
* i965: Add an INTEL_DEBUG=submit option for printing batch statistics.Kenneth Graunke2017-09-133-2/+3
* radv/nir: call opt_remove_phis after trivial continues.Dave Airlie2017-09-131-0/+1
* util/build_id: Include <dlfcn.h>Chad Versace2017-09-131-0/+1