dri: fromPlanar() can return NULL as a valid result
[mesa.git] / src / mesa /
2018-02-15 Gurchetan Singhmesa: don't clamp just based on ARB_viewport_array...
2018-02-15 Dylan Bakermeson: use a custom target instead of a generator for...
2018-02-14 Timothy Arcerist: add NIR GL_ARB_get_program_binary support
2018-02-14 Timothy Arcerist/shader_cache: add st_{de}serialise_nir_program(...
2018-02-14 Jason Ekstrandi965: Add gl_state_index casts for PATCH_VERTICES_IN
2018-02-14 Scott D Phillipsi965/miptree: Initialize mcs with a linear map
2018-02-14 Scott D Phillipsi965/tiled_memcpy: change linear pointer from (0, 0...
2018-02-14 Scott D Phillipsi965/tiled_memcpy: linear_to_ytiled a cache line at...
2018-02-14 Rafael Antognollii965/gen10: Remove warning message.
2018-02-13 Vadym Shovkopliasmesa: add glsl version query (v4)
2018-02-13 Brian Paulmesa: add missing switch case for EXTRA_VERSION_40...
2018-02-13 Mark Janesmesa: fix compile failure
2018-02-13 Mark JanesPartially revert "mesa: use GLenum16 in a few more...
2018-02-13 Mark JanesRevert "mesa: reduce the size of gl_texture_image"
2018-02-13 Dave Airliei965: fix tessellation regressions with gl_state_index16
2018-02-13 Timothy Arcerist/glsl: set req_local_mem earlier for compute shaders
2018-02-13 Marek Olšákmesa: move STATE_LENGTH to shader_enums.h and use it...
2018-02-13 Marek Olšákmesa: reduce the size of gl_texture_image
2018-02-13 Marek Olšákmesa: reduce the size of gl_program_parameter
2018-02-13 Marek Olšákmesa,glsl,nir: reduce gl_state_index size to 2 bytes
2018-02-13 Marek Olšákmesa: reduce the size of gl_viewport_attrib
2018-02-13 Marek Olšákmesa: reduce the size of gl_texture_object
2018-02-13 Marek Olšákmesa: reduce the size of gl_program
2018-02-13 Marek Olšákmesa: reduce the size of gl_image_unit (v2)
2018-02-13 Marek Olšákmesa: further reduce the size of ctx->Texture
2018-02-13 Marek Olšákmesa: decrease the array size of ctx->Texture.FixedFunc...
2018-02-13 Marek Olšákmesa: separate legacy stuff from gl_texture_unit into...
2018-02-13 Marek Olšákmesa: inline init_texture_unit
2018-02-13 Marek Olšákmesa: use GLenum16 in a few more places
2018-02-12 Daniel Stonei965: Fix bugs in intel_from_planar
2018-02-12 Eric Engestromr200: remove left over dead code
2018-02-10 Timothy Arcerist/glsl_to_nir: remove unused options variable
2018-02-09 Timothy Arcerist/radeonsi: enable disk cache for nir
2018-02-09 Timothy Arcerist: add nir shader disk cache support
2018-02-09 Timothy Arcerist/glsl_to_tgsi: move nir detection earlier
2018-02-09 Mark JanesRevert "i965: prevent potentially null pointer access"
2018-02-09 Marek Olšákst/mesa: generate blend state according to the number...
2018-02-09 Marek Olšákst/mesa: don't translate blend state when color writes...
2018-02-09 Marek Olšákst/mesa: don't translate blend state when it's disabled...
2018-02-09 Lionel Landwerlini965: prevent potentially null pointer access
2018-02-09 Michel Dänzerst/mesa: Initialize tex_target in compile_tgsi_instruction
2018-02-09 Mathias Fröhlichmesa: Only update enabled VAO gl_vertex_array entries.
2018-02-09 Mathias Fröhlichgallium: Mute arrays for several meta like callbacks.
2018-02-09 Mathias Fröhlichmesa: Fix VAO buffer object tracking.
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_hiz_op
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
2018-02-08 Brian Paulst/mesa: s/unsigned/enum tgsi_semantic/ st_cb_drawpixels.c
2018-02-08 Brian Paulvbo: add a comment on vbo_draw_transform_feedback()
2018-02-08 Brian Paulvbo: improve comments on vbo_draw_func()
2018-02-08 Brian Paulst/mesa: rename some vars related to indirect draw...
2018-02-08 Marek Olšákst/mesa: remove out_num_textures from update_textures
2018-02-08 Marek Olšákst/mesa: don't store non-fragment sampler states and...
2018-02-08 Lionel Landwerlini965: perf: cleanup detection of kernel support for...
2018-02-08 Lionel Landwerlini965: perf: use drmIoctl() instead of ioctl()
2018-02-08 Lionel Landwerlini965: perf: add debug messages for loaded configs
2018-02-08 Roland Scheideggermesa: (trivial) remove unused ignore_sample_qualifier_p...
2018-02-08 Brian Paulst/mesa: use tgsi_semantic enum type
2018-02-08 Brian Paulst/mesa: use TGSI enum types in st_glsl_to_tgsi.cpp
2018-02-07 Andres Rodriguezmesa: fix incorrect type when allocating arrays
2018-02-07 Bas Nieuwenhuizenautotools: Only build libmesa-st-tests-common.a for...
2018-02-07 Tapani Pällii965: add __DRI2_BLOB support and set cache functions
2018-02-07 Iago Toral Quirogai965: allocate a SGVS element when VertexID or Instance...
2018-02-06 Dylan Bakerglapi: Don't search through subdirs from glapitable.h
2018-02-06 Dylan Bakerstate_tracker: Don't build st-renumerate-test without...
2018-02-06 Dylan Bakermeson: fix test source name for static glapi
2018-02-06 Brian Paulmesa: rename gl_vertex_array_object::_VertexAttrib...
2018-02-06 Brian Paulmesa: minor whitespace fixes, line wrapping in texcompr...
2018-02-06 Brian Paulmesa: simplify _mesa_get_compressed_formats()
2018-02-06 Brian Paulst/mesa: use st_access_flags_to_transfer_flags() helper...
2018-02-06 Brian Paulst/mesa: refactor st_bufferobj_map_range()
2018-02-06 Brian Paulst/mesa: refactor bufferobj_data()
2018-02-06 Mathias Fröhlichmesa: Factor out _mesa_disable_vertex_array_attrib.
2018-02-06 Mathias Fröhlichvbo: Move vbo_rebase into its only caller module tnl.
2018-02-06 Mathias Fröhlichmesa: Use atomics for buffer objects reference counts.
2018-02-06 Andres Gomezvbo: provide 64bits support to print_draw_arrays
2018-02-06 Andres Gomezvbo: take into account the size when printing VAO elements
2018-02-06 Andres Gomezvbo: print first element of the VAO when the binding...
2018-02-06 Ilia Mirkinmesa: add OES_EGL_image_external_essl3 support
2018-02-05 Jon Turneymeson: osx ld doesn't support --build-id
2018-02-05 Juan A. Suarez Romeromesa: enable ASTC format for CompressedTexSubImage3D
2018-02-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2018-02-03 Jordan Justeni965: Create new program cache bo when clearing the...
2018-02-03 Eric Anholtgallium: Add a new A4B4G4R4 pipe format for Broadcom.
2018-02-03 Eric Anholtmesa: Drop incorrect A4B4G4R4 _mesa_format_matches_form...
2018-02-02 Andres Gomezi965: check if upload is 0 explicitely, when downsizing...
2018-02-02 Marek Olšákmesa: don't flag _NEW_COLOR for KHR adv.blend if prog...
2018-02-02 Jason Ekstrandi965: Call prepare_external after implicit window-syste...
2018-02-01 Mathias Fröhlichvbo: Simplify input array distribution for dlist type...
2018-02-01 Mathias Fröhlichvbo: Simplify input array distribution for imm type...
2018-02-01 Mathias Fröhlichvbo: Simplify input array distribution for array type...
2018-02-01 Mathias Fröhlichvbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.
2018-02-01 Mathias Fröhlichmesa: Track position/generic0 aliasing in the VAO.
2018-02-01 Mathias Fröhlichmesa: Put materials at the end of the generic block.
2018-02-01 Mathias Fröhlichmesa: Use defines for the aliased material array attrib...
2018-02-01 Mathias Fröhlichvbo: Correctly handle attribute offsets in dlist draw.
2018-02-01 Brian Paulvbo: change an argument in vbo_draw_indirect_prims()
2018-02-01 Brian Paulvbo: add comments on the VBO draw function typedefs
2018-02-01 Brian Paulvbo: s/drawcount/drawcount_offset
2018-02-01 Brian Paulvbo: use vbo local var for draw call in vbo_save_playba...
2018-02-01 Baldur Karlssonmesa: fix query of GL_TEXTURE_COMPRESSION_HINT_ARB
next