mesa.git
2017-05-07 Dave Airlieradv/meta: add resolve pass using fragment/vertex shaders
2017-05-07 Dave Airlieradv: add subpass resolve compute path
2017-05-07 Dave Airlieradv/resolve: split resolve emission out for compute
2017-05-07 Dave Airlieradv/meta: split out core part of resolve shader
2017-05-07 Dave Airlieradv/meta: add srgb conversion to end of resolve shader.
2017-05-07 Jose Fonsecanir: Fix missing snprintf symbol on Windows.
2017-05-07 Pierre Moreaunv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
2017-05-07 Pierre Moreaunv50/ir: Remove unused translation methods
2017-05-07 Pierre Moreaunv50/ir: Free target if we failed to create a program
2017-05-07 Pierre Moreaunv50/ir: Fail if encountering unknown shader type
2017-05-07 Dave Airlieradv: set PERF_MOD in sample state like radeonsi.
2017-05-07 Dave Airlieradv: apply the tess+GS hang workaround to Polaris12...
2017-05-07 Timothy Arcerimesa: small texture targetIndex tidy up
2017-05-07 Timothy Arcerimesa: fix broken indentation
2017-05-07 Timothy Arcerimesa: some C99 tidy ups
2017-05-07 Timothy Arcerimesa: add KHR_no_error support to copy buffer subdata...
2017-05-07 Timothy Arcerimesa: remove _mesa from static function
2017-05-07 Timothy Arcerist/mesa: stop calling _mesa_init_buffer_object_functions()
2017-05-07 Timothy Arcerimesa: make _mesa_buffer_storage() static
2017-05-07 Timothy Arcerimesa: make _mesa_copy_buffer_sub_data() static
2017-05-07 Timothy Arcerimesa: make _mesa_clear_buffer_sub_data() static
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for flush mapped buffer...
2017-05-07 Timothy Arcerimesa: make _mesa_flush_mapped_buffer_range() static
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for unmap buffer functions
2017-05-07 Timothy Arcerimesa: split unmap_buffer() in two
2017-05-07 Timothy Arcerimesa: make _mesa_unmap_buffer() static
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for some map buffer...
2017-05-07 Timothy Arcerimesa: split out validation from map_buffer_range()
2017-05-07 Timothy Arcerimesa: make map_buffer_range() static
2017-05-06 Kenneth Graunkei965: Drop BRW_NEW_BLORP from 3DSTATE_VF atom.
2017-05-06 Kenneth Graunkei965: Port 3DSTATE_VF to genxml and simplify the implem...
2017-05-06 Kenneth Graunkemesa: Simplify _mesa_primitive_restart_index().
2017-05-06 Marek OlšákRevert "radeonsi: constify a bunch of the perfcounter...
2017-05-06 Marek OlšákRevert "radeonsi: fix build with GCC 4.8"
2017-05-06 Rob Clarkfreedreno/a3xx: fix hang w/ large render targets and...
2017-05-06 Rob Clarkfreedreno/ir3: add macro to declare variable length...
2017-05-06 Nicolai Hähnleglsl: skip tree grafting for sampler and image types
2017-05-06 Samuel Pitoisetglsl: teach lower_ubo_reference about samplers inside...
2017-05-06 Samuel Pitoisetglsl: link bindless layout qualifiers
2017-05-06 Samuel Pitoisetglsl: do not count bindless samplers/images when linkin...
2017-05-06 Samuel Pitoisetglsl: lower bindless sampler/image packed varyings
2017-05-06 Samuel Pitoisetglsl: implement ARB_bindless_texture conversions
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images to be used with...
2017-05-06 Samuel Pitoisetglsl: add is_valid_constructor() helper function
2017-05-06 Samuel Pitoisetglsl: add ARB_bindless_texture operations
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images to be initialized
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images to be l-values
2017-05-06 Samuel Pitoisetglsl: add _mesa_glsl_parse_state object to is_lvalue()
2017-05-06 Samuel Pitoisetglsl: relax bindless sampler arrays indexing
2017-05-06 Samuel Pitoisetglsl: reject bindless samplers/images frag inputs witho...
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images as vertex shader...
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images as varying variables
2017-05-06 Samuel Pitoisetglsl: allow input memory qualifiers for images
2017-05-06 Samuel Pitoisetglsl: allow image qualifiers inside structures
2017-05-06 Samuel Pitoisetglsl: allow bindless images to be declared inside struc...
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images inside interface...
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images as function return
2017-05-06 Samuel Pitoisetglsl: allow bindless samplers/images as out and inout...
2017-05-06 Samuel Pitoisetglsl: allow to declare bindless samplers/images as...
2017-05-06 Samuel Pitoisetglsl: process bindless/bound layout qualifiers
2017-05-06 Samuel Pitoisetglsl: do not make sampler/image types readonly variables
2017-05-06 Samuel Pitoisetglsl: make sampler/image scalar types
2017-05-06 Samuel Pitoisetglsl: make count_attribute_slots() returns 1 for sample...
2017-05-06 Samuel Pitoisetglsl: make component_slots() returns 2 for samplers...
2017-05-06 Samuel Pitoisetglsl: make sampler/image types as 64-bit
2017-05-06 Samuel Pitoisetglsl: add ARB_bindless_texture enable
2017-05-06 Samuel Pitoisetmesa: add ARB_bindless_texture to the extensions list
2017-05-05 Fredrik Höglundradv/meta: fix restoring a push descriptor set
2017-05-05 Nicolas Boichatconfigure.ac: Also match -androideabi tuple
2017-05-05 Jason Ekstrandanv/allocator: Only write to _vg_ptr if we have valgrind
2017-05-05 Daniel Stonei915: Fix build break with empty unreachable()
2017-05-05 Marek Olšákradeonsi: apply the tess+GS hang workaround to Polaris1...
2017-05-05 Daniel Stonei965: Set modifier for imported and duplicated images
2017-05-05 Daniel Stonei965: Use helper function for modifier -> tiling
2017-05-05 Samuel Pitoisetradeonsi: fix build with GCC 4.8
2017-05-05 Samuel Pitoisetst/glsl_to_tgsi: fix renumber_registers() in presence...
2017-05-05 Iago Toral... anv/query: handle more cases of 'out of host memory'
2017-05-05 Nicolas Boichategl/android: Set EGLSurface.Lost to EGL_TRUE/EGL_FALSE
2017-05-05 Jason Ekstrandanv/allocator: Improve block pool growing asserts
2017-05-05 Jason Ekstrandanv: Drop the instruction pool block size
2017-05-05 Jason Ekstrandanv/allocator: Add support for large stream allocations
2017-05-05 Jason Ekstrandanv/allocator: Allow state pools to allocate large...
2017-05-05 Jason Ekstrandanv/allocator: Support pushing multiple blocks onto...
2017-05-05 Jason Ekstrandanv/allocator: Add helpers for dealing with bucket...
2017-05-05 Jason Ekstrandanv/allocator: Add the capability to allocate blocks...
2017-05-05 Jason Ekstrandanv/allocator: Rework a comment
2017-05-05 Jason Ekstrandanv/allocator: Tweak the block pool growing algorithm
2017-05-05 Jason Ekstrandanv/allocator: Embed the block_pool in the state_pool
2017-05-05 Jason Ekstrandanv/allocator: Get rid of the ability to free blocks
2017-05-05 Jason Ekstrandanv: Allocate binding table blocks through the state...
2017-05-05 Jason Ekstrandanv/allocator: Add support for "back" allocations to...
2017-05-05 Jason Ekstrandanv/allocator: Drop the block_size field from block_pool
2017-05-05 Jason Ekstrandanv/allocator: Pull the userptr part of block_pool_grow...
2017-05-05 Jason Ekstrandanv/allocator: Roll fixed_size_state_pool into state_pool
2017-05-05 Jason Ekstrandanv/allocator: Remove the state_size field from fixed_s...
2017-05-05 Jason Ekstrandanv: Get rid of a bunch of uses of size_t
2017-05-05 Jason Ekstrandanv/allocator: Convert the state stream to pull from...
2017-05-05 Jason Ekstrandanv/allocator: Return a null state for zero-size alloca...
2017-05-05 Jason Ekstrandanv/allocator: Add no-valgrind versions of state_pool_a...
2017-05-05 Dave Airlieradv: enable POLARIS12 support.
next