aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ac/surface: handle S8 on gfx9Dave Airlie2017-09-201-2/+7
* egl: fix build fallouts from 1d0be5b3fe5Krzysztof Sobiecki2017-09-192-2/+2
* anv: Advertise support VK_FORMAT_R8_SRGBJason Ekstrand2017-09-191-1/+2
* intel/blorp: Support clearing L8_UNORM_SRGB surfacesJason Ekstrand2017-09-191-0/+4
* egl: use switch statements over if/else chainEmil Velikov2017-09-191-31/+28
* egl: remove unneeded braces around since line if statementsEmil Velikov2017-09-191-9/+5
* egl: simplify _eglDebugReport* APIEmil Velikov2017-09-193-49/+14
* egl: use _eglError's 'msg' as an actual message in EGL_KHR_debugEmil Velikov2017-09-191-1/+1
* automake: adjust wayland-drm commentEmil Velikov2017-09-191-1/+1
* configure.ac: split the wayland client/server confusionEmil Velikov2017-09-198-12/+15
* wayland-drm: constify the callbacks structEmil Velikov2017-09-192-11/+7
* wayland-drm: add wl_display/wl_resource forward declarationsEmil Velikov2017-09-191-0/+2
* configure.ac: define WL_HIDE_DEPRECATED at global scaleEmil Velikov2017-09-192-3/+1