summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-08st/mesa: directly compute level=0 texture size in st_finalize_texturefirst-imageNicolai Hähnle5-53/+48
2016-06-06st/mesa: use base level size as "guess" when availableNicolai Hähnle1-6/+27
2016-06-06radeonsi: set descriptor dirty mask on shader buffer unbindNicolai Hähnle1-0/+1
2016-06-06st/mesa: fix resource leak in try_pbo_readpixelsNicolai Hähnle1-1/+1
2016-06-06tgsi: fix mixed data type comparison in tgsi_point_sprite.cCharmaine Lee1-3/+3
2016-06-06svga: print shader linkage info when tgsi debug bit is onCharmaine Lee1-2/+5
2016-06-06st/mesa: check shader image format support before using PBO downloadIlia Mirkin1-0/+6
2016-06-06tgsi: use truncf in micro_truncLars Hamre1-4/+4
2016-06-06i965/gs/scalar: Fix load input for doublesSamuel Iglesias Gonsálvez1-18/+54
2016-06-06i965/fs: fix offset when loading double vector input varyingsSamuel Iglesias Gonsálvez1-1/+21
2016-06-06i965/fs: fix FS_OPCODE_CINTERP for unpacked double input varyingsSamuel Iglesias Gonsálvez1-1/+12
2016-06-06glsl: geom shader max_vertices layout must match.Dave Airlie3-9/+13
2016-06-06anv/pipeline: Add support for caching the push constant mapJason Ekstrand1-4/+29
2016-06-06glsl: use enum glsl_interface_packing in more places. (v2)Dave Airlie11-36/+46
2016-06-06i965: don't use NumLayers for 3D textures.Dave Airlie1-1/+1
2016-06-06glsl: for anonymous struct matching use without_array() (v3)Dave Airlie1-3/+20
2016-06-06glsl/ast: don't crash when func_name is NULLDave Airlie1-0/+4
2016-06-06glsl: handle ast_aggregate in has_sequence_subexpression. (v2)Dave Airlie1-1/+1
2016-06-05mesa: Try to unbreak the MSVC build.Kenneth Graunke2-0/+8
2016-06-05mesa: Add MESA_SHADER_CAPTURE_PATH for writing .shader_test files.Kenneth Graunke3-0/+77
2016-06-05nv50,nvc0: fix BGR10_A2UI vertex formatIlia Mirkin1-1/+1
2016-06-05nvc0: do not clear surfaces bins in the validate functionSamuel Pitoiset2-5/+2
2016-06-05nvc0: re-validate images after launching a grid on FermiSamuel Pitoiset1-0/+3
2016-06-05radeonsi: fix images with level > 0Marek Olšák1-1/+1
2016-06-04nvc0: reduce overhead from always marking images dirtyIlia Mirkin1-9/+36
2016-06-04nvc0: reduce overhead from always marking buffers dirtyIlia Mirkin1-6/+20
2016-06-04nvc0: fix memory barrier flag handlingIlia Mirkin1-9/+16
2016-06-04nvc0: mark bound buffer range validIlia Mirkin3-0/+9
2016-06-05anv/entrypoints: don't go using wayland/xcb unless they are configuredDave Airlie1-6/+9
2016-06-04gallium/radeon: don't use the DMA ring for pipelined buffer uploadsMarek Olšák1-5/+4
2016-06-04r600g: don't flush caches when binding shader resourcesMarek Olšák4-31/+26
2016-06-04r600g: only do necessary cache flushes in cp_dma_copy_bufferMarek Olšák1-14/+1
2016-06-04r600g: only do necessary cache flushes in cp_dma_clear_bufferMarek Olšák2-14/+18
2016-06-04r600g: remove a CP DMA workaround that's not needed anymoreMarek Olšák1-6/+0
2016-06-04r600g: fix CP DMA hazard with index buffer fetches (v3)Marek Olšák7-7/+93
2016-06-04r600g: properly sync CP with CP DMA on R6xxMarek Olšák1-1/+8
2016-06-04r600g: write WAIT_UNTIL in the correct placeMarek Olšák1-8/+11
2016-06-04gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memoryMarek Olšák3-6/+6
2016-06-04gallium/u_suballoc: allow different alignment for each allocationMarek Olšák8-21/+20
2016-06-03anv/blit: Use CLAMP_TO_EDGE for scaled blitsJason Ekstrand1-0/+3
2016-06-03anv/copy: Account for the anv_surface.offset when creating a blit2d_surfJason Ekstrand1-17/+17
2016-06-03nir/spirv: Make a decoration switch completeJason Ekstrand1-3/+1
2016-06-03nir/spirv: Make unhandled decorations and capabilities non-fatalJason Ekstrand2-18/+36
2016-06-03nir/spirv: Add a way to print non-fatal warningsJason Ekstrand2-0/+19
2016-06-03nir/spirv: Add string lookup tables for a couple of SPIR-V enumsJason Ekstrand3-0/+179
2016-06-03nir/spirv: Complete the list of capabilitiesJason Ekstrand1-3/+45
2016-06-03anv/pipeline: Add support for early depth stencilJason Ekstrand2-2/+17
2016-06-03mesa: Get rid of _mesa_active_fragment_shader_has_side_effectsJason Ekstrand1-18/+0
2016-06-03i965/ps_state: Use wm_prog_data.has_side_effectsJason Ekstrand2-9/+6
2016-06-03i965/fs Add a wm_prog_data bit for has_side_effectsJason Ekstrand2-0/+15