88296 Commits (7d48219b3ac78895315ea6cef3ced3e55d3d92f0)

Author SHA1 Message Date
  Iago Toral Quiroga 9a8bf42308 i965: emit BRW_NEW_AUX_STATE when we change the fast clear value 8 years ago
  Iago Toral Quiroga ca65b9e62d i965: emit BRW_NEW_AUX_STATE if we drop the aux surface 8 years ago
  Iago Toral Quiroga 5b27816b22 i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE 8 years ago
  Gert Wollny e688a9ef6a gbm: Add gbm_device_get_format_modifier_plane_count to test 8 years ago
  Bas Nieuwenhuizen 969537d935 radv: Add support for more DCC compression with VK_KHR_image_format_list. 8 years ago
  Bas Nieuwenhuizen d398db2acb radv: Add code to check if two formats can share DCC metadata. 8 years ago
  Kenneth Graunke 4f8d1af0f6 i965: Add an INTEL_DEBUG=reemit option. 8 years ago
  Jan Vesely 3115687f9b clover: Fix build after LLVM r313390 8 years ago
  Bas Nieuwenhuizen 5ef3c2bcef radv: Don't redundantly emit pipelines after secondary cmd buffer. 8 years ago
  Bas Nieuwenhuizen 979978ee06 radv: Check for GFX9 for 1D arrays in image_size intrinsic. 8 years ago
  Eric Engestrom 915dc6db45 i965: drop unused variables 8 years ago
  Jason Ekstrand 7bd5931cc1 i965/tex: Unify the TexImage and TexSubImage code 8 years ago
  Jason Ekstrand bb811fa828 i965/tex: Remove the for_glTexImage parameter from texsubimage_tiled_memcpy 8 years ago
  Jason Ekstrand 6314dd13f7 i965/tex: Make a couple of helpers static 8 years ago
  Jason Ekstrand 82b3ca1981 i965: Move TexSubImage functions to intel_tex_image.c 8 years ago
  Jason Ekstrand a43d379000 i965/blorp: Set r8stencil_needs_update when writing stencil 8 years ago
  Matt Turner 1bbe180873 util/u_atomic: Add implementation of __sync_val_compare_and_swap_8 8 years ago
  Matt Turner d075a4089e util: Link libmesautil into u_atomic_test 8 years ago
  Lionel Landwerlin 5ff06ddf3b vulkan: update headers & registry to VK 1.0.61 8 years ago
  Gert Wollny c75d781610 mesa/st/tests: Correct build flags and force -std=c++11 8 years ago
  Emil Velikov 3c5fb7346f automake: include radv_shader.h in the sources list 8 years ago
  Gurkirpal Singh 6a8aa11c20 st/omx_bellagio: Rename state tracker and option 8 years ago
  Tapani Pälli acbfcb7105 i965: fix build warning on clang 8 years ago
  Samuel Pitoiset 8e8c7c6703 radv: fix a potential crash if attachments allocation failed 8 years ago
  Samuel Pitoiset a0495d4bb3 radv: dump the device name into the hang report 8 years ago
  Samuel Pitoiset 176c2ad10c radv: add get_chip_name() callback 8 years ago
  Dave Airlie 1b163238f5 r600: add .gitignore for egd_tables.h 8 years ago
  Timothy Arceri a70a401f52 radeonsi: enable STD430 packing of UBOs by default 8 years ago
  Timothy Arceri fac9f2c4b0 st/mesa: set UseSTD430AsDefaultPacking const based on CAP 8 years ago
  Timothy Arceri c96e45ebf0 gallium: introduce PIPE_CAP_LOAD_CONSTBUF 8 years ago
  Timothy Arceri b4401cc104 radeonsi: make use of LOAD for UBOs 8 years ago
  Timothy Arceri 51cf16319d mesa/st: add LOAD support for UBOs 8 years ago
  Timothy Arceri ee0fbc8b71 mesa/st: create add_buffer_to_load_and_stores() helper 8 years ago
  Timothy Arceri 6fa60b5e40 gallium: add CONSTBUF type to tgsi_file_type 8 years ago
  Dave Airlie b6f6ead198 virgl: drop const dimensions on first block. 8 years ago
  Dave Airlie a7a7bf21bd st/glsl->tgsi: fix u64 to bool comparisons. 8 years ago
  Kenneth Graunke 62f2670cba i965: Print size of validation and relocation lists in INTEL_DEBUG=flush 8 years ago
  Kenneth Graunke 7c5988e615 i965: Disentangle batch and state buffer flushing. 8 years ago
  Kenneth Graunke 2c46a67b41 i965: Delete BATCH_RESERVED handling. 8 years ago
  Kenneth Graunke 9034d157c0 i965: Make BLORP properly avoid batch wrapping. 8 years ago
  Kenneth Graunke 2dfc119f22 i965: Grow the batch/state buffers if we need space and can't flush. 8 years ago
  Kenneth Graunke 78c404f106 i965: Use a separate state buffer, but avoid changing flushing behavior. 8 years ago
  Kenneth Graunke 0bf3fa4c53 i965: Pass screen to intel_batchbuffer_reset(). 8 years ago
  Kenneth Graunke 2e68c4e454 i965: Prepare INTEL_DEBUG=bat decoding for a separate statebuffer. 8 years ago
  Kenneth Graunke e723255901 i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc. 8 years ago
  Kenneth Graunke 1674a0bcbc i965: Refactor relocs into a brw_reloc_list structure. 8 years ago
  Kenneth Graunke 1bc44e0e7f i965: Move brw_state_batch code to intel_batchbuffer.c 8 years ago
  Kenneth Graunke 3b812e62a1 i965: Drop a useless ret == 0 check. 8 years ago
  Kenneth Graunke 717e753912 i965: Use a WC map and memcpy for the batch instead of pwrite. 8 years ago
  Kenneth Graunke 343aa09a22 i965: Use batch->bo->size in brw_emit_reloc assertion. 8 years ago