aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vbo: avoid including wingdi.h on win32Erik Faye-Lund2020-04-161-0/+3
* mesa: fixup cast expressionErik Faye-Lund2020-04-161-1/+1
* util/tests: initialize variableErik Faye-Lund2020-04-161-1/+1
* wgl: silence some cast-warningsErik Faye-Lund2020-04-162-4/+4
* meson: use override_options to change warning-levelErik Faye-Lund2020-04-161-1/+1
* turnip: image_view reworkJonathan Marek2020-04-164-379/+322
* turnip: don't limit framebuffer size to image sizeJonathan Marek2020-04-161-13/+0
* turnip: compute render_components/srgb_cntl at renderpass creation timeJonathan Marek2020-04-163-32/+30
* winsys/amdgpu: Retrieve WC flags from imported buffers.Bas Nieuwenhuizen2020-04-164-0/+25
* st/mesa: fix a crash due to passing a draw vertex shader into the driverMarek Olšák2020-04-161-1/+2
* tu: Align GMEM resolve blit scissorConnor Abbott2020-04-161-2/+1
* mesa/st: initialize all winsys_handle fields for memory objectsTapani Pälli2020-04-161-7/+11
* amd/addrlib: Use enum instead of sparse chars to identify dimensionsMichel Dänzer2020-04-163-207/+109
* gbm/dri: Propagate queryDmaBufModifiers return valueMichel Dänzer2020-04-161-4/+2
* zink: be less picky about tiled resourcesErik Faye-Lund2020-04-161-5/+1
* st/dri: make sure software color-buffers are linearErik Faye-Lund2020-04-161-1/+1
* virgl: Use ETC2 formats directly when possible.Lepton Wu2020-04-163-0/+25
* radeonsi: use thread_context::bytes_mapped_limitPierre-Eric Pelloux-Prayer2020-04-161-3/+11
* gallium/u_threaded: flush batch when hitting mapping limitPierre-Eric Pelloux-Prayer2020-04-162-0/+24
* radv: do not abort with unknown/unimplemented descriptor typesSamuel Pitoiset2020-04-161-6/+1
* aco: fix emitting stream output with tess eval shadersSamuel Pitoiset2020-04-161-1/+1
* aco: implement nir_op_f2i8/nir_op_f2u8Samuel Pitoiset2020-04-161-2/+4
* nvc0: enable GL_NV_viewport_array2Ilia Mirkin2020-04-158-2/+21
* st/mesa: add support for GL_NV_viewport_array2Ilia Mirkin2020-04-154-1/+10
* gallium: add PIPE_CAP_VIEWPORT_MASKIlia Mirkin2020-04-153-0/+3
* gallium: add TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVEIlia Mirkin2020-04-153-0/+9
* gallium: add TGSI_SEMANTIC_VIEWPORT_MASKIlia Mirkin2020-04-153-0/+9
* mesa: add NV_viewport_array2 enable, attach to glslIlia Mirkin2020-04-153-0/+3
* glsl: add NV_viewport_array2 supportIlia Mirkin2020-04-159-3/+150
* compiler: add VARYING_SLOT_VIEWPORT_MASKIlia Mirkin2020-04-154-0/+6
* ir3: Handle load_ubo_ir3 when promoting to constantsConnor Abbott2020-04-151-10/+30
* ir3: Fix LDC offset unitsConnor Abbott2020-04-157-11/+101
* Revert "nvc0: fix line width on GM20x+"Karol Herbst2020-04-151-4/+1
* anv: Fix UBO range detection in anv_nir_compute_push_layoutJason Ekstrand2020-04-151-10/+5
* anv: Advertise SEND count through VK_EXT_pipeline_executable_propertiesJason Ekstrand2020-04-154-0/+13
* iris: make BATCH_SZ smaller by BATCH_RESERVED bytesPaulo Zanoni2020-04-152-7/+7
* iris: remove useless bo->gtt_offset assignmentPaulo Zanoni2020-04-151-1/+0
* iris: remove unnecessary forward declarationPaulo Zanoni2020-04-151-4/+0
* iris: remove hole from struct iris_boPaulo Zanoni2020-04-151-12/+12
* Fix util/process test on CygwinJon Turney2020-04-151-0/+5
* llvmpipe/nir: free the nir shaderDave Airlie2020-04-161-0/+2
* draw/tess: free the NIRDave Airlie2020-04-161-1/+5
* draw: free the NIR IR.Dave Airlie2020-04-162-4/+11
* freedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LAYER_INDEXBrian Ho2020-04-153-23/+6
* turnip: Emit geometry shader descriptor constsBrian Ho2020-04-151-0/+9
* turnip: Correctly set layer stride for 3D imagesBrian Ho2020-04-151-2/+4
* gallium: initialize viewport swizzle in cso_set_viewport_dimsKarol Herbst2020-04-151-0/+4
* mesa: fix enum value of VIEWPORT_SWIZZLE_POSITIVE_W_NVKarol Herbst2020-04-151-1/+1
* radv/aco: do not advertise VK_KHR_shader_subgroup_extended_typesSamuel Pitoiset2020-04-152-3/+3
* nvc0: enable ASTC and ETC on GM20BKarol Herbst2020-04-151-5/+3