summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: fix incorrect depth-errorErik Faye-Lund2018-11-261-7/+50
* mesa/main: check cube-completeness in common codeErik Faye-Lund2018-11-261-15/+16
* mesa/main: factor out common error-checkingErik Faye-Lund2018-11-261-12/+34
* mesa/main: factor out tex-image error-checkingErik Faye-Lund2018-11-261-46/+64
* mesa/main: remove bogus error for zero-sized imagesErik Faye-Lund2018-11-261-36/+13
* i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit2018-11-205-2/+13
* i965: Fix calculation of layers array length for isl_viewDanylo Piliaiev2018-11-161-15/+18
* mesa: Reference count shaders that are used by transform feedback objectsGert Wollny2018-11-141-0/+3
* st/mesa: disable L3 thread pinningMarek Olšák2018-11-141-9/+0
* Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"Mark Janes2018-11-145-14/+3
* mesa: Collect all the draw functions in draw.{h,c}.Mathias Fröhlich2018-11-015-96/+109
* mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirectMathias Fröhlich2018-11-015-86/+87
* mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.cMathias Fröhlich2018-11-015-278/+332
* vbo: Pull the _mesa_set_draw_vao calls out of the if clauses.Mathias Fröhlich2018-11-011-76/+38
* vbo: Preserve vbo_save::no_current_update on primitive restart.Mathias Fröhlich2018-11-011-1/+2
* vbo: Make no_current_update an argument to vbo_save_NotifyBegin.Mathias Fröhlich2018-11-014-10/+10
* vbo: Move no_current_update out of _mesa_prim.Mathias Fröhlich2018-11-014-8/+9
* vbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.Mathias Fröhlich2018-11-011-1/+0
* vbo: Remove the always false branch dlist replay.Mathias Fröhlich2018-11-011-29/+1
* vbo: Test for VBO_SAVE_PRIM_WEAK in _mesa_prim::mode is false.Mathias Fröhlich2018-11-011-1/+1
* vbo: Remove VBO_SAVE_PRIM_WEAK from vbo_save_NotifyBegin calls.Mathias Fröhlich2018-11-011-5/+3
* vbo: Remove set but not used weak field from _mesa_prim.Mathias Fröhlich2018-11-016-15/+3
* vbo: Remove the VBO_SAVE_FALLBACK flag.Mathias Fröhlich2018-11-012-8/+2
* vbo: Remove unused vbo_save_fallback function.Mathias Fröhlich2018-11-012-16/+0
* configure: allow building with python3Emil Velikov2018-10-312-2/+2
* glspirv: no need to force entrypoint name to "main"Alejandro Piñeiro2018-10-311-1/+0
* st/glsl_to_nir: fix next_stage gatheringTimothy Arceri2018-10-311-1/+1
* st/mesa: calculate buffer size correctly for packed uniformsTimothy Arceri2018-10-311-1/+1
* glsl_to_tgsi: don't create 64-bit integer MAD/FMARhys Perry2018-10-301-0/+4
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-301-1/+1
* i965: Disable dual source blending when shader doesn't support it on gen8+Danylo Piliaiev2018-10-301-3/+42
* i965: Respect GL_TEXTURE_SRGB_DECODE_EXT in GenerateMipmaps()Kenneth Graunke2018-10-301-1/+18
* i965/batch: don't ignore the 'brw_new_batch' call for a 'new batch'Andrii Simiklit2018-10-301-0/+4
* i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit2018-10-305-3/+14
* i965: add missing case to fix -WswitchEric Engestrom2018-10-301-2/+3
* mesa: fix struct/class mismatchEric Engestrom2018-10-304-5/+5
* mesa: fix memcpy() and memset(0) of non-trivial structsEric Engestrom2018-10-303-7/+12
* android: i965/tiled_memcpy: fix build for x86 generic targetMauro Rossi2018-10-301-8/+9
* mesa: expose EXT_texture_compression_s3tc on GLESMarek Olšák2018-10-302-1/+12
* mesa: Add missing include guardsMichał Janiszewski2018-10-304-0/+20
* nir/prog: Use nir_bany in kill handlingJason Ekstrand2018-10-261-1/+1
* nir/validate: Print when the validation failedJason Ekstrand2018-10-263-4/+5
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-251-1/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-253-7/+0
* autotools: include intel_tiled_memcopy.cDylan Baker2018-10-242-0/+7
* meson: fix formatting and add extra_files to i965Dylan Baker2018-10-241-10/+12
* mesa/glformats: Remove redundant helper _mesa_base_format_component_countEduardo Lima Mitev2018-10-234-33/+3
* i965/miptree: Use cpu tiling/detiling when mappingScott D Phillips2018-10-231-4/+106
* i965/tiled_memcpy: inline movntdqa loads in tiled_to_linearScott D Phillips2018-10-239-90/+426
* i965: expose type of memcpy instead of memcpy function itselfTapani Pälli2018-10-234-30/+63