etnaviv: Implement ICACHE
[mesa.git] / src / mesa /
2017-08-06 Ilia Mirkinfix GL_ARB_spirv_extensions name
2017-08-06 Andres Rodriguezmesa: hook up queries for NUM_TILING_TYPES and TILING_TYPES
2017-08-06 Andres Rodriguezmesa: hook up UUID queries for driver and device
2017-08-06 Andres Rodriguezmesa: implement glGetUnsignedByte{v|i_v}
2017-08-06 Andres Rodriguezmesa/st: expose EXT_memory_object and EXT_memory_object_fd
2017-08-06 Timothy Arcerimesa: hook up (Named)BufferStorageMem api
2017-08-06 Andres Rodriguezmesa/st: implement memory objects as a backend for...
2017-08-06 Dave Airliemesa/st: implement memory objects as a backend for...
2017-08-06 Andres Rodriguezmesa/st: factor out st_AllocTextureStorage into a helper
2017-08-06 Andres Rodriguezmesa: hook up memory object multisamples tex(ture)stora...
2017-08-06 Andres Rodriguezmesa: hook up memoryobject tex(ture)storage api
2017-08-06 Dave Airliemesa/st: start adding memory object support
2017-08-06 Andres Rodriguezmesa: add support for memory object parameters
2017-08-06 Andres Rodriguezmesa: add support for memory object creation/import...
2017-08-06 Andres Rodriguezmapi: add EXT_external_objects and EXT_external_objects_fd
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-08-04 Kenneth Graunkei965: Convert reloc.target_handle into an index for...
2017-08-04 Kenneth Graunkei965: Use a C99 initializer for new validation list...
2017-08-04 Kenneth Graunkei965: Simplify some bo != batch->bo special cases.
2017-08-04 Kenneth Graunkei965: Use I915_EXEC_BATCH_FIRST when available.
2017-08-04 Chris Wilsoni965: Move add_exec_bo()
2017-08-04 Chris Wilsoni965: Ignore reloc read/write domains
2017-08-04 Chris Wilsoni965: Use I915_EXEC_NO_RELOC
2017-08-04 Kenneth Graunkei965: Initialize flags to 0 and |= in new flags.
2017-08-04 Kenneth Graunkei965: Make add_exec_bo return the validation list index.
2017-08-04 Chris Wilsoni965: Track last location of bo used for the batch
2017-08-04 Chris Wilsoni965: Always use the pre-computed offset for the reloca...
2017-08-04 Kenneth Graunkei965: Make brw_emit_reloc assert that the target BO...
2017-08-04 Chris Wilsoni965: Prefer using streaming reads from WC mmaps
2017-08-03 Brian Paulst/mesa: fix handling of NumSamples=1 (v2)
2017-08-03 Brian Paulst/mesa: minor clean-ups in st_atom_msaa.c
2017-08-03 Brian Paulmesa: init more msaa fields
2017-08-03 Samuel Pitoisetmesa: only check errors when the state change in glLogi...
2017-08-03 Samuel Pitoisetmesa: only check errors when the state change in glBlen...
2017-08-03 Kenneth Graunkei965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE...
2017-08-03 Thomas Hellstromgallium/st: Add a method to flush outstanding swapbuffers
2017-08-03 Chris Wilsoni965/blit: Remember to include miptree buffer offset...
2017-08-02 Kenneth Graunkei965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.
2017-08-02 Dave Airliemesa/dri: drop unneeded mm.h include
2017-08-02 Emil Velikovi965: simplify intel_image_format_lookup()
2017-08-02 Emil Velikovi965: annotate struct intel_image_format as const
2017-08-02 Kenneth Graunkei965: Delete pitch alignment assertion in get_blit_intr...
2017-08-02 Nicolai Hähnlest/mesa: replace st_shader_stage_to_ptarget
2017-08-02 Samuel Pitoisetmesa: add GLSL 4.60 to shading_language_version()
2017-08-02 Samuel Pitoisetmesa: add always-false enable for GL 4.6
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glPolygonMode()
2017-08-02 Samuel Pitoisetmesa: add polygon_mode() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClearBufferiv()
2017-08-02 Samuel Pitoisetmesa: add clear_bufferiv() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClearBufferuiv()
2017-08-02 Samuel Pitoisetmesa: add clear_bufferuiv() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClearBufferfi()
2017-08-02 Samuel Pitoisetmesa: add clear_bufferi() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClearBufferfv()
2017-08-02 Samuel Pitoisetmesa: add clear_bufferfv() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glClear*Buffer*Data()
2017-08-02 Samuel Pitoisetmesa: add clear_buffer_sub_data_error() helper
2017-08-02 Samuel Pitoisetmesa: make get_texbuffer_format() global
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glLinkProgram()
2017-08-02 Samuel Pitoisetmesa: add link_program() and link_program_error() helpers
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glShaderSource()
2017-08-02 Samuel Pitoisetmesa: add shader_source() helper
2017-08-02 Samuel Pitoisetmesa: rename shader_source() to set_shader_source()
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glEndConditionalRender()
2017-08-02 Samuel Pitoisetmesa: add end_conditional_render() render
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glBeginConditionalRen...
2017-08-02 Samuel Pitoisetmesa: add begin_conditional_render() helper
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glNamedBufferData...
2017-08-02 Samuel Pitoisetmesa: add buffer_data() and buffer_data_error() helpers
2017-08-02 Samuel Pitoisetmesa: add KHR_no_error support to glLineWidth()
2017-08-02 Samuel Pitoisetmesa: add line_width() helper
2017-08-02 Thomas Hellstrommesa/st: Reduce the number of frontbuffer flush calls
2017-08-02 Nicolai Hähnlest/mesa: implement ARB_transform_feedback_overflow_query
2017-08-02 Tapani Pälliandroid: export intermediates from libmesa_util
2017-08-02 Chris Wilsoni965: Check result of make_surface() for intel_miptree_...
2017-08-02 Timothy Arcerimesa/st: fix conditional jump depends on uninitialised...
2017-08-01 Jose Fonsecabuild: Convert git_sha1_gen script to Python (part2).
2017-08-01 Jose Fonsecabuild: Convert git_sha1_gen script to Python.
2017-08-01 Nicolai HähnleFix SCons build
2017-08-01 Samuel Pitoisetmesa: fix bad cast conversions in viewport()
2017-08-01 Kenneth Graunkei965/drm: Inline brw_bo_references.
2017-08-01 Dave AirlieRevert "st_glsl_to_tgsi: rewrite rename registers to...
2017-07-31 Samuel Pitoisetmesa: drop unnecessary GLAPIENTRY to _mesa_init_line()
2017-07-31 Samuel Pitoisetmesa: only check errors when the state change in glClip...
2017-07-31 Samuel Pitoisetmesa: only check errors when the state change in glPoin...
2017-07-31 Samuel Pitoisetmesa: only check errors when the state change in glCull...
2017-07-31 Samuel Pitoisetmesa: only check errors when the state change in glProv...
2017-07-31 Marek OlšákRevert "st/mesa: release sampler views when redefining...
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-07-31 Nicolai Hähnlexmlconfig: remove GL type dependencies
2017-07-31 Nicolai Hähnlest/glsl_to_nir: move nir_lower_io to drivers
2017-07-31 Nicolai Hähnlest/mesa: get rid of st_glsl_types
2017-07-31 Nicolai Hähnlest/glsl_to_nir: use nir_lower_samplers_as_deref when...
2017-07-31 Nicolai Hähnlest/glsl_to_nir: fix the case where NIR clone testing...
2017-07-31 Samuel Pitoisetmesa: add KHR_no_error support to glPointSize()
2017-07-31 Samuel Pitoisetmesa: add point_size() helper
2017-07-31 Samuel Pitoisetmesa: add KHR_no_error support to glVertexArrayElementB...
2017-07-31 Samuel Pitoisetmesa: add vertex_array_element_buffer() helper
2017-07-31 Samuel Pitoisetmesa: add KHR_no_error support to glTextureSubImage*D()
2017-07-31 Samuel Pitoisetmesa: add texturesubimage_error() helper
next