summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Add support for lowering SSBO float atomicsIan Romanick2018-08-221-3/+3
* glsl: Add built-in functions for INTEL_shader_atomic_float_minmaxIan Romanick2018-08-221-1/+32
* mesa: Extension boilerplate for INTEL_shader_atomic_float_minmaxIan Romanick2018-08-224-0/+5
* glsl: Add built-in functions for NV_shader_atomic_floatIan Romanick2018-08-221-3/+48
* mesa: Extension boilerplate for NV_shader_atomic_floatIan Romanick2018-08-224-0/+5
* meson: fix egl build for androidGurchetan Singh2018-08-221-0/+1
* meson: fix egl build for surfacelessGurchetan Singh2018-08-221-0/+1
* nir: Give end_block its own indexCaio Marcelo de Oliveira Filho2018-08-221-1/+4
* nir: Skip common instructions when comparing deref pathsCaio Marcelo de Oliveira Filho2018-08-221-0/+3
* nir: Export deref comparison functionsCaio Marcelo de Oliveira Filho2018-08-223-132/+132
* util/dynarray: add a clone functionCaio Marcelo de Oliveira Filho2018-08-221-0/+9
* amd/addrlib: Fix include path for c99_compat.hMariusz Ceier2018-08-221-1/+1
* vulkan/wsi: fix pointer-integer conversion warningsGrazvydas Ignotas2018-08-232-3/+3
* radv: use different builtin shader cache for 32bitGrazvydas Ignotas2018-08-231-9/+7
* radv: place pointer length into cache uuidGrazvydas Ignotas2018-08-231-1/+1
* llvmpipe: add cc clobber to inline asmGrazvydas Ignotas2018-08-231-1/+2
* intel/isl: Avoid tiling some 16K-wide render targetsNanley Chery2018-08-221-0/+23
* i965/miptree: Fix can_blit_slice()Nanley Chery2018-08-221-4/+3
* i965/miptree: Use miptree_map in map_blit functionsNanley Chery2018-08-221-8/+6
* intel/tools/aubwrite: Always use physical addresses for traces.Rafael Antognolli2018-08-222-11/+13
* intel/tools/aubwrite: Rename "legacy" to "Trace Block".Rafael Antognolli2018-08-221-1/+1
* nir/vars_to_ssa: Don't build deref nodes for non-local variablesJason Ekstrand2018-08-221-4/+14
* ac: fix WAITCNT flags for GFX9Marek Olšák2018-08-223-9/+6
* amd/addrlib: mark physicalSliceSize as MAYBE_UNUSED in Addr::V1::EgBasedLib::...Kai Wasserbäch2018-08-221-1/+1
* amd/addrlib: mark numPipes as MAYBE_UNUSED in Addr::V1::EgBasedLib::SanityChe...Kai Wasserbäch2018-08-221-1/+3
* amd/addrlib: mark *pEqToCheck as MAYBE_UNUSED in Addr::V2::Gfx9Lib::ComputeSt...Kai Wasserbäch2018-08-221-1/+1
* amd/addrlib: mark microBlockDim as MAYBE_UNUSED in Addr::V2::Gfx9Lib::HwlComp...Kai Wasserbäch2018-08-221-1/+3
* amd/addrlib: mark returnCode as MAYBE_UNUSED in ElemGetExportNormKai Wasserbäch2018-08-222-1/+4
* intel: aubinator_viewer: add urb viewLionel Landwerlin2018-08-223-0/+172
* intel: aubinator_viewer: store urb state during decodingLionel Landwerlin2018-08-222-23/+153
* intel: tools: add aubinator viewerLionel Landwerlin2018-08-226-0/+2788
* intel: tools: import ImGuiLionel Landwerlin2018-08-2219-2/+31693
* intel: tools: aub_mem: reuse already mapped ppgtt buffersLionel Landwerlin2018-08-221-5/+11
* intel: tools: aubmem: map gtt data to aub fileLionel Landwerlin2018-08-222-0/+35
* intel: tools: create libaubLionel Landwerlin2018-08-221-2/+12
* intel: tools: aubwrite: wrap function declarations for c++Lionel Landwerlin2018-08-221-0/+8
* intel: tools: split memory management out of aubinatorLionel Landwerlin2018-08-225-353/+493
* util: rb_tree: add safe iteratorsLionel Landwerlin2018-08-221-0/+58
* intel: tools: split aub parsing from aubinatorLionel Landwerlin2018-08-225-279/+460
* meson: Run the test with Python 3Mathieu Bridon2018-08-222-4/+10
* python: Disable universal newlinesMathieu Bridon2018-08-221-1/+4
* python: difflib prefers unicode stringsMathieu Bridon2018-08-221-1/+2
* compiler/glsl/tests: Make tests python3 safeDylan Baker2018-08-223-5/+14
* ac/nir: fix getting GLSL type of array of samplers for TG4Samuel Pitoiset2018-08-221-2/+4
* radv: remove dead variables after splitting per member structsSamuel Pitoiset2018-08-221-3/+3
* anv: add VK_EXT_sampler_filter_minmax supportYunchao He2018-08-224-0/+43
* radv: use ac_build_imad()Samuel Pitoiset2018-08-221-16/+8
* ac,radeonsi: use ac_build_gather_values moreMarek Olšák2018-08-214-44/+20
* ac,radeonsi: use ac_build_fmadMarek Olšák2018-08-213-19/+8
* radeonsi: use ac_build_imadMarek Olšák2018-08-213-57/+29