summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations"Emil Velikov2016-09-141-2/+17
* glx/glvnd: list the strcmp arguments in correct orderEmil Velikov2016-09-051-2/+2
* gk110/ir: fix quadop dall emissionIlia Mirkin2016-09-051-2/+2
* a4xx: make sure to actually clamp depth as requestedIlia Mirkin2016-09-052-2/+29
* Revert "i965/miptree: Set logical_depth0 == 6 for cube maps"Emil Velikov2016-09-051-11/+4
* nv30: only bail on color/depth bpp mismatch when surfaces are swizzledIlia Mirkin2016-09-011-2/+3
* anv: Rework pipeline cachingJason Ekstrand2016-09-018-432/+320
* anv/pipeline: Add support for caching the push constant mapJason Ekstrand2016-09-011-4/+29
* anv: Add a struct for storing a compiled shaderJason Ekstrand2016-09-013-0/+160
* anv: Add pipeline_has_stage guards a few placesJason Ekstrand2016-09-014-10/+40
* anv: Remove unused fields from anv_pipeline_bind_mapJason Ekstrand2016-09-011-2/+0
* anv/pipeline: Properly handle OOM during shader compilationJason Ekstrand2016-09-012-15/+30
* anv/allocator: Correctly set the number of bucketsJason Ekstrand2016-09-011-1/+1
* anv/pipeline: Fix bind maps for fragment output arraysJason Ekstrand2016-09-011-1/+1
* anv/descriptor_set: memset anv_descriptor_set_layoutJason Ekstrand2016-09-011-2/+1
* nv50/ir: always emit the NDV bit for OP_QUADOPSamuel Pitoiset2016-09-012-8/+2
* i915: Check return value of screen->image.loader->getBuffersEmil Velikov2016-09-011-6/+9
* nouveau: always enable at least one RCIlia Mirkin2016-09-011-1/+1
* mesa: fix format conversion bug in get_tex_rgba_uncompressed()Brian Paul2016-09-011-6/+8
* main: add missing EXTRA_END in OES_sample_variables get checkIlia Mirkin2016-09-011-0/+1
* isl: Allow multisampled array texturesJason Ekstrand2016-09-011-4/+4
* glsl: Mark cube map array sampler types as reserved in GLSL ES 3.10Ian Romanick2016-09-011-4/+4
* vbo: set draw_idMiklós Máté2016-09-011-0/+1
* i965: Respect miptree offsets in intel_readpixels_tiled_memcpy()Chad Versace2016-09-011-17/+4
* i965: Fix miptree layout for EGLImage-based renderbuffersChad Versace2016-09-011-0/+13
* nir: Walk blocks in source code order in lower_vars_to_ssa.Matt Turner2016-09-012-106/+106
* swrast: fix incorrectly positioned putImage() in swrast driverBrian Paul2016-09-011-2/+2
* radeonsi: disable SDMA texture copying on CarrizoMarek Olšák2016-09-011-0/+6
* anv: Include the pipeline layout in the shader hashJason Ekstrand2016-09-014-4/+40
* nvc0: invalidate textures/samplers on GK104+Samuel Pitoiset2016-09-012-12/+22
* radeonsi: fix VM faults due NULL internal const buffers on CIKMarek Olšák2016-09-011-2/+11
* radeonsi: add si_set_rw_buffer to be used for internal descriptorsNicolai Hähnle2016-09-013-14/+15
* gallium/winsys/kms: Look up the GEM handle after importing a prime FDTomasz Figa2016-09-011-0/+4
* gallium/winsys/kms: Move display target handle lookup to separate functionTomasz Figa2016-09-011-9/+24
* gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2)Tomasz Figa2016-09-011-7/+11
* gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)Tomasz Figa2016-09-011-1/+0
* nv50/ir: make sure cfg iterator always hits all blocksIlia Mirkin2016-09-011-4/+4
* vc4: Fix leak of the bo_handles table.Eric Anholt2016-09-011-0/+1
* vc4: add hash table look-up for exported dmabufsRob Herring2016-09-014-3/+56
* vc4: Fix a leak of the src[] array of VPM reads in optimization.Eric Anholt2016-09-011-4/+5
* vc4: Disable early Z with computed depth.Eric Anholt2016-09-013-2/+11
* vc4: Close our screen's fd on screen close.Eric Anholt2016-09-011-0/+3
* vc4: fix vc4_resource_from_handle() stride calculationRob Herring2016-09-011-2/+2
* mesa: Use AC_HEADER_MAJOR to include correct header for major().Matt Turner2016-09-013-4/+17
* egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.Stencel, Joanna2016-09-012-0/+4
* anv/clear: Clear E5B9G9R9 images as R32_UINTJason Ekstrand2016-09-011-2/+14
* anv/clear: Make cmd_clear_image take an actual VkClearValueJason Ekstrand2016-09-011-5/+5
* anv/blit2d: Add support for RGB destinationsJason Ekstrand2016-09-011-2/+214
* anv/blit2d: Add a format parameter to bind_dst and create_iviewJason Ekstrand2016-09-011-4/+9
* st/glsl_to_tgsi: fix st_src_reg_for_double constant.Dave Airlie2016-09-011-1/+1