aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-2632-220/+108
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-2629-281/+74
* gallium/hash_table: use the same callback signatures as util/hash_tableMarek Olšák2020-02-265-40/+40
* gallium/hash_table: consolidate hash tables with FD keysMarek Olšák2020-02-268-142/+58
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-2616-184/+47
* amd/addrlib: fix build on non-x86 platformsGreg V2020-02-261-4/+6
* tgsi_to_nir: set num_images and num_samplers with holes correctlyMarek Olšák2020-02-261-0/+14
* nir: Drop nir_tex_instr::texture_array_sizeJason Ekstrand2020-02-2611-24/+1
* freedreno/computerator: Fix defined-but-not-used warnings from lex/yacc.Eric Anholt2020-02-262-0/+4
* turnip: Fix compiler warning about casting a nondispatchable handle.Eric Anholt2020-02-261-1/+1
* panfrost: Remove some more prints to stdoutTomeu Vizoso2020-02-263-6/+6
* mesa/st: toggle EXT_texture_norm16 based on format supportTapani Pälli2020-02-261-0/+12
* i965: toggle on EXT_texture_norm16Tapani Pälli2020-02-261-0/+1
* mesa: introduce boolean toggle for EXT_texture_norm16Tapani Pälli2020-02-262-1/+2
* nir/lower_double_ops: add note for lowering modJuan A. Suarez Romero2020-02-261-0/+4
* radv: fix creating null devices if KHR_display is enabledSamuel Pitoiset2020-02-261-1/+1
* radv: make use of ac_gpu_info::max_wave64_per_simdSamuel Pitoiset2020-02-261-6/+1
* radv/gfx10: adjust the number of VGPRs used to compute wavesSamuel Pitoiset2020-02-262-4/+2
* radv/gfx10: adjust the LDS size used to compute wavesSamuel Pitoiset2020-02-261-4/+2
* radv/gfx10: adjust SGPRs/VGPRs related infoSamuel Pitoiset2020-02-261-8/+11
* radv/gfx10: adjust the number of simd per compute unitSamuel Pitoiset2020-02-261-1/+2
* ac: add more ac_gpu_info related shader fieldsSamuel Pitoiset2020-02-262-3/+33
* ac,radeonsi: add ac_gpu_info::lds_size_per_cuSamuel Pitoiset2020-02-263-7/+10
* radv: implement a dummy winsys for creating devices without AMDGPUSamuel Pitoiset2020-02-2615-75/+568
* egl: Factor out dri2_add_pbuffer_configs_for_visuals {device,surfaceless}.Mathias Fröhlich2020-02-264-92/+46
* egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.Mathias Fröhlich2020-02-264-14/+81
* turnip: enable fullDrawIndexUint32/independentBlend/dualSrcBlend/logicOpJonathan Marek2020-02-261-4/+4
* turnip: enable sampleRateShading featureJonathan Marek2020-02-263-5/+10
* intel/tools: Do not print type/qualifiers/name for c_literalMatt Turner2020-02-251-1/+1
* intel/tools: Allow i965_disasm to disassemble c_literal input typeSagar Ghuge2020-02-251-36/+103
* intel/tools: Print c_literals 4 byte wideSagar Ghuge2020-02-251-4/+12
* intel/tools: Add test for state register as sourceSagar Ghuge2020-02-252-0/+2
* intel/tools: Add test for address register as sourceSagar Ghuge2020-02-252-0/+2
* intel/tools: Set correct address register file and number in i965_asmSagar Ghuge2020-02-251-1/+3
* intel/tools: Handle STATE_REG in typed source operandSagar Ghuge2020-02-251-2/+4
* intel/tools: Handle illegal instructionSagar Ghuge2020-02-251-0/+10
* anv: Always enable the data cacheJason Ekstrand2020-02-253-10/+1
* intel/aub_dump: stub the waits when overriding the deviceLionel Landwerlin2020-02-251-0/+19
* intel/tools/aub_dump: fix crash when using the default legacy contextLionel Landwerlin2020-02-251-4/+5
* intel/tools/aub_dump: move aub file initialization to maybe_init()Lionel Landwerlin2020-02-251-38/+33
* lima: expose fragment shader derivatives capabilityIcenowy Zheng2020-02-261-0/+3
* v3d: Sync on last CS when non-compute stage uses resource written by CSJose Maria Casanova Crespo2020-02-256-25/+76
* nir: fix gl_nir_lower_images for bindless imagesMarek Olšák2020-02-251-6/+5
* freedreno/computerator: fix build dependencyRob Clark2020-02-251-0/+1
* glx/drisw: fix shm put image fallbackDave Airlie2020-02-251-4/+3
* glx/drisw: return false if shmid == -1Dave Airlie2020-02-251-0/+3
* glx/drisw: add getImageShm2 pathDave Airlie2020-02-251-6/+16
* dri: add another get shm variant.Dave Airlie2020-02-251-0/+3
* intel/isl: Add isl_aux_info.c to Makefile.sourcesJason Ekstrand2020-02-251-0/+1
* intel/blorp: Implement GEN:BUG:1605967699.Rafael Antognolli2020-02-251-8/+44