summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* radv: fix vkUpdateDescriptorSets with inline uniform blocksSamuel Pitoiset2019-10-251-0/+8
* radv/gfx10: fix 3D imagesSamuel Pitoiset2019-10-253-17/+17
* radv: do not emit rbplus if attachments are undefinedSamuel Pitoiset2019-10-251-0/+3
* radv: do not create meta pipelines with 16 samplesSamuel Pitoiset2019-10-252-5/+5
* anv: fix unwind of vkCreateDevice failLionel Landwerlin2019-10-251-3/+3
* radv: fix updating bound fast ds clear values with different aspectsSamuel Pitoiset2019-10-221-3/+13
* radv: Fix single stage constant flush with merged shaders.Bas Nieuwenhuizen2019-10-221-5/+6
* egl/android: Remove our own reference to buffers.Lepton Wu2019-10-211-3/+1
* anv: fix memory leak on device destroyLionel Landwerlin2019-10-211-1/+11
* anv: fix vkUpdateDescriptorSets with inline uniform blocksLionel Landwerlin2019-10-211-3/+3
* rbug: unwrap index buffer resourceLucas Stach2019-10-181-2/+7
* rbug: fix transmitted texture sizesLucas Stach2019-10-181-2/+9
* intel/vec4: Don't try both sources as immediates for DPHIan Romanick2019-10-181-1/+1
* nir/search: Fix possible NULL dereference in is_fsignIan Romanick2019-10-181-1/+1
* gallivm: Fix saturated signed psub/padd intrinsics on llvm 8Roland Scheidegger2019-10-171-18/+10
* radv: fix DCC fast clear code for intensity formats (correctly)Samuel Pitoiset2019-10-171-12/+9
* util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and p_atomic_{c...Eric Engestrom2019-10-171-4/+4
* mesa: fix invalid target error handling for teximagePierre-Eric Pelloux-Prayer2019-10-171-7/+8
* iris: finish aux import on get_paramJames Xiong2019-10-171-1/+5
* etnaviv: remove variable from global namespaceLionel Landwerlin2019-10-171-1/+1
* intel/common: include unistd.h for ioctl() prototype on SolarisAlan Coopersmith2019-10-171-0/+1
* util: Solaris has linux-style pthread_setname_npAlan Coopersmith2019-10-171-1/+1
* util: Workaround lack of flock on SolarisAlan Coopersmith2019-10-171-0/+10
* util: Make Solaris implemention of p_atomic_add work with gccAlan Coopersmith2019-10-171-2/+2
* Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"Samuel Pitoiset2019-10-152-12/+6
* etnaviv: fix vertex buffer state emission for single stream GPUsLucas Stach2019-10-151-1/+1
* iris: Implement the Gen < 9 tessellation quads workaroundKenneth Graunke2019-10-141-0/+3
* radv: fix DCC fast clear code for intensity formatsSamuel Pitoiset2019-10-143-9/+31
* glsl: fix crash compiling bindless samplers inside unnamed UBOsTimothy Arceri2019-10-141-5/+5
* nir/dead_cf: Remove dead control flow after infinite loops.Bas Nieuwenhuizen2019-10-111-0/+7
* meson: rename `glvnd_missing_pc_files` to `not glvnd_has_headers_and_pc_files`Eric Engestrom2019-10-112-4/+4
* GL: drop symbols mangling supportEric Engestrom2019-10-1111-64/+0
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-111-8/+7
* nir/sink: Don't sink load_ubo to outside of its defining loopConnor Abbott2019-10-101-5/+32
* nir/sink: Rewrite loop handling logicConnor Abbott2019-10-101-35/+40
* v3d: take into account prim_counts_offsetAlejandro Piñeiro2019-10-101-1/+1
* radv: bump minTexelBufferOffsetAlignment to 4Samuel Pitoiset2019-10-101-1/+1
* drirc: enable vk_x11_override_min_image_count for DOOMSamuel Pitoiset2019-10-101-0/+5
* radeonsi: enable zerovram for Rocket LeagueClément Guérin2019-10-101-0/+3
* iris: Properly unreference extra VBOs for draw parametersKenneth Graunke2019-10-101-3/+3
* meson: add missing idep_nir_headers in iris_gen_libsEric Engestrom2019-10-081-2/+2
* anv/android: fix images created with external format supportTapani Pälli2019-10-081-0/+12
* intel/isl: Set null surface format to R32_UINTLionel Landwerlin2019-10-071-1/+6
* intel: fix subslice computation from topology dataLionel Landwerlin2019-10-071-1/+1
* egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez2019-10-071-97/+4
* radv: Fix condition for skipping the continue CS.Bas Nieuwenhuizen2019-10-041-1/+2
* intel: fix topology queryLionel Landwerlin2019-10-031-0/+3
* radeonsi/gfx10: fix corruption for chips with harvested TCCsMarek Olšák2019-10-011-2/+6
* ac: add radeon_info::tcc_harvestedMarek Olšák2019-10-012-0/+5
* mesa: don't forget to clear _Layer field on texture unitLionel Landwerlin2019-10-011-1/+1