radeonsi/gfx9: pass inputs from LS to TCS
[mesa.git] / src / mesa /
2017-04-28 Marek Olšákst/mesa: use min_index and max_index directly from vbo
2017-04-28 Marek Olšákvbo: set min_index = 0 so gallium can use the value...
2017-04-28 Brian Paulst/mesa: add more fallback gallium formats for GL integ...
2017-04-28 Brian Paulmesa: optimize color_buffer_writes_enabled()
2017-04-28 Brian Paulst/mesa: whitespace clean-ups in st_manager.c
2017-04-28 Matt TurnerRevert "glsl: set vector_elements to 1 for samplers"
2017-04-28 Nicolai Hähnlest/mesa: remove redundant stfb->iface checks
2017-04-28 Nicolai Hähnlest/mesa: don't cast the incomplete framebufer to st_fra...
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: make undef_src and undef_dst const
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: cleanup using visit_generic_intrinsic
2017-04-28 Nicolai Hähnleglsl: remove the shader_group_vote and shader_ballot...
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: implement shader_group_vote and shader...
2017-04-28 Nicolai Hähnleglsl: add intrinsics for ARB_shader_group_vote and...
2017-04-28 Timothy Arcerimesa: remove wip framebuffer code
2017-04-27 Samuel Pitoisetglsl: set vector_elements to 1 for samplers
2017-04-26 Brian Paulst/mesa: minor clean-ups in st_update_renderbuffer_surf...
2017-04-26 Samuel Pitoisetst/glsl_to_tgsi: disable the merge registers pass condi...
2017-04-26 Timothy Arcerimesa: tidy up left over APPLE_vertex_array_object semantics
2017-04-26 Timothy Arcerimesa: inline bind_vertex_array() helper
2017-04-26 Timothy Arcerimesa: drop APPLE_vertex_array_object support
2017-04-25 Matt Turneri965: Remove unused variable 'options'
2017-04-24 Timothy Arcerimesa: use locked version of HashWalk for xfb objects
2017-04-24 Timothy Arcerimesa: create locked version of HashWalk
2017-04-24 Timothy Arcerii965: remove now unused GLSL IR optimisations
2017-04-24 Timothy Arcerii965: remove GLSL IR optimisation loop
2017-04-22 Marek Olšákmesa: replace _mesa_index_buffer::type with index_size
2017-04-22 Timothy Arcerimesa: validate sampler type across the whole program
2017-04-22 Timothy Arcerimesa: don't lock hashtables that are not shared across...
2017-04-22 Matt Turnermesa: Remove deleteFlag pattern from container objects.
2017-04-22 Matt Turnermesa: Remove unnecessary locking from container objects.
2017-04-22 Timothy Arcerimesa: remove fallback RefCount == 0 pattern
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_float()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_double()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_boolean()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_record()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_array()
2017-04-21 Emil Velikovmesa/glthread: correctly compare thread handles
2017-04-20 Marek Olšákst/mesa: use one big translation table in st_pipe_verte...
2017-04-20 Marek Olšákst/mesa: check in advance in st_draw_vbo whether the...
2017-04-20 Marek Olšákst/mesa: put the bitmap_cache structure inside st_context
2017-04-20 Marek Olšákst/mesa: inline and optimize st_invalidate_readpix_cache
2017-04-20 Marek Olšákst/mesa: invalidate the readpix cache in st_indirect_dr...
2017-04-20 Marek Olšákgallium: fold u_trim_pipe_prim call from st/mesa to...
2017-04-20 Brian Paulmesa: print target string in glBindTexture() error...
2017-04-20 Brian Paulmesa: fix Windows build error related to getuid()
2017-04-19 Emil Velikovst/mesa: automake: honour the vdpau header install...
2017-04-19 Timothy Arcerimesa: add KHR_no_error support to glVertexAttribDivisor()
2017-04-19 Timothy Arcerimesa/vbo: add KHR_no_error support to DrawElements...
2017-04-19 Timothy Arcerimesa/vbo: add KHR_no_error support to vbo_exec_DrawArra...
2017-04-19 Timothy Arcerimesa/vbo: move some Draw checks out of validation
2017-04-19 Timothy Arcerimesa/varray: add KHR_no_error support to *Pointer(...
2017-04-19 Timothy Arcerimesa/varray: add KHR_no_error support to some callers...
2017-04-19 Timothy Arcerimesa/varray: rename update_array_format() -> validate_a...
2017-04-19 Timothy Arcerimesa/varray: create get_array_format() helper
2017-04-19 Timothy Arcerimesa/varray: split update_array() into validate_array...
2017-04-19 Timothy Arcerimesa: add KHR_no_error support to glUniform*() functions
2017-04-19 Timothy Arcerimesa: always return GL_OUT_OF_MEMORY or GL_NO_ERROR...
2017-04-19 Timothy Arcerimesa: add _mesa_is_no_error_enabled() helper
2017-04-19 Timothy Arcerimesa: add env var to force enable the KHR_no_error...
2017-04-19 Timothy Arcerimesa: expose KHR_no_error
2017-04-19 Nicolai Hähnlevbo: fix gl_DrawID handling in glMultiDrawArrays
2017-04-19 Nicolai Hähnlemesa: move glMultiDrawArrays to vbo and fix error handling
2017-04-19 Nicolai Hähnlemesa: extract need_xfb_remaining_prims_check
2017-04-19 Nicolai Hähnlemesa: fix remaining xfb prims check for GLES with multi...
2017-04-18 Samuel Pitoisetst/mesa: add st_convert_sampler()
2017-04-18 Timothy Arcerimesa: rename _mesa_add_renderbuffer* functions
2017-04-17 Tapani Pälliandroid: add marshal_generated c and h files to generat...
2017-04-17 Kenneth Graunkei965/drm: Delete NULL check in brw_bo_unmap().
2017-04-17 Kenneth Graunkei965/drm: Remove dead return in brw_bo_busy()
2017-04-15 Timothy Arceriglsl: delay optimisations on individual shaders when...
2017-04-14 Juan A. Suarez Romeroi965: enable OpenGL 4.2 in Ivybridge
2017-04-14 Samuel Iglesias... i965: enable ARB_shader_precision in gen7+
2017-04-14 Juan A. Suarez Romeroi965: enable ARB_vertex_attrib_64bit for gen7+
2017-04-14 Samuel Iglesias... i965: enable OpenGL 4.0 to Ivybridge/Baytrail
2017-04-14 Samuel Iglesias... i965: enable ARB_gpu_shader_fp64 for Ivybridge/Baytrail
2017-04-14 Nicolai Hähnlest/mesa: enable ARB_shader_viewport_layer_array
2017-04-13 Samuel Pitoiseti965: add missing ir_unop_*/ir_binop_* in visit_leave()
2017-04-13 Samuel Pitoisetst/mesa: fix wrong comparison in update_framebuffer_state()
2017-04-13 Samuel Pitoisetradeon: fix duplicate 'const' specifier
2017-04-13 Samuel Pitoisetmesa: remove some unused functions in the perf monitor...
2017-04-13 Samuel Pitoisetmesa: remove unused clamp_float_to_uint() and clamp_hal...
2017-04-13 Samuel Pitoisetmesa: remove unused _mesa_unmarshal_BindBufferBase()
2017-04-13 Brian Paulst/mesa: add some _mesa_is_winsys_fbo() assertions
2017-04-13 Brian Paulst/mesa: minor optimization in st_DrawBuffers()
2017-04-13 Timothy Arcerimesa/st: only update samplers for stages that have...
2017-04-12 Vinson Leest/mesa: Fix missing-braces warning.
2017-04-12 Bartosz Tomczykmesa: fix memory leak in arb_fragment_program
2017-04-12 Gregory Hainautmesa: avoid NULL ptr in prog parameter name
2017-04-12 Kenneth Graunkei965/drm: Use bools for a few flags.
2017-04-12 Kenneth Graunkei965/drm: Make brw_bo_alloc_tiled flags parameter 32...
2017-04-12 Kenneth Graunkei965/drm: Make BO size a uint64_t rather than unsigned...
2017-04-12 Kenneth Graunkei965/drm: Make alignment parameter a uint64_t.
2017-04-12 Kenneth Graunkei965/drm: Make stride/pitch a uint32_t.
2017-04-12 Kenneth Graunkei965/drm: Fix types for pwrite/pread fields.
2017-04-12 Kenneth Graunkei965/drm: Make brw_bo_alloc_tiled take tiling by value...
2017-04-12 Timothy Arcerimesa/st: remove _mesa_get_fallback_texture() calls
2017-04-12 Timothy Arcerimesa: use pre_hashed version of search for the mesa...
2017-04-11 Kenneth Graunkei965: Set kernel features before computing max GL version.
2017-04-11 Kenneth Graunkei965: Fix wonky indentation left by brw_bo_alloc_tiled...
2017-04-10 Timothy Arcerimesa: fix typo and add assert() to _mesa_attach_renderb...
next