st/omx_bellagio: Rename state tracker and option
[mesa.git] / src /
2017-09-15 Gurkirpal Singhst/omx_bellagio: Rename state tracker and option
2017-09-15 Tapani Pällii965: fix build warning on clang
2017-09-15 Samuel Pitoisetradv: fix a potential crash if attachments allocation...
2017-09-15 Samuel Pitoisetradv: dump the device name into the hang report
2017-09-15 Samuel Pitoisetradv: add get_chip_name() callback
2017-09-15 Dave Airlier600: add .gitignore for egd_tables.h
2017-09-15 Timothy Arceriradeonsi: enable STD430 packing of UBOs by default
2017-09-15 Timothy Arcerist/mesa: set UseSTD430AsDefaultPacking const based...
2017-09-15 Timothy Arcerigallium: introduce PIPE_CAP_LOAD_CONSTBUF
2017-09-15 Timothy Arceriradeonsi: make use of LOAD for UBOs
2017-09-15 Timothy Arcerimesa/st: add LOAD support for UBOs
2017-09-15 Timothy Arcerimesa/st: create add_buffer_to_load_and_stores() helper
2017-09-15 Timothy Arcerigallium: add CONSTBUF type to tgsi_file_type
2017-09-15 Dave Airlievirgl: drop const dimensions on first block.
2017-09-14 Dave Airliest/glsl->tgsi: fix u64 to bool comparisons.
2017-09-14 Kenneth Graunkei965: Print size of validation and relocation lists...
2017-09-14 Kenneth Graunkei965: Disentangle batch and state buffer flushing.
2017-09-14 Kenneth Graunkei965: Delete BATCH_RESERVED handling.
2017-09-14 Kenneth Graunkei965: Make BLORP properly avoid batch wrapping.
2017-09-14 Kenneth Graunkei965: Grow the batch/state buffers if we need space...
2017-09-14 Kenneth Graunkei965: Use a separate state buffer, but avoid changing...
2017-09-14 Kenneth Graunkei965: Pass screen to intel_batchbuffer_reset().
2017-09-14 Kenneth Graunkei965: Prepare INTEL_DEBUG=bat decoding for a separate...
2017-09-14 Kenneth Graunkei965: Split brw_emit_reloc into brw_batch_reloc and...
2017-09-14 Kenneth Graunkei965: Refactor relocs into a brw_reloc_list structure.
2017-09-14 Kenneth Graunkei965: Move brw_state_batch code to intel_batchbuffer.c
2017-09-14 Kenneth Graunkei965: Drop a useless ret == 0 check.
2017-09-14 Kenneth Graunkei965: Use a WC map and memcpy for the batch instead...
2017-09-14 Kenneth Graunkei965: Use batch->bo->size in brw_emit_reloc assertion.
2017-09-14 Kenneth Graunkei965: Delete a batch size assertion that isn't very...
2017-09-14 Jason Ekstrandi965/screen: Implement queryDmaBufFormatModifierAttirbs
2017-09-14 Jason Ekstrandi965/screen: Report the correct number of image planes
2017-09-14 Jason Ekstrandgbm: Add a gbm_device_get_format_modifier_plane_count...
2017-09-14 Christoph Berlinerdrirc: enable glthread for more games (Civ5, CivBE...
2017-09-14 Iago Toral Quirogaglsl: avoid accessing invalid memory after get_variable...
2017-09-14 Iago Toral Quirogaglsl: make the redeclared variable NULL if it is deleted
2017-09-14 Iago Toral Quirogaglsl: use 'declared_var' instead of 'var' after checkin...
2017-09-14 Eric Engestromdri/radeon: use ARRAY_SIZE macro
2017-09-14 Samuel Pitoisetradv: dump the list of enabled options when a hang...
2017-09-14 Samuel Pitoisetradv: dump last 60 lines of dmesg when a hang occured
2017-09-14 Samuel Pitoisetradv: dump descriptors when a hang occured
2017-09-14 Samuel Pitoisetradv: save all descriptor pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: dump annotated shaders using UMR
2017-09-14 Samuel Pitoisetradeonsi: move si_get_wave_info() to AMD common code
2017-09-14 Samuel Pitoisetradv: dump some status MMIO registers when a hang occured
2017-09-14 Samuel Pitoisetradv/winsys: add a read_registers() callback
2017-09-14 Samuel Pitoisetradv: dump shader stats when a hang occured
2017-09-14 Samuel Pitoisetradv: add radv_shader_dump_stats() helper
2017-09-14 Samuel Pitoisetradv: dump the active shaders when a hang occured
2017-09-14 Samuel Pitoisetradv: add debug flags for syncing shaders after every...
2017-09-14 Samuel Pitoisetradv: add radv_cmd_buffer_after_draw() helper function
2017-09-14 Samuel Pitoisetradv: save the bound pipeline pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: add a comment that describes the trace BO layout
2017-09-14 Samuel Pitoisetradv: initialize the trace BO to 0
2017-09-14 Eric Engestromswr: use ARRAY_SIZE macro
2017-09-14 Jeremy Huddleston... mesa: Deal with size differences between GLuint and...
2017-09-13 Denis Paukgallium/{r600, radeonsi}: Fix segfault with color forma...
2017-09-13 Kenneth Graunkei965: Add an INTEL_DEBUG=submit option for printing...
2017-09-13 Dave Airlieradv/nir: call opt_remove_phis after trivial continues.
2017-09-13 Chad Versaceutil/build_id: Include <dlfcn.h>
2017-09-13 Chad Versaceutil: Query build-id by symbol address, not library...
2017-09-13 Nicolai Hähnlest/glsl_to_tgsi: remove unused code in temprename
2017-09-13 Nicolai Hähnlest/glsl_to_tgsi: be precise about merging scopes
2017-09-13 Nicolai Hähnleac/surface: match Z and stencil tile config
2017-09-13 Nicolai Hähnleac/surface: sanity-check that we got a TC-compatible...
2017-09-13 Nicolai Hähnleac/addrlib: enable assertions in debug builds
2017-09-13 Nicolai Hähnleac/addrlib: relax an assertion
2017-09-13 Nicolai Hähnleac/addrlib: relax an assertion
2017-09-13 Nicolai Hähnleradeonsi: hard-code pixel center for interpolateAtSampl...
2017-09-13 Nicolai HÃ\83¤hnleradeonsi: apply a mask to gl_SampleMaskIn in the PS...
2017-09-13 Nicolai Hähnleradeonsi: remove SET_PREDICATION workaround on newer...
2017-09-13 Nicolai Hähnleamd/common: get ME/PFP/CE firmware feature versions...
2017-09-13 Nicolai Hähnleradeonsi: rename variable to clarify its meaning
2017-09-13 Nicolai Hähnleradeonsi: make si_init_shader_selector_async static
2017-09-13 Nicolai Hähnleradeonsi: fix segfault in descriptor dumping
2017-09-13 Nicolai Hähnleddebug: write out final driver log messages with GALLIU...
2017-09-13 Tim Rowleyswr/rast: Fetch compile state changes
2017-09-13 Tim Rowleyswr/rast: adjust linux cpu topology identification...
2017-09-13 Tim Rowleyswr/rast: Missed conversion to SIMD_T
2017-09-13 Tim Rowleyswr/rast: whitespace changes
2017-09-13 Tim Rowleyswr/rast: add graph write to jit debug putput
2017-09-13 Tim Rowleyswr/rast: Migrate memory pointers to gfxptr_t type
2017-09-13 Tim Rowleyswr/rast: Remove hardcoded clip/cull slot from clipper
2017-09-13 Tim Rowleyswr/rast: Start to remove hardcoded clipcull_dist verte...
2017-09-13 Tim Rowleyswr/rast: Move clip/cull enables in API
2017-09-13 Tim Rowleyswr/rast: Add new API SwrStallBE
2017-09-13 Eric Engestromglsl: compile unused function out
2017-09-13 Eric Engestromradv: compile out unused code
2017-09-13 Samuel Pitoisetradv: clear push_constant_stages when resetting a comma...
2017-09-13 Samuel Pitoisetradv: add more radv_emit_XXX() helpers for the dynamic...
2017-09-13 Samuel Pitoisetradv: remove useless 'cmd_buffer' param from radv_buffe...
2017-09-13 Dave Airlieradv/gfx9: fix image resource handling.
2017-09-13 Dave Airlieradv/ac: bump params array for image atomic comp swap
2017-09-13 Dave Airlieradv/gfx9: set mip0-depth correctly for 2d arrays/3d...
2017-09-12 Dave Airlieradv: handle GFX9 1D textures
2017-09-12 Dave Airlieradv: don't use iview for meta image width/height.
2017-09-12 Jason Ekstrandintel/eu/validate: Look up types on demand in execution...
2017-09-12 Marek OlšákRevert "winsys/amdgpu: disable local BOs on Raven"
2017-09-12 Bas Nieuwenhuizenradv: Don't allocate CMASK for linear images.
2017-09-12 Bas Nieuwenhuizenradv: Disable multilayer & multilevel DCC.
next