etnaviv: etnaviv_fence: Simplify the return code logic
[mesa.git] / src / mesa /
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...
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Kenneth Graunkei965/drm: Make a set_domain() helper function.
2017-04-10 Daniel Vetteri965/batch: Ensure we use a consistent offset in relocs
2017-04-10 Daniel Vetteri965/bufmgr: Garbage-collect vma cache/pruning
2017-04-10 Daniel Vetteri965/bufmgr: Remove some reuse functions
2017-04-10 Daniel Vetteri965/bufmgr: remove start_gtt_access
2017-04-10 Daniel Vetteri965/bufmgr: Delete set_tiling
2017-04-10 Daniel Vetteri965/bufmgr: Delete alloc_for_render
2017-04-10 Kenneth Graunkei965/drm: Use list_for_each_entry_safe in a couple...
2017-04-10 Kenneth Graunkei965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c.
2017-04-10 Kenneth Graunkei965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965: Drop brw_bo_map[_gtt] wrappers which issue perf...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
2017-04-10 Kenneth Graunkei965: Just use a uint32_t context handle rather than...
2017-04-10 Kenneth Graunkei965/drm: Fold drm_bacon_gem_reset_stats into the callers.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_gem_bo_bucket to bo_cache_bu...
2017-04-10 Kenneth Graunkei965/drm: Drop drm_bacon_* from static functions.
2017-04-10 Kenneth Graunkei965/drm: Drop drm_bacon_gem_bo_madvise_internal().
2017-04-10 Kenneth Graunkei965/drm: Merge drm_bacon_bo_gem into drm_bacon_bo.
2017-04-10 Kenneth Graunkei965/drm: Merge bo->handle and bo_gem->gem_handle.
2017-04-10 Kenneth Graunkei965/drm: Rewrite relocation handling.
2017-04-10 Kenneth Graunkei965/drm: Make register write check handle execbuffer...
2017-04-10 Kenneth Graunkei965: Make a screen::aperture_threshold field.
2017-04-10 Kenneth Graunkei965: Make/use a brw_batch_references() wrapper.
next