summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ac/gpu_info: report real total memory sizesMarek Olšák2018-06-151-28/+54
* radeonsi/gfx9: fix si_get_buffer_from_descriptors for 48-bit pointersMarek Olšák2018-06-151-2/+2
* radv: update the ZRANGE_PRECISION value for the TC-compat bugSamuel Pitoiset2018-06-151-0/+108
* radv: don't fast clear HTILE for 16-bit depth surfaces on GFX8Samuel Pitoiset2018-06-151-0/+8
* radv: Fix output for sparse MRTs.Bas Nieuwenhuizen2018-06-151-9/+10
* anv: Disable __gen_validate_value if NDEBUG is set.Kenneth Graunke2018-06-121-0/+2
* i965/screen: Return false for unsupported formats in query_modifiersJason Ekstrand2018-06-111-1/+13
* radv: add a workaround for DXVK hangs by setting amdgpu-skip-thresholdSamuel Pitoiset2018-06-111-1/+78
* radv: fix missing ZRANGE_PRECISION(1) for GFX9+Samuel Pitoiset2018-06-111-1/+2
* i965: fix resource leakEric Engestrom2018-06-111-1/+3
* mesa/program_binary: add implicit UseProgram after successful ProgramBinaryJordan Justen2018-06-111-0/+31
* radeonsi: fix possible truncation on renderer stringTimothy Arceri2018-06-111-1/+1
* ac: fix possible truncation of intrinsic nameTimothy Arceri2018-06-111-1/+1
* anv: Set fence/semaphore types to NONE in impl_cleanupJason Ekstrand2018-06-111-13/+16
* vulkan/wsi: Destroy swapchain images after terminating FIFO queuesCameron Kumar2018-06-111-3/+3
* i965/screen: Use RGBA non-sRGB formats for imagesJason Ekstrand2018-06-111-0/+9
* i965/screen: Refactor query_dma_buf_formatsJason Ekstrand2018-06-081-10/+12
* intel/isl: Add bounds-checking assertions for the format_info tableJason Ekstrand2018-06-081-8/+16
* intel/isl: Add bounds-checking assertions in isl_format_get_layoutJason Ekstrand2018-06-082-7/+15
* intel/blorp: Don't vertex fetch directly from clear valuesJason Ekstrand2018-06-071-44/+41
* intel/tools: add intel_sanitize_gpu to EXTRA_DISTScott D Phillips2018-06-061-0/+2
* r300g/swtcl: make pipe_context uploaders use malloc'd memory as beforeMarek Olšák2018-06-061-3/+6
* radv: Use correct color format for fast clearsPhilip Rebohle2018-06-061-2/+2
* glx: Fix number of property values to read in glXImportContextEXTMichel Dänzer2018-06-051-1/+1
* autotools: add missing android file to packageEric Engestrom2018-06-051-0/+1
* intel/eu: Set flag [sub]register number differently for 3srcJason Ekstrand2018-06-051-3/+10
* intel/eu: Copy fields manually in brw_next_insnJason Ekstrand2018-06-051-1/+94
* intel/eu: Add some brw_get_default_ helpersJason Ekstrand2018-06-054-55/+79
* i965: Fix batch-last mode to properly swap BOs.Kenneth Graunke2018-06-041-0/+5
* radv: fix a GPU hang when MRTs are sparseSamuel Pitoiset2018-06-041-0/+10
* radv: Don't pass a TESS_EVAL shader when tesselation is not enabled.Bas Nieuwenhuizen2018-06-041-0/+2
* glsl: Add ir_binop_vector_extract in NIRJuan A. Suarez Romero2018-06-041-0/+9
* radv: Set active_stages the same whether or not shaders were cachedAlex Smith2018-06-011-5/+2
* radeonsi: Fix crash on shaders using MSAA image load/storeAlex Smith2018-06-011-1/+7
* radv: Handle GFX9 merged shaders in radv_flush_constants()Alex Smith2018-06-011-1/+8
* radv: Consolidate GFX9 merged shader lookup logicAlex Smith2018-06-013-35/+26
* mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)Marek Olšák2018-05-302-1/+3
* vulkan: don't free uninitialised memoryEric Engestrom2018-05-301-1/+1
* nv30: ensure that displayable formats are marked accordinglyIlia Mirkin2018-05-301-4/+6
* radv: Only expose subgroup shuffles on VI+.Bas Nieuwenhuizen2018-05-301-2/+5
* tegra: Remove usage of non-stable UAPIThierry Reding2018-05-301-66/+3
* tegra: Fix scanout resources without modifiersThierry Reding2018-05-301-1/+18
* tegra: Treat resources with modifiers as scanoutThierry Reding2018-05-301-1/+12
* intel/blorp: Support blits and clears on surfaces with offsetsJason Ekstrand2018-05-305-1/+39
* radeonsi: fix incorrect parentheses around VS-PS varying eliminationMarek Olšák2018-05-301-2/+2
* st/mesa: simplify lastLevel determination in st_finalize_textureMarek Olšák2018-05-301-13/+4
* mesa: do not leak ctx->Shader.ReferencedProgram referencesJose Dapena Paz2018-05-301-0/+3
* i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.Francisco Jerez2018-05-301-3/+5
* i965: Handle non-zero texture buffer offsets in buffer object range calculation.Francisco Jerez2018-05-301-1/+3
* i965: Move buffer texture size calculation into a common helper function.Francisco Jerez2018-05-301-23/+32