summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nvc0: disable MS Images for sample_count == 1 on MaxwellKarol Herbst2018-02-151-1/+1
* mesa: don't clamp just based on ARB_viewport_array extensionGurchetan Singh2018-02-151-3/+2
* meson: use a custom target instead of a generator for i965 oaDylan Baker2018-02-141-11/+10
* isl: Don't use surface format R32_FLOAT for typed atomic integer operationsAnuj Phogat2018-02-141-1/+8
* radeonsi/nir: fix si_nir_load_tcs_varyings() for outputsTimothy Arceri2018-02-151-2/+11
* ac: implement nir_intrinsic_image_samplesTimothy Arceri2018-02-151-0/+23
* st: add NIR GL_ARB_get_program_binary supportTimothy Arceri2018-02-151-2/+13
* st/shader_cache: add st_{de}serialise_nir_program() helpersTimothy Arceri2018-02-152-0/+22
* ac/nir_to_llvm: fix image size for arrays of arraysTimothy Arceri2018-02-151-6/+4
* radeonsi/nir: fix shader ballot return value bitsizeTimothy Arceri2018-02-151-1/+1
* intel/aubinator: Correctly decode INTERFACE_DESCRIPTOR_DATAJason Ekstrand2018-02-141-1/+1
* i965: Add gl_state_index casts for PATCH_VERTICES_INJason Ekstrand2018-02-141-1/+2
* i965/miptree: Initialize mcs with a linear mapScott D Phillips2018-02-141-1/+1
* i965/tiled_memcpy: change linear pointer from (0, 0) to (xt1, yt1)Scott D Phillips2018-02-143-11/+11
* i965/tiled_memcpy: linear_to_ytiled a cache line at a timeScott D Phillips2018-02-141-6/+66
* anv/gen10: Remove warning message.Rafael Antognolli2018-02-141-5/+2
* i965/gen10: Remove warning message.Rafael Antognolli2018-02-141-7/+0
* egl/x11: Fix leak in dri3_create_image_khr_pixmapLouis-Francis Ratté-Boulianne2018-02-141-0/+1
* i965/compiler: clean up nir_intrinsic_load_input for vertex shadersIago Toral Quiroga2018-02-141-11/+2
* intel/compiler: fix first_component for 64-bit types on vertex inputsIago Toral Quiroga2018-02-141-0/+3
* ac/nir: rename nir_to_llvm_context to radv_shader_contextSamuel Pitoiset2018-02-141-74/+74
* ac: remove nir_to_llvm_context from ac_nir_translate()Samuel Pitoiset2018-02-143-5/+4
* ac/nir: remove nir_to_llvm_context::nir linkSamuel Pitoiset2018-02-141-11/+0
* ac: move the outputs array to the ABISamuel Pitoiset2018-02-142-25/+26
* ac/shader: scan force_persampleSamuel Pitoiset2018-02-142-3/+17
* r600: fix regression in gl_FragColor drawingDave Airlie2018-02-141-0/+2
* r600: fix array spill if temp[0] is before all arraysDave Airlie2018-02-141-0/+2
* virgl: add ARB_sample_shading support.Dave Airlie2018-02-143-3/+6
* virgl: add ARB_draw_indirect support.Dave Airlie2018-02-143-2/+28
* tgsi: Recognize RET in main for tgsi_transformRoland Scheidegger2018-02-141-7/+55
* ac: Use the renumbered const address space for LLVM 7.Bas Nieuwenhuizen2018-02-141-1/+2
* gallium: drop all the guard band float caps.Dave Airlie2018-02-1416-80/+0
* mesa: add glsl version query (v4)Vadym Shovkoplias2018-02-136-0/+104
* mesa: add missing switch case for EXTRA_VERSION_40 in check_extra()Brian Paul2018-02-131-0/+5
* mesa: fix compile failureMark Janes2018-02-131-0/+1
* Partially revert "mesa: use GLenum16 in a few more places"Mark Janes2018-02-131-1/+1
* Revert "mesa: reduce the size of gl_texture_image"Mark Janes2018-02-131-24/+23
* i965: fix tessellation regressions with gl_state_index16Dave Airlie2018-02-121-1/+1
* virgl: Support v2 caps struct (v2)Stéphane Marchesin2018-02-133-13/+82
* ac/nir: add nir_intrinsic_{load,store}_shared supportTimothy Arceri2018-02-131-0/+46
* ac/nir_to_llvm: add support for nir_intrinsic_shared_atomic_*Timothy Arceri2018-02-131-6/+42
* radeonsi: make si_declare_compute_memory() more generic and call for nirTimothy Arceri2018-02-134-7/+18
* st/glsl: set req_local_mem earlier for compute shadersTimothy Arceri2018-02-131-1/+2
* mesa: move STATE_LENGTH to shader_enums.h and use it everywhereMarek Olšák2018-02-135-13/+13
* mesa: reduce the size of gl_texture_imageMarek Olšák2018-02-131-23/+24
* mesa: reduce the size of gl_program_parameterMarek Olšák2018-02-131-3/+3
* mesa,glsl,nir: reduce gl_state_index size to 2 bytesMarek Olšák2018-02-1327-63/+63
* mesa: reduce the size of gl_viewport_attribMarek Olšák2018-02-132-2/+2
* mesa: reduce the size of gl_texture_objectMarek Olšák2018-02-132-30/+30
* mesa: reduce the size of gl_programMarek Olšák2018-02-132-7/+6