summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-11i965/dbg: Expose cases hitting a presumably dead optimizationvec4_pull_const_optTopi Pohjolainen1-0/+2
2016-03-10st/mesa: add GL_ARB_shader_atomic_counter_ops supportIlia Mirkin3-7/+58
2016-03-10mesa: add GL_ARB_shader_atomic_counter_ops supportIlia Mirkin6-0/+118
2016-03-10nvc0: add support for TGSI FMA opsIlia Mirkin2-1/+7
2016-03-10radeonsi: update compressed_colortex_masks when a cmask is created or disabledNicolai Hähnle3-2/+51
2016-03-10radeonsi: move si_decompress_textures to si_blit.cNicolai Hähnle3-23/+23
2016-03-10r600g: update compressed_colortex_masks when a cmask is created or disabledNicolai Hähnle1-0/+30
2016-03-10gallium/radeon: notify all contexts when cmasks are enabled/disabledNicolai Hähnle2-0/+10
2016-03-10i965: Set a proper _BaseFormat for window system renderbuffers in ES.Kenneth Graunke1-1/+1
2016-03-10glcpp: Fix locations when encounting "#<NEWLINE>".Kenneth Graunke2-1/+4
2016-03-10gallium/swr: remove use of BYTE from swr driverTim Rowley4-14/+14
2016-03-10nvc0: expose SM35 perf counters to AMD_performance_monitorSamuel Pitoiset1-2/+2
2016-03-10nvc0: add driver metrics for SM35 (GK110)Samuel Pitoiset1-1/+20
2016-03-10nvc0: add MP performance counters for SM35 (GK110)Samuel Pitoiset3-17/+204
2016-03-10nvc0: explode config of Kepler hardware SM eventsSamuel Pitoiset1-78/+477
2016-03-10nvc0: rework the driver metrics infrastructureSamuel Pitoiset3-157/+172
2016-03-10nvc0: rework the MP counters infrastructureSamuel Pitoiset4-268/+243
2016-03-10egl: clean up typedef madness in the backend APIMarek Olšák2-155/+155
2016-03-10glsl: report correct number of allowed vertex inputs and fragment outputsIago Toral Quiroga1-3/+4
2016-03-09nouveau: Fix clang reserved-user-defined-literal error.Vinson Lee1-1/+1
2016-03-09mesa: Make glGetInteger64v convert float/doubles to 32-bit integers.Kenneth Graunke1-6/+6
2016-03-09gallium/radeon: use explicit drm_major, drm_minor checkEmil Velikov1-1/+2
2016-03-09egl/x11: check the return value of xcb_dri2_get_buffers_reply()Emil Velikov1-0/+3
2016-03-09gallium: do not wrap header inclusion inEmil Velikov9-19/+28
2016-03-09opencl: fix .gitignore for .install-gallium-linksDieter Nützel1-0/+1
2016-03-09egl: remove remnants of MESA_drm_displayEmil Velikov3-21/+0
2016-03-09egl: remove final pieces of KHR_vg_parent_imageEmil Velikov2-2/+0
2016-03-09glapi: remove the final function offset tagsEmil Velikov4-30/+30
2016-03-09winsys/amdgpu/addrlib: do not wrap header inclusion in extern "C"Emil Velikov1-2/+2
2016-03-09mesa/main: do not wrap header inclusion in extern "C"Emil Velikov1-4/+2
2016-03-09i915: limit extern "C" hack only for libdrm headersEmil Velikov1-7/+6
2016-03-09xmesa: do not wrap header inclusion in extern "C"Emil Velikov1-4/+4
2016-03-09util/sha: do not wrap header inclusion in extern "C"Emil Velikov1-2/+2
2016-03-09egl/wayland: do not wrap header inclusion in extern "C"Emil Velikov1-4/+4
2016-03-09gbm: do not wrap header inclusion in extern "C"Emil Velikov1-5/+5
2016-03-09st/mesa: shader image atoms must be before framebuffer updateNicolai Hähnle1-6/+6
2016-03-09gallivm: special case TGSI_OPCODE_STORENicolai Hähnle1-1/+1
2016-03-09tgsi: set correct output mode for RESQNicolai Hähnle1-1/+1
2016-03-09gallium: add CAPs returning PCI device locationMarek Olšák16-0/+76
2016-03-09winsys/amdgpu: get PCI infoMarek Olšák2-2/+21
2016-03-09radeonsi: set amdgpu metadata before exporting a textureMarek Olšák6-2/+78
2016-03-09radeonsi: extract the texture descriptor computation into its own functionNicolai Hähnle1-164/+186
2016-03-09radeonsi: extract the buffer descriptor computation into its own functionNicolai Hähnle1-25/+48
2016-03-09radeonsi: remove resource field from si_sampler_viewNicolai Hähnle3-4/+2
2016-03-09radeonsi: accept pipe_resource in si_sampler_view_add_bufferMarek Olšák1-11/+12
2016-03-09radeonsi: disable DCC on handle export if expecting write accessMarek Olšák3-0/+48
2016-03-09radeonsi: add DCC decompression (v2)Bas Nieuwenhuizen4-9/+23
2016-03-09radeonsi: allocate DCC in the same backing buffer as the textureMarek Olšák8-57/+38
2016-03-09gallium/radeon: disable CMASK on handle export if sharing doesn't allow it (v2)Marek Olšák4-2/+61
2016-03-09gallium/radeon: eliminate fast color clear before sharingMarek Olšák2-1/+17