aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno/a6xx: OUT_RELOC vs OUT_RELOCW fixesRob Clark2019-05-041-3/+3
* freedreno/ir3: remove assertRob Clark2019-05-041-1/+0
* spirv/cl: support vload/vstoreKarol Herbst2019-05-041-0/+55
* nir: Add nir_op_vec helperKarol Herbst2019-05-043-22/+14
* nir: Add a nir_builder_alu variant which takes an array of componentsKarol Herbst2019-05-041-14/+36
* vtn: handle bitcast with pointer src/destKarol Herbst2019-05-043-29/+45
* mesa: Leave aliasing of vertex and generic0 attribute to the dlist code.Mathias Fröhlich2019-05-041-4/+1
* mesa: Correct the is_vertex_position decision for dlists.Mathias Fröhlich2019-05-043-14/+28
* mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.Mathias Fröhlich2019-05-041-0/+2
* mesa: Remove the _glapi_table argument from _mesa_array_element.Mathias Fröhlich2019-05-043-17/+11
* mesa: Constify static const array in api_arrayelt.cMathias Fröhlich2019-05-041-1/+1
* mesa: Remove the now unused _NEW_ARRAY state change flag.Mathias Fröhlich2019-05-046-23/+2
* mesa: Rip out now unused gl_context::aelt_context.Mathias Fröhlich2019-05-047-91/+0
* mesa: Implement _mesa_array_element by walking enabled arrays.Mathias Fröhlich2019-05-041-126/+58
* mesa: Use glVertexAttrib*NV functions for fixed function attribs.Mathias Fröhlich2019-05-041-157/+28
* mesa: Factor out index function that will have multiple use.Mathias Fröhlich2019-05-041-11/+18
* nir: Add a SSA type gathering passJason Ekstrand2019-05-044-0/+223
* iris: Delete bucketing allocatorsKenneth Graunke2019-05-031-167/+3
* iris: Force VMA alignment to be a multiple of the page size.Kenneth Graunke2019-05-031-0/+3
* iris: leave the top 4Gb of the high heap VMA unusedKenneth Graunke2019-05-031-1/+5
* iris: Fix 4GB memory zone heap sizes.Kenneth Graunke2019-05-031-3/+6
* st/va: check resource_get_info nullity in vlVaDeriveImageJulien Isorce2019-05-031-5/+8
* anv,i965: Stop warning about incomplete gen11 supportJason Ekstrand2019-05-032-11/+2
* nir/algebraic: Don't emit empty initializers for MSVCConnor Abbott2019-05-041-0/+4
* iris: Resolve textures used by the program, not merely bound texturesKenneth Graunke2019-05-031-2/+5
* meson: Don't build glsl cache_test when shader cache is disabledDylan Baker2019-05-031-12/+13
* tests/vma: fix build with MSVCDylan Baker2019-05-031-0/+8
* glsl/tests: define ssize_t on windowsDylan Baker2019-05-031-0/+4
* util/tests: Use define instead of VLADylan Baker2019-05-035-20/+25
* meson: make nm binary optionalDylan Baker2019-05-034-4/+4
* glsl: fix general_ir_test with mingwDylan Baker2019-05-031-7/+7
* meson: always define libglapiDylan Baker2019-05-031-0/+2
* meson: Fix missing glproto dependency for gallium-glxChuck Atkins2019-05-031-1/+1
* radv: apply the indexing workaround for atomic buffer operations on GFX9Samuel Pitoiset2019-05-033-5/+14
* anv: fix crash when application does not provide push constantsLionel Landwerlin2019-05-031-1/+1
* radv: fix radv_get_aspect_format() for D+S formatsSamuel Pitoiset2019-05-031-0/+2
* intel/fs: Assert when brw_fs_nir sees a nir_deref_instrCaio Marcelo de Oliveira Filho2019-05-021-1/+1
* r600: implement resource_get_infoJulien Isorce2019-05-031-5/+29
* util/bitset: fix bitset range mask calculations.Dave Airlie2019-05-031-2/+2
* util/tests: add basic unit tests for bitsetDave Airlie2019-05-032-0/+141
* nir: fix lower vars to ssa for larger vector sizes.Dave Airlie2019-05-031-4/+4
* spirv: fix SpvOpBitSize return value.Dave Airlie2019-05-031-3/+1
* iris: Disable dual source blending when shader doesn't handle itKenneth Graunke2019-05-021-4/+15
* anv: Stop including POS in FS input limitsJason Ekstrand2019-05-021-1/+1
* nir: fix nir tex print harderRob Clark2019-05-021-6/+5
* lima/ppir: support nir_op_ftruncErico Nunes2019-05-023-0/+14
* gbm: Improve documentation of BO importHeinrich2019-05-021-3/+5
* radv: only need to force emit the TCS regs on Vega10 and Raven1Samuel Pitoiset2019-05-021-2/+2
* glsl: fix and clean up NV_compute_shader_derivatives supportMarek Olšák2019-05-021-54/+24
* st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák2019-05-022-11/+11