vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR
[mesa.git] / src /
2016-10-28 Eduardo Lima Mitevvulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurf...
2016-10-28 Timothy Arcerii965: use memory context when creating passthrough tcs
2016-10-28 Timothy Arceriintel/blorp: remove stale comment
2016-10-28 Eduardo Lima Mitevdrivers/meta: Accept GL_TEXTURE_3D as target for tex...
2016-10-28 Jason Ekstrandintel/blorp: Rework our usage of ralloc when compiling...
2016-10-28 Jason Ekstrandintel/blorp: Rename compile_nir_shader to compile_fs
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-28 Fredrik Höglundradv: add a write-combining host-local memory type
2016-10-27 Jason Ekstrandi965/miptree: Remove the width/height < 32768 restrictions
2016-10-27 Jason Ekstrandi965/blit: Break blits into chunks in intel_miptree_blit
2016-10-27 Jason Ekstrandi965/blit: Break blits into chunks in set_alpha_to_one
2016-10-27 Jason Ekstrandi965/blit: Remove a bogus assertion
2016-10-27 Jason Ekstrandi965/miptree: Break miptree -> ISL tiling conversion...
2016-10-27 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-10-27 Jason Ekstrandintel/blorp: Fix a couple asserts around image copy...
2016-10-27 Jason Ekstrandanv/allocator: Assert that we have a valid gem handle...
2016-10-27 Samuel Pitoisetnvc0/ir: fix emission of IMAD with NEG modifiers
2016-10-27 Juan A. Suarez Romeroglsl: inspect interfaces in contains_foo()
2016-10-27 Iago Toral Quirogai965/vec4: make offset() work in terms of a simd width...
2016-10-27 Iago Toral Quirogai965/vec4: use byte_offset() instead of offset()
2016-10-27 Iago Toral Quirogai965/vec4: add a byte_offset helper
2016-10-27 Kenneth Graunkeglsl: Size TCS->TES unsized arrays to gl_MaxPatchVertic...
2016-10-27 Kenneth Graunkeglsl: Pass ctx to program interface query helper functions.
2016-10-27 Tapani Pälliegl: set preserved behavior for surface only if config...
2016-10-27 Tapani Pällimesa: expose GL_EXT_robustness
2016-10-27 Tapani Pällist/mesa: set RobustAccess true when is supported
2016-10-27 Tapani Pällii956: set RobustAccess true when is supported
2016-10-27 Tapani Pällimesa: add missing CONTEXT_ROBUST_ACCESS enum
2016-10-27 Tapani Pälliegl: fix error handling in _eglCreateSync
2016-10-27 Dave Airlievulkan/wsi/x11: add support for IMMEDIATE present mode
2016-10-27 Dave Airlievulkan/wsi: store present mode in swapchain base class
2016-10-27 Dave Airlievulkan/wsi/x11: handle timeouts properly in next image...
2016-10-27 Dave Airlieradv/ac/llvm: trim texture return values
2016-10-26 Rhys Kiddglsl: Add pthread libs to cache_test
2016-10-26 Matt Turnergenxml: Handle failure of Python codegen scripts.
2016-10-26 Samuel Pitoisetnvc0/ir: fix emission of SHLADD with NEG modifiers
2016-10-26 Erik Faye-Lundcompiler: avoid warning about redefinition of PYTHON_GEN
2016-10-26 Eric Engestromegl/dri2: swap_buffers_with_damage falls back to swap_b...
2016-10-26 Emil Velikovcompiler: automake: add shader_info.h to the sources...
2016-10-26 Marek Olšákst/mesa: allow multiple concurrent waiters in ClientWai...
2016-10-26 Marek Olšákst/mesa: unduplicate st_check_sync code
2016-10-26 Marek Olšákradeonsi: remove si_resource_create_custom
2016-10-26 Marek Olšákgallium/radeon: stop using PIPE_BIND_CUSTOM
2016-10-26 Marek Olšákr600g: remove a redundant buffer_create helper
2016-10-26 Marek Olšákgallium/radeon: remove unused r600_cmask_info members
2016-10-26 Marek Olšákgallium/radeon: don't force the same tiling parameters...
2016-10-26 Marek Olšákwinsys/amdgpu: allocate FMASK properly
2016-10-26 Marek Olšákgallium/radeon: print tiling index when printing textur...
2016-10-26 Marek Olšákgallium/radeon: don't do (fmask.size && cmask.size)
2016-10-26 Marek Olšákgallium/radeon: re-order radeon_surf::dcc and htile...
2016-10-26 Marek Olšákgallium/radeon: rename bo_size -> surf_size, bo_alignme...
2016-10-26 Marek Olšákgallium/radeon: remove flags specific to libdrm_radeon...
2016-10-26 Marek Olšákgallium/radeon: remove r600_htile_info
2016-10-26 Marek Olšákgallium/radeon: remove unnecessary fields from radeon_s...
2016-10-26 Marek Olšákgallium/radeon: decrease the size of radeon_surf
2016-10-26 Marek Olšákgallium/radeon: pass pipe_resource and other params...
2016-10-26 Marek Olšákradeon/vce: use nblk_y instead of npix_y
2016-10-26 Marek Olšákgallium/radeon: define RADEON_SURF_MODE_* as enums
2016-10-26 Marek Olšákgallium/radeon: stop using some input fields from radeo...
2016-10-26 Marek Olšákgallium/radeon: fold r600_setup_surface into r600_init_...
2016-10-26 Marek Olšákwinsys/amdgpu: remove unused definitions
2016-10-26 Marek Olšákgallium/radeon: fold radeon_winsys::surface_best into...
2016-10-26 Marek Olšákgallium/radeon: use r600_gfx_write_event_eop everywhere
2016-10-26 Marek Olšákgallium/radeon: make r600_gfx_write_fence more generic
2016-10-26 Marek Olšákgallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP...
2016-10-26 Marek Olšákradeonsi: enable SDMA on Carrizo and all CIK chips...
2016-10-26 Marek Olšákwinsys/amdgpu: fix radeon_surf::macro_tile_index for...
2016-10-26 Marek Olšákgallium/radeon: make sure the address of separate CMASK...
2016-10-26 Marek Olšákgallium/radeon: fix incorrect bpe use in si_set_optimal...
2016-10-26 Samuel Iglesias... glsl: update default precision qualifier when it is...
2016-10-26 Samuel Iglesias... mesa/program: Add _mesa_symbol_table_replace_symbol()
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcericompiler: remove copy_shader_info()
2016-10-26 Timothy Arceriglsl: set uses texture gather directly in shader_info
2016-10-26 Timothy Arceriglsl/st/mesa: use common system values read field
2016-10-26 Timothy Arceriglsl: set patch outputs written directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common patch outputs written field
2016-10-26 Timothy Arceriglsl: set patch inputs read directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common patch inputs read field
2016-10-26 Timothy Arceriglsl: set outputs read directly in shader_info
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerimesa/glsl: set double inputs read directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common double inputs read field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerimesa/compiler: copy early fragment tests to shader_info...
2016-10-26 Timothy Arcerimeta: remove remaining tabs in meta.c
2016-10-26 Timothy Arcerii965: replace brw_compute_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_tess_{eval,ctrl}_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_geomerty_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_vertex_program with new generic brw_p...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerimesa: remove now unused IsCentroid from gl_fragment_program
2016-10-26 Timothy Arcerist/mesa: get interpolation location at translation...
2016-10-26 Timothy Arcerii965: remove unused debug param
2016-10-26 Timothy Arcericompiler: update the comment for enum glsl_interp_mode
2016-10-26 Timothy Arceriglsl: remove now unused InterpQualifier
2016-10-26 Timothy Arcerii965: remove unused BRW_STATE_INTERPOLATION_MAP flag
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
next