summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* util: Query build-id by symbol address, not library nameChad Versace2017-09-133-13/+17
* st/glsl_to_tgsi: remove unused code in temprenameNicolai Hähnle2017-09-131-15/+1
* st/glsl_to_tgsi: be precise about merging scopesNicolai Hähnle2017-09-131-2/+2
* ac/surface: match Z and stencil tile configNicolai Hähnle2017-09-131-7/+42
* ac/surface: sanity-check that we got a TC-compatible HTILE if requestedNicolai Hähnle2017-09-131-0/+6
* ac/addrlib: enable assertions in debug buildsNicolai Hähnle2017-09-131-9/+17
* ac/addrlib: relax an assertionNicolai Hähnle2017-09-131-1/+2
* ac/addrlib: relax an assertionNicolai Hähnle2017-09-131-1/+1
* radeonsi: hard-code pixel center for interpolateAtSample without multisample ...Nicolai Hähnle2017-09-133-1/+33
* radeonsi: apply a mask to gl_SampleMaskIn in the PS prologNicolai Hähnle2017-09-133-5/+76
* radeonsi: remove SET_PREDICATION workaround on newer firmwareNicolai Hähnle2017-09-131-2/+4