summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-2831-112/+114
* mesa: code clean-up in _mesa_update_vao_client_arrays()Brian Paul2016-10-281-8/+5
* mesa: update comment on vertex_attrib_binding()Brian Paul2016-10-281-1/+2
* mesa: rename gl_vertex_array_object::VertexBinding to BufferBindingBrian Paul2016-10-289-54/+54
* vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev2016-10-281-8/+3
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev2016-10-281-3/+3
* i965: use memory context when creating passthrough tcsTimothy Arceri2016-10-281-8/+5
* intel/blorp: remove stale commentTimothy Arceri2016-10-281-3/+0
* drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompressionEduardo Lima Mitev2016-10-281-4/+0
* intel/blorp: Rework our usage of ralloc when compiling shadersJason Ekstrand2016-10-274-15/+14
* intel/blorp: Rename compile_nir_shader to compile_fsJason Ekstrand2016-10-274-14/+14
* radv: split the device local memory heap into twoFredrik Höglund2016-10-283-6/+20
* radv: add a write-combining host-local memory typeFredrik Höglund2016-10-281-4/+13
* i965/miptree: Remove the width/height < 32768 restrictionsJason Ekstrand2016-10-272-8/+1
* i965/blit: Break blits into chunks in intel_miptree_blitJason Ekstrand2016-10-271-23/+41
* i965/blit: Break blits into chunks in set_alpha_to_oneJason Ekstrand2016-10-271-15/+73
* i965/blit: Remove a bogus assertionJason Ekstrand2016-10-271-4/+0
* i965/miptree: Break miptree -> ISL tiling conversion into a helperJason Ekstrand2016-10-272-25/+33
* i965/miptree: Remove the stencil_as_y_tiled parameter from get_aligned_offsetJason Ekstrand2016-10-275-28/+8
* intel/blorp: Fix a couple asserts around image copy rectanglesJason Ekstrand2016-10-271-2/+6
* anv/allocator: Assert that we have a valid gem handle in bo_pool_allocJason Ekstrand2016-10-271-0/+1
* nvc0/ir: fix emission of IMAD with NEG modifiersSamuel Pitoiset2016-10-272-2/+2
* glsl: inspect interfaces in contains_foo()Juan A. Suarez Romero2016-10-272-13/+14
* i965/vec4: make offset() work in terms of a simd width and scalar componentsIago Toral Quiroga2016-10-273-18/+16
* i965/vec4: use byte_offset() instead of offset()Iago Toral Quiroga2016-10-275-15/+29
* i965/vec4: add a byte_offset helperIago Toral Quiroga2016-10-271-0/+50
* glsl: Size TCS->TES unsized arrays to gl_MaxPatchVertices for queries.Kenneth Graunke2016-10-274-3/+49
* glsl: Pass ctx to program interface query helper functions.Kenneth Graunke2016-10-271-13/+20
* egl: set preserved behavior for surface only if config supports itTapani Pälli2016-10-271-1/+5
* mesa: expose GL_EXT_robustnessTapani Pälli2016-10-271-0/+1
* st/mesa: set RobustAccess true when is supportedTapani Pälli2016-10-271-1/+3
* i956: set RobustAccess true when is supportedTapani Pälli2016-10-271-1/+3
* mesa: add missing CONTEXT_ROBUST_ACCESS enumTapani Pälli2016-10-275-0/+11
* egl: fix error handling in _eglCreateSyncTapani Pälli2016-10-271-2/+9
* vulkan/wsi/x11: add support for IMMEDIATE present modeDave Airlie2016-10-271-1/+3
* vulkan/wsi: store present mode in swapchain base classDave Airlie2016-10-273-3/+5
* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie2016-10-271-5/+57
* radv/ac/llvm: trim texture return valuesDave Airlie2016-10-271-1/+2
* glsl: Add pthread libs to cache_testRhys Kidd2016-10-271-1/+4
* genxml: Handle failure of Python codegen scripts.Matt Turner2016-10-261-1/+1
* nvc0/ir: fix emission of SHLADD with NEG modifiersSamuel Pitoiset2016-10-262-2/+2
* compiler: avoid warning about redefinition of PYTHON_GENErik Faye-Lund2016-10-263-3/+1
* egl/dri2: swap_buffers_with_damage falls back to swap_buffersEric Engestrom2016-10-261-1/+2
* compiler: automake: add shader_info.h to the sources listEmil Velikov2016-10-261-1/+2
* configure.ac: simplify EGL requirements for drivers dependent on EGLMarek Olšák2016-10-261-14/+13
* st/mesa: allow multiple concurrent waiters in ClientWaitSyncMarek Olšák2016-10-261-4/+22
* st/mesa: unduplicate st_check_sync codeMarek Olšák2016-10-261-20/+6
* radeonsi: remove si_resource_create_customMarek Olšák2016-10-265-20/+11
* gallium/radeon: stop using PIPE_BIND_CUSTOMMarek Olšák2016-10-2611-24/+18
* r600g: remove a redundant buffer_create helperMarek Olšák2016-10-261-23/+8