summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove duplicated code around framebuffer_renderbuffer()Samuel Pitoiset2017-07-201-47/+23
* mesa: remove one extra check in _mesa_DeleteTextures()Samuel Pitoiset2017-07-201-5/+0
* mesa: make _mesa_generate_texture_mipmap() staticSamuel Pitoiset2017-07-202-10/+6
* mesa: inline save_array_object()Samuel Pitoiset2017-07-201-14/+1
* mesa: inline remove_array_object()Samuel Pitoiset2017-07-201-15/+1
* mesa: tidy up _mesa_DeleteVertexArrays()Samuel Pitoiset2017-07-201-13/+12
* mesa: remove useless assert in texture_storage()Samuel Pitoiset2017-07-201-1/+0
* mesa: pass the 'caller' function to texstorage()Samuel Pitoiset2017-07-201-9/+11
* mesa: make _mesa_texture_storage() staticSamuel Pitoiset2017-07-202-19/+12
* i965: Represent depth surfaces with islTopi Pohjolainen2017-07-203-48/+94
* i965: Drop redundant check for non-tiled depth bufferTopi Pohjolainen2017-07-202-4/+2
* intel/isl/gen4: Represent cube maps with 3D layoutTopi Pohjolainen2017-07-201-6/+35
* i965/miptree: Prepare 3D surfaces with physical 2D layoutTopi Pohjolainen2017-07-201-17/+22
* i965/miptree: Prepare aux state map for isl basedTopi Pohjolainen2017-07-201-3/+18
* i965/miptree: Represent y-tiled stencil copies with islTopi Pohjolainen2017-07-201-5/+4
* i965/miptree: Represent w-tiled stencil surfaces with islTopi Pohjolainen2017-07-203-20/+36
* i965/miptree: Prepare compressed offsets for isl basedTopi Pohjolainen2017-07-201-1/+1
* i965/miptree: Add support for imported bo offsets for isl basedTopi Pohjolainen2017-07-201-0/+13
* i965/fbo: Add support for isl-based miptrees in rb wrapperTopi Pohjolainen2017-07-201-0/+4
* i965: Prepare image setup from miptree for isl basedTopi Pohjolainen2017-07-201-2/+9
* i965: Prepare tex, img and rt state emission for isl based miptreesTopi Pohjolainen2017-07-201-5/+16
* i965: Refactor miptree to isl converter and adjustmentTopi Pohjolainen2017-07-201-46/+57
* i965: Prepare tex (sub)image for isl basedTopi Pohjolainen2017-07-202-5/+23
* i965/wm: Prepare image surfaces for isl basedTopi Pohjolainen2017-07-201-0/+6
* i965/wm: Fix number of layers in 3D imagesTopi Pohjolainen2017-07-201-3/+13
* i965/miptree: Prepare intel_miptree_copy() for isl basedTopi Pohjolainen2017-07-201-4/+16
* i965: Prepare blit engine for isl based miptreesTopi Pohjolainen2017-07-201-5/+11
* i965/miptree: Store chars-per-pixel even for isl basedTopi Pohjolainen2017-07-201-0/+1
* i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen2017-07-2013-66/+48
* i965/miptree: Take interleaving into account in stencil pitchTopi Pohjolainen2017-07-203-58/+20
* i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen2017-07-2015-133/+128
* intel/isl: Add i915 to isl_tiling converterTopi Pohjolainen2017-07-202-0/+20
* i965/miptree: Use isl_tiling_to_i915_tiling()Topi Pohjolainen2017-07-202-14/+1
* i965/miptree: Switch to isl_surf::samplesTopi Pohjolainen2017-07-2011-49/+43
* i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen2017-07-2010-32/+38
* i965/miptree: Switch to isl_surf::msaa_layoutTopi Pohjolainen2017-07-206-131/+30
* radv: Add support for VK_KHR_variable_pointers.Bas Nieuwenhuizen2017-07-203-0/+18
* radv: Add VK_KHR_storage_buffer_storage_class support.Bas Nieuwenhuizen2017-07-202-0/+5
* mesa: check API profile for GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONBrian Paul2017-07-191-1/+1
* radv: port to new libdrm API.Dave Airlie2017-07-201-29/+92
* radv: introduce some wrapper in cs code to make porting off libdrm_amdgpu eas...Dave Airlie2017-07-201-18/+70
* configure/swr: add KNL and SKX architecture targetsTim Rowley2017-07-192-0/+58
* configure/swr: configurable swr architecturesTim Rowley2017-07-193-8/+40
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-07-191-1/+1
* drirc: whitelist War Thunder (Wine) for glthreadMarek Olšák2017-07-191-0/+3
* anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BITChad Versace2017-07-191-3/+4
* egl: fix line continuationEric Engestrom2017-07-191-1/+1
* gbm: fix typoEric Engestrom2017-07-191-1/+1
* etnaviv: advertise supported dmabuf modifiersLucas Stach2017-07-191-0/+44
* etnaviv: implement resource creation with modifierLucas Stach2017-07-194-7/+100