summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radv: Implement VK_AMD_rasterization_orderNicholas Miell2017-09-212-1/+26
* glsl: silence signed/unsigned comparison warningBrian Paul2017-09-211-1/+1
* nv20: Enable ARB_texture_border_clampIlia Mirkin2017-09-211-1/+28
* nv20: Fix GL_CLAMPIan Romanick2017-09-212-3/+32
* gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely2017-09-2116-0/+17
* glsl/linker: properly fix output variable overlap checkNicolai Hähnle2017-09-211-6/+12
* ac/surface: handle error when choosing preferred swizzle modeNicolai Hähnle2017-09-211-2/+4
* amd/addrlib: fix missing va_end() after va_copy()Nicolai Hähnle2017-09-211-6/+2
* radv: copy the number of viewports/scissors at pipeline bind timeSamuel Pitoiset2017-09-211-2/+6
* intel/blorp/hiz: Always set sample numberTopi Pohjolainen2017-09-211-0/+11
* i965/gen8: Remove unused gen8_emit_3dstate_multisample()Topi Pohjolainen2017-09-212-17/+0
* mesa: free current ComputeProgram state in _mesa_free_context_dataTapani Pälli2017-09-211-0/+2
* mesa/st: fix infinite loopsTimothy Arceri2017-09-212-2/+2
* glsl: merge loop_controls.cpp with loop_unroll.cppTimothy Arceri2017-09-215-128/+34
* glsl: move loop analysis helpers to loop_analysis.cppTimothy Arceri2017-09-213-146/+139
* anv: Advertise VK_KHR_maintenance2Jason Ekstrand2017-09-201-0/+1
* anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+Jason Ekstrand2017-09-201-7/+16
* intel/blorp: Handle clearing compressed surfacesJason Ekstrand2017-09-201-7/+17
* intel/blorp: Internally expose surf_convert_to_uncompressedJason Ekstrand2017-09-202-13/+21
* anv/image: Support creating uncompressed views of compressed imagesJason Ekstrand2017-09-204-5/+187
* anv: Add a new anv_surface_state structJason Ekstrand2017-09-204-109/+110
* anv/image: Break surface state fill logic into a helperJason Ekstrand2017-09-203-112/+151
* anv/image: Add support for the VkImageViewUsageCreateInfoKHR structJason Ekstrand2017-09-201-8/+14
* anv: Advertise point clipping propertiesSamuel Iglesias Gonsálvez2017-09-201-0/+8
* anv: Add support for tessellation domain origin controlJason Ekstrand2017-09-201-10/+21
* spirv: Flip the tessellation winding orderJason Ekstrand2017-09-203-8/+15
* anv/image: Add support for the new depth/stencil layoutsJason Ekstrand2017-09-201-0/+2
* clover: Wait for requested operation if blocking flag is setJan Vesely2017-09-201-2/+28
* clover: Run the associated action before an event is signalled.Francisco Jerez2017-09-202-11/+12
* clover: Wrap event::wait_count in a method taking care of the required locking.Francisco Jerez2017-09-202-8/+14
* anv/entrypoints_gen: Dedent the C codeJason Ekstrand2017-09-201-196/+195
* radv: Don't use a virtual function for getting the buffer virtual address.Bas Nieuwenhuizen2017-09-2013-89/+87
* radv: Only enter the immutable samplers init loop when we have some.Bas Nieuwenhuizen2017-09-202-12/+18
* radv: Use for_each_bit in the descriptor set flush.Bas Nieuwenhuizen2017-09-201-3/+1
* radv: Add VK_KHR_bind_memory2 support.Bas Nieuwenhuizen2017-09-202-24/+59
* llvmpipe, gallivm: implement lod queries (LODQ opcode)Roland Scheidegger2017-09-206-59/+145
* i965: Fix duplication of DRI imagesLouis-Francis Ratté-Boulianne2017-09-201-0/+3
* radeonsi: set MIP_POINT_PRECLAMP to 0Nicolai Hähnle2017-09-201-1/+1
* radeonsi: fix array textures layer coordinateNicolai Hähnle2017-09-201-1/+10
* glsl/linker: fix output variable overlap checkNicolai Hähnle2017-09-201-6/+11
* etnaviv: move sw query defines to etnaviv_query_sw.hChristian Gmeiner2017-09-202-2/+4
* etnaviv: move sw get_driver_query_info(..)Christian Gmeiner2017-09-203-12/+28
* anv: Fix descriptors copyingJózef Kucia2017-09-201-1/+1
* radv: do not update the number of scissors in vkCmdSetScissor()Samuel Pitoiset2017-09-201-3/+0
* radv: do not update the number of viewports in vkCmdSetViewport()Samuel Pitoiset2017-09-201-3/+0
* radv: add some assertions in vkCmdSetScissor()Samuel Pitoiset2017-09-201-1/+4
* radv: add some assertions in vkCmdSetViewport()Samuel Pitoiset2017-09-201-1/+4
* radv: inline radv_flush_compute_state() into radv_dispatch()Samuel Pitoiset2017-09-201-11/+7
* radv: add radv_dispatch() helperSamuel Pitoiset2017-09-201-15/+14
* radv: add radv_emit_dispatch_packets() helperSamuel Pitoiset2017-09-201-103/+149