mesa: add KHR_no_error support to glVertexAttribDivisor()
[mesa.git] / src / mesa /
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.
2017-04-10 Kenneth Graunkei965: Use brw_emit_reloc() instead of drm_bacon_bo_emit...
2017-04-10 Kenneth Graunkei965: Change intel_batchbuffer_reloc() into brw_emit_re...
2017-04-10 Kenneth Graunkei965/drm: Drop GEM_SW_FINISH stuff.
2017-04-10 Kenneth Graunkei965/drm: Drop code to search for an existing bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Unwrap the unnecessary drm_bacon_reloc_target...
2017-04-10 Kenneth Graunkei965/drm: Switch from uthash to Mesa's hash table.
2017-04-10 Kenneth Graunkei965/drm: Drop bo_gem::kflags.
2017-04-10 Kenneth Graunkei965/drm: Drop has_exec_async related API.
2017-04-10 Kenneth Graunkei965/drm: Drop softpin support for now.
2017-04-10 Kenneth Graunkei965/drm: Drop userptr support for now.
2017-04-10 Kenneth Graunkei965/drm: Delete engine checks.
2017-04-10 Kenneth Graunkei965/drm: Drop intel_chipset.h in favor of using gen_de...
2017-04-10 Kenneth Graunkei965/drm: Drop deprecated drm_bacon_bo::offset.
2017-04-10 Kenneth Graunkei965/drm: Drop has_wait_timeout.
2017-04-10 Kenneth Graunkei965/drm: Assume aperture size query will work.
2017-04-10 Kenneth Graunkei965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bu...
2017-04-10 Kenneth Graunkei965/drm: Move _drm_bacon_context to intel_bufmgr_gem.c.
2017-04-10 Kenneth Graunkei965/drm: Drop cliprects and dr4 from execbuf variants.
2017-04-10 Kenneth Graunkei965/drm: Devirtualize the bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.
next