summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: reduce the size of gl_image_unit (v2)Marek Olšák2018-02-132-7/+8
* mesa: further reduce the size of ctx->TextureMarek Olšák2018-02-132-23/+26
* mesa: decrease the array size of ctx->Texture.FixedFuncUnit to 8Marek Olšák2018-02-135-2/+37
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-1332-174/+250
* mesa: inline init_texture_unitMarek Olšák2018-02-131-51/+39
* mesa: use GLenum16 in a few more placesMarek Olšák2018-02-131-3/+3
* anv: Move setting current_pipeline to cmd_state_initJason Ekstrand2018-02-121-1/+1
* anv: Don't resolve or ambiguate non-existent layersJason Ekstrand2018-02-121-2/+10
* i965: Fix bugs in intel_from_planarDaniel Stone2018-02-121-27/+29
* radv: Fix compiler warning about uninitialized 'set'Eric Anholt2018-02-121-1/+1
* glsl/tests: Fix strict aliasing warning about int64/double.Eric Anholt2018-02-121-3/+19
* ac/nir: Fix compiler warning about uninitialized dw_addr.Eric Anholt2018-02-121-1/+1
* gallium/llvmpipe: Fix compiler warnings about ddx/ddy/ddmax.Eric Anholt2018-02-121-1/+1
* anv: Drop I915_EXEC_CONSTANTS_REL_GENERAL from execbuf.Kenneth Graunke2018-02-121-2/+1
* r200: remove left over dead codeEric Engestrom2018-02-121-20/+0
* ac/nir: remove backlink to nir_to_llvm_contextSamuel Pitoiset2018-02-121-6/+0