gbm: remove never-implemented function
[mesa.git] / src / mesa /
2018-03-28 Timothy Arcerist/glsl_to_nir: set driver location for bindless images...
2018-03-28 Kenneth Graunkei965: Drop unnecessary bo->align field.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-28 Kenneth Graunkei965: Drop alignment parameter from bo_alloc_internal().
2018-03-28 Kenneth Graunkei965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
2018-03-28 Kenneth Graunkei965: Drop PIPE_CONTROL_NO_WRITE from various calls.
2018-03-27 Timothy Arcerist/glsl_to_nir: correctly handle arrays packed across...
2018-03-27 Timothy Arcerist/glsl_to_nir: fix driver location for dual-slot packe...
2018-03-27 Lin Johnsonmesa: add GL_HALF_FLOAT as supported type to readpixels
2018-03-27 Eric Anholtst: Allow accelerated CopyTexImage from RGBA to RGB.
2018-03-26 Gert Wollnymesa/st/tests: Use tgsi opcode enum also in the test...
2018-03-23 Mathias Fröhlichvbo: Make sure the internal VAO's stay within limits.
2018-03-23 Mathias Fröhlichmesa: Flag early if we modify a SharedAndImmutable...
2018-03-23 Mathias Fröhlichmesa: When copying a VAO also copy the vertex attribute...
2018-03-23 Brian Paulst/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_...
2018-03-23 Brian Paulst/mesa: whitespace/formatting fixes in st_atom_constbuf.c
2018-03-23 Brian Paulst/mesa: s/unsigned/enum pipe_shader_type/
2018-03-23 Brian Paulst/mesa,tgsi: use enum tgsi_opcode
2018-03-22 Lionel Landwerlini965: add performance query support on CNL
2018-03-22 Lionel Landwerlini965: perf: add support for new equation operators
2018-03-22 Lionel Landwerlini965: perf: query topology
2018-03-22 Lionel Landwerlini965/perf: fix config registration when uploading to...
2018-03-22 Anuj Phogatintel: Disable fast color clear on icl
2018-03-22 Mathias Fröhlichvbo: Remove now duplicate _DrawVAO notification.
2018-03-22 Mathias Fröhlichvbo: Remove now duplicate _vbo_update_inputs from dlist...
2018-03-22 Mathias Fröhlichvbo: Remove redundant set of DriverFlags.NewArray in...
2018-03-22 Mathias Fröhlichvbo: Remove vbo...recalculate_inputs from vbo_exec_inva...
2018-03-22 Mathias Fröhlichmesa: A change of gl_vertex_processing_mode needs an...
2018-03-22 Mathias Fröhlichmesa: Set DriverFlags.NewArray together with vbo.....
2018-03-22 Mathias Fröhlichmesa: Update VAO internal state when setting the _DrawVAO.
2018-03-22 Mathias Fröhlichvbo: Move vbo_bind_arrays into a dd_driver_functions...
2018-03-22 Mathias Fröhlichmesa: Move vbo draw functions into dd_function_table.
2018-03-21 Lionel Landwerlini965: fix android build
2018-03-20 Eric Anholtintel/blorp: Fix compiler warning about num_layers.
2018-03-20 Lionel Landwerlini965: fix out of tree autotools build
2018-03-20 Emil Velikovi965: annotate brw_oa.py's --header and --code as required
2018-03-20 Lionel Landwerlini965: pipecontrol: add LRI write immediate flag
2018-03-20 Lionel Landwerlini965: fix autotools/android build
2018-03-20 Emil Velikovst/mesa: add compiler/nir/ prefix for nir includes
2018-03-20 Lionel Landwerlini965: perf: reduce i965 binary size
2018-03-20 Lionel Landwerlini965: perf: fix a counter return type on hsw
2018-03-20 Tapani Pällimesa: fix leaking ParameterValueOffset
2018-03-20 Timothy Arcerist/nir: fix atomic lowering for gallium drivers
2018-03-20 Timothy Arcerist/radeonsi: enable uniform packing in NIR backend
2018-03-20 Timothy Arcerist: add uniform packing support to lower_uniforms_to_ubo()
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-20 Timothy Arcerist/nir/radeonsi: move nir_lower_uniforms_to_ubo() to...
2018-03-20 Timothy Arcerist: add st_glsl_type_dword_size() helper
2018-03-20 Timothy Arcerist/glsl_to_nir: add support for packed builtin uniforms
2018-03-20 Timothy Arcerimesa: add _mesa_add_sized_state_reference() helper
2018-03-20 Timothy Arcerimesa: add support propagate uniform support for packed...
2018-03-20 Timothy Arcerimesa: allow for uniform packing when adding uniforms...
2018-03-20 Timothy Arcerimesa: add packing support for setting uniform handles
2018-03-20 Timothy Arcerimesa: add packing support for setting uniforms
2018-03-20 Timothy Arcerimesa: create copy uniform to storage helpers
2018-03-20 Timothy Arcerimesa: rework ParameterList to allow packing
2018-03-20 Timothy Arcerimesa: add PackedDriverUniformStorage const
2018-03-19 Marek Olšákmesa: adjust incorrect comment in texture_buffer_range
2018-03-19 Jordan Justenmain/program_binary: In ProgramBinary set link status...
2018-03-19 Jordan Justeni965: Allow disk shader cache usage with LINKING_SUCCES...
2018-03-19 Jordan Justenglsl: Remove api_enabled tracking for transform feedback
2018-03-19 Jordan Justeni965: Allow disk shader cache usage with transform...
2018-03-19 Jordan Justeni965: Add INTEL_DEBUG stages support for disk shader...
2018-03-16 Emil Velikovst/mesa: simplify st_init_limits() via tgsi_processor_t...
2018-03-16 Juan A. Suarez Romeromesa: RGB9_E5 invalid for CopyTexSubImage* in GLES
2018-03-15 Samuel PitoisetRevert "mesa: do not trigger _NEW_TEXTURE_STATE in...
2018-03-15 Lionel Landwerlini965: silence unused function warning
2018-03-15 Mathias Fröhlichvbo: Correctly handle source arrays in vbo_split_copy.
2018-03-14 Guillaume Charifist/mesa: Factorize duplicate code in st_BlitFramebuffer()
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-03-13 Jason Ekstrandi965: Emit texture cache invalidates around blorp_copy
2018-03-12 Mathias Fröhlichgallium: Use struct gl_array_attributes* as st_pipe_ver...
2018-03-12 Ian Romanickmesa: Don't write to user buffer in glGetTexParameterIu...
2018-03-12 Emil Velikovx11: remove empty GLX_SGIX_swap_group stubs
2018-03-12 Emil Velikovx11: remove empty GLX_SGIX_swap_barrier stubs
2018-03-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
2018-03-10 Jordan Justeni965: Hard code CS scratch_ids_per_subslice for Cherryview
2018-03-09 Michel Dänzerst/mesa: gl_program::info.system_values_read is a 64...
2018-03-08 Lionel Landwerlini965: perf: consolidate unmapping oa perf bo outside...
2018-03-08 Lionel Landwerlini965: perf: count number of accumlated reports
2018-03-08 Lionel Landwerlini965: perf: reuse timescale base function from query
2018-03-08 Lionel Landwerlini965: perf: store sysfs device entry into context
2018-03-08 Lionel Landwerlini965: perf: store the hw_id of the context in the query
2018-03-08 Lionel Landwerlini965: perf: default case for unknown query types
2018-03-07 Marek Olšákst/mesa: expose 0 shader binary formats for compat...
2018-03-06 Clayton Craftintel: Add missing includes for building on Android
2018-03-05 Kenneth Graunkeintel: Drop SURFACE_FORMAT enum from genxml.
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-03 Mathias Fröhlichvbo: Try to reuse the same VAO more often for successiv...
2018-03-03 Ian Romanickmesa: Silence unused parameter warnings from TEXSTORE_P...
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in genX_state_u...
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in blorp
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in generated...
2018-03-03 Ian Romanicki965: Silence unused parameter warnings
2018-03-02 Kenneth Graunkei965: Mark upload buffers with MAP_ASYNC and MAP_PERSIS...
2018-03-02 Kenneth Graunkei965: Generalize intel_upload.c to support multiple...
2018-03-01 Kenneth Graunkei965: Allow 48-bit addressing on Gen8+.
2018-03-01 Kenneth Graunkei965: Shorten the name of the workaround BO.
2018-03-01 Kenneth Graunkei965: Add debugging code to dump the validation list.
2018-03-01 Timothy Arcerist/glsl_to_nir: simplify st_nir_assign_var_locations...
next