aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.Eric Anholt2018-11-021-4/+2
* v3d: Remove the special path for simulaton of the submit ioctl.Eric Anholt2018-11-025-19/+13
* v3d: Maintain a mapping of the GEM buffer in the simulator.Eric Anholt2018-11-021-23/+48
* meson: link gallium nine with pthreadsDylan Baker2018-11-021-1/+1
* anv/icl: Disable prefetching of sampler state entriesAnuj Phogat2018-11-021-9/+16
* i965/icl: Disable prefetching of sampler state entriesTopi Pohjolainen2018-11-021-3/+12
* amd: Make vgpr-spilling depend on llvm versionJan Vesely2018-11-021-1/+2
* nir: fix condition propagation when src has a swizzleTimothy Arceri2018-11-031-1/+30
* android: gallium/auxiliary: add include to get u_debug.h headerMauro Rossi2018-11-021-1/+2
* virgl/vtest-winsys: Use virgl version of bind flagsGert Wollny2018-11-021-1/+1
* mesa/st: Add support for EXT_texture_sRGB_R8Gert Wollny2018-11-022-0/+12
* Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny2018-11-025-0/+12
* mesa/core: Add definitions and translations for EXT_texture_sRGB_R8Gert Wollny2018-11-0210-3/+28
* glsl: do not allow implicit casts of unsized array initializersErik Faye-Lund2018-11-021-1/+2
* mesa/glsl: add support for EXT_shader_implicit_conversionsErik Faye-Lund2018-11-024-2/+8
* glsl: fall back to inexact function-matchErik Faye-Lund2018-11-021-1/+6
* glsl: add has_implicit_uint_to_int_conversion()-helperErik Faye-Lund2018-11-023-4/+9
* glsl: add has_implicit_conversions()-helperErik Faye-Lund2018-11-023-2/+7
* mesa: Remove needless indirection in some draw functions.Mathias Fröhlich2018-11-022-126/+44
* nir: allow propagation of if evaluation for bcselTimothy Arceri2018-11-021-9/+16
* radv: fix begin/end transform feedback with 0 counter buffers.Dave Airlie2018-11-021-12/+16
* radv: apply xfb buffer offset at buffer binding time not later. (v2)Dave Airlie2018-11-021-2/+4
* Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"Mark Janes2018-11-015-14/+3
* vc4: Drop the winsys_stride relayout in the simluatorEric Anholt2018-11-015-95/+12
* v3d: Update the TLB config for depth writes on V3D 4.2.Eric Anholt2018-11-011-8/+22
* v3d: Use the TLB R/B swapping instead of recompiles when available.Eric Anholt2018-11-014-3/+17
* v3d: Take advantage of _mesa_hash_table_remove_key() in the simulator.Eric Anholt2018-11-011-4/+2
* v3d: Respect user-passed strides for BO imports.Eric Anholt2018-11-015-96/+19
* v3d: Drop #if 0-ed out v3d_dump_to_file().Eric Anholt2018-11-011-91/+0
* v3d: Fix a typo in a comment in job handling.Eric Anholt2018-11-011-1/+1
* v3d: Fix a copy-and-paste comment in the simulator code.Eric Anholt2018-11-011-1/+1
* anv/icl: Set Error Detection Behavior Control Bit in L3CNTLREGAnuj Phogat2018-11-012-0/+8
* i965/icl: Set Error Detection Behavior Control Bit in L3CNTLREGAnuj Phogat2018-11-012-0/+8
* meson: don't install translation files18.3-branchpointDylan Baker2018-11-011-1/+1
* egl: use the LC_ALL hammer instead of LANGEric Engestrom2018-11-011-1/+1
* egl: fix entrypoint sorting testEric Engestrom2018-11-011-1/+1
* intel/tools: fix resource leakAndrii Simiklit2018-11-011-0/+10
* intel/tools: include stdarg.h in error2aubJonathan Gray2018-11-011-0/+1
* egl: Fix eglentrypoint.h sort order.Mathias Fröhlich2018-11-011-1/+1
* radv: set PA_SU_PRIM_FILTER_CNTL optimallySamuel Pitoiset2018-11-011-0/+9
* radv: only enable gl_SampleMask if MSAA is enabled tooSamuel Pitoiset2018-11-011-2/+11
* radv: use radeon_info::num_good_cu_per_shSamuel Pitoiset2018-11-011-3/+1
* ac/nir: make use of i1false in few more placesSamuel Pitoiset2018-11-011-3/+3
* radv: add support for Raven2Samuel Pitoiset2018-11-013-3/+9
* 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-016-280/+334
* 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