summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: Adding Read/Write specifier to TranslateGfxAddress stackAlok Hota2018-06-282-27/+28
* gallium: Fix automake for Android (v2)Chad Versace2018-06-273-0/+13
* glsl: skip comparison opt when adding vars of different sizeTimothy Arceri2018-06-281-0/+6
* Revert "anv: Print the actual enum for ignored structure types"Jason Ekstrand2018-06-271-3/+1
* anv: Print the actual enum for ignored structure typesJason Ekstrand2018-06-271-1/+3
* i965/bufmgr: Use the correct argument order for bo_alloc_internalJason Ekstrand2018-06-271-2/+2
* vulkan/wsi_common_display: Return SURFACE_LOST for fatal DRM errorsKeith Packard2018-06-271-7/+7
* glsl: Make sure that packed varyings reflect always_active_io properly.Eric Anholt2018-06-271-2/+7
* v3d: Fix Z clipping when viewport.scale[2] is negative.Eric Anholt2018-06-271-4/+6
* v3d: Convert a bunch of our "minus one" fields over to the new XML attr.Eric Anholt2018-06-276-33/+35
* v3d: Add pack/unpack/decode support for fields with a "- 1" modifier.Eric Anholt2018-06-273-17/+46
* i965: small cleanup in blorp debug printing output (trivial)Tapani Pälli2018-06-271-1/+1
* mesa: add a space between headers and source (trivial)Tapani Pälli2018-06-271-0/+1
* features.txt: mark some extensions as doneTapani Pälli2018-06-271-2/+4
* mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVEDanylo Piliaiev2018-06-271-0/+1
* radv: use separate bind points for the dynamic buffersSamuel Pitoiset2018-06-272-3/+11
* radv: remove unused 'predicated' parameter from some functionsSamuel Pitoiset2018-06-274-25/+15
* virgl: add ARB_texture_view supportDave Airlie2018-06-274-4/+9
* nir/opt_if: Remove unneeded phis if we make progressJason Ekstrand2018-06-263-3/+11
* radv: emit PIPELINESTAT_{START,STOP} events for pipeline stats queriesSamuel Pitoiset2018-06-264-2/+29
* glsl: serialize data from glTransformFeedbackVaryingsTapani Pälli2018-06-261-0/+20
* radv: enable VK_EXT_shader_stencil_exportSamuel Pitoiset2018-06-262-0/+2
* radv: ignore pInheritanceInfo for primary command buffersSamuel Pitoiset2018-06-261-1/+2
* i965/gen6/gs: Handle case where a GS doesn't allocate VUEAndrii Simiklit2018-06-261-21/+21
* radeon: duplicate cmask surface for now.Dave Airlie2018-06-261-1/+61
* radeonsi: rename r600_transfer -> si_transferMarek Olšák2018-06-254-25/+25
* radeonsi: properly set cmask_buffer in si_reallocate_texture_inplaceMarek Olšák2018-06-251-1/+11
* radeonsi: remove redundant si_texture::cmask_sizeMarek Olšák2018-06-255-34/+25
* radeonsi: inline struct r600_cmask_infoMarek Olšák2018-06-256-43/+41
* radeonsi: move CMASK size computation into ac_surfaceMarek Olšák2018-06-257-85/+94
* ac/surface: move cmask_size/alignment into radeon_surfMarek Olšák2018-06-254-16/+16
* radeonsi: rename r600_surface -> si_surfaceMarek Olšák2018-06-254-18/+18
* radeonsi: rename r600_memory_object -> si_memory_objectMarek Olšák2018-06-252-4/+4
* radeonsi: remove unused r600_memory_object::offsetMarek Olšák2018-06-252-2/+0
* radeonsi: unify duplicated texture_from_handle & texture_from_memobjMarek Olšák2018-06-251-81/+71
* radeonsi: reorder and initialize more fields in si_reallocate_texture_inplaceMarek Olšák2018-06-251-6/+25
* radeonsi: stop using lp_build_emit_llvm_unary/binaryMarek Olšák2018-06-253-23/+18
* radeonsi: stop using lp_build_allocMarek Olšák2018-06-252-15/+11
* radeonsi: use gallivm lessMarek Olšák2018-06-252-4/+4
* radeonsi: stop using lp_bld_intr.hMarek Olšák2018-06-253-30/+29
* radeonsi: remove last uses of lp_build_context::undefMarek Olšák2018-06-251-6/+6
* radeonsi: stop using lp_bld_arit.hMarek Olšák2018-06-252-45/+38
* radeonsi: stop using lp_build_gather_valuesMarek Olšák2018-06-253-28/+25
* radeonsi: clean up some #includesMarek Olšák2018-06-257-27/+4
* radeonsi: clean up passing the is_monolithic flag for compilationMarek Olšák2018-06-254-23/+18
* egl/android: Add DRM node probing and filteringRobert Foss2018-06-251-53/+170
* egl/android: #ifdef out flink name supportRob Herring2018-06-253-15/+49
* gallium/util: Fix build error due to cast to different sizeRobert Foss2018-06-251-2/+2
* radv: fix HTILE metadata initialization in presence of subpass clearsSamuel Pitoiset2018-06-251-8/+1
* r600/sb: give the scheduler more margin to find valid instructions groupsGert Wollny2018-06-251-3/+10