aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-0622-19/+30
* intel: gen-decoder: rework how we handle groupsLionel Landwerlin2017-06-063-104/+161
* radeonsi: fix a GPU hang with tessellation on 2-CU configsMarek Olšák2017-06-061-1/+5
* mesa: make use of NewWindowRectangles driver flagsSamuel Pitoiset2017-06-062-3/+5
* mesa: add new gl_driver_flags::NewWindowRectanglesSamuel Pitoiset2017-06-061-0/+5
* mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()Samuel Pitoiset2017-06-061-3/+0
* mesa: only emit _NEW_MULTISAMPLE when min sample shading changesSamuel Pitoiset2017-06-061-3/+6
* mesa: only emit _NEW_MULTISAMPLE when sample mask changesSamuel Pitoiset2017-06-061-0/+3
* mesa: only emit _NEW_MULTISAMPLE when coverage parameters changeSamuel Pitoiset2017-06-061-3/+7
* i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.Kenneth Graunke2017-06-054-4/+3
* radv: expose integrated device type for APUs.Dave Airlie2017-06-061-1/+1
* ac/surface: Fix HTILE for radv.Bas Nieuwenhuizen2017-06-061-2/+1
* radv: fix write event eop on vega.Dave Airlie2017-06-061-1/+1
* radv: enable GFX9 on radvDave Airlie2017-06-061-2/+4
* radv: turn off geom/tess for gfx9.Dave Airlie2017-06-061-4/+4
* radv: misc GFX9 changes.Dave Airlie2017-06-063-6/+21
* radv: add some GFX9 specific events.Dave Airlie2017-06-061-0/+16
* radv: add IA_MULTI_VGT_PARAM support for GFX9.Dave Airlie2017-06-063-5/+16
* radv: add rb+ support for GFX9Dave Airlie2017-06-065-1/+22
* radv: add GFX9 cache flushing support.Dave Airlie2017-06-064-51/+145
* radv: add texture descriptor/fmask/cmask support for GFX9Dave Airlie2017-06-061-31/+158
* radv: add GFX9 to initialisation cmd buffer.Dave Airlie2017-06-062-16/+61
* radv: don't setup raster_config on gfx9.Dave Airlie2017-06-061-12/+16
* radv: add gfx9 cp dma support.Dave Airlie2017-06-061-5/+16
* radv: add gfx9 depth/stencil surface support.Dave Airlie2017-06-063-15/+74
* radv: add GFX9 support for color surfaces.Dave Airlie2017-06-063-16/+69
* radv: add some misc gfx9 pieces.Dave Airlie2017-06-066-0/+13
* radv: set offchip hs param like radeonsi.Dave Airlie2017-06-061-3/+1
* radv: fix typo in comment.Dave Airlie2017-06-061-1/+1
* radv: add a comment from radeonsi before cp dma function.Dave Airlie2017-06-061-0/+4
* radv: remove doubled up prototype.Dave Airlie2017-06-061-4/+0
* radv: split metadata struct into legacy/gfx9 parts.Dave Airlie2017-06-063-41/+58
* radv: refactor some texture descriptor state.Dave Airlie2017-06-061-9/+17
* radv: refactor color surface init before gfx9.Dave Airlie2017-06-061-25/+35
* radv: refactor depth/stencil state setupDave Airlie2017-06-061-57/+62
* radv: use radv_foreach_stage in a couple of places.Dave Airlie2017-06-061-46/+12
* radeon: remove out of date LLVM_REVISION.txtEmil Velikov2017-06-052-4/+0
* docs: update calendar, add news item and link release notes for 17.1.2Juan A. Suarez Romero2017-06-053-7/+8
* docs: add sha256 checksums for 17.1.2Juan A. Suarez Romero2017-06-051-1/+2
* docs: add release notes for 17.1.2Juan A. Suarez Romero2017-06-051-0/+186
* gallium/u_threaded: fixes for MSVCBrian Paul2017-06-051-7/+9
* r600: refactor out some compressed resource state code.Dave Airlie2017-06-061-24/+28
* r600: document some of the missing shader constants.Dave Airlie2017-06-061-0/+4
* r600: add register info for atomic counters.Dave Airlie2017-06-062-0/+51
* r600: add missing RAT registers and operations.Dave Airlie2017-06-063-0/+59
* r600/sb: fix typo in field definitionsDave Airlie2017-06-061-1/+1
* tgsi/scan: fix scanning fragment shaders with PrimID and Position/FaceMarek Olšák2017-06-051-7/+10
* i965: Finalize miptrees before prepare_textureJason Ekstrand2017-06-051-0/+4
* gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2017-06-052-3/+0
* gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2017-06-052-3/+17