android: change include "cutils/log.h" to "log/log.h" on Android API >=26
[mesa.git] / src / mesa / state_tracker /
2018-05-13 Marek Olšákgallium: remove aux_vertex_buffer_slot code
2018-05-12 Timothy Arcerist/nir: use NIR for asm programs
2018-05-12 Timothy Arcerist/nir: make st_nir_opts() available externally
2018-05-10 Mathias Fröhlichmesa/vbo/tnl: Move gl_vertex_array related stuff to...
2018-05-10 Mathias Fröhlichst/mesa: Remove the now unused gl_vertex_array.
2018-05-10 Mathias Fröhlichst/mesa: Make feedback draw and rasterpos use _DrawVAO.
2018-05-10 Mathias Fröhlichst/mesa: Use Array._DrawVAO in st_atom_array.c.
2018-05-10 Mathias Fröhlichst/mesa: Make the input_to_index array available.
2018-05-10 Mathias Fröhlichst/mesa: Use _DrawVAO for edgeflag enabled check.
2018-05-09 Timothy Arcerimesa: add GLSLVersionCompat constant
2018-05-03 Iago Toral Quirogacompiler/lower_64bit_packing: rename the pass to be...
2018-05-01 Rhys Perryst/mesa: add support for nvidia conservative rasterizat...
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl
2018-04-26 Eric Anholtst: Choose a 2101010 format for GL_RGB/GL_RGBA with...
2018-04-26 Charmaine Leest/mesa: fix missing setting of _ElementSize in new_dra...
2018-04-24 Timothy Arcerist/mesa: add new driver function DrawBufferAllocate
2018-04-21 Dylan Bakerautotools: Include new meson files
2018-04-19 Mike Lothianmeson: Build st_tests_common with gtest
2018-04-18 Marek Olšákglsl_to_tgsi: try harder to lower unsupported ir_binop_...
2018-04-18 Dylan Bakermeson: build tests for gallium mesa state tracker
2018-04-17 Timothy Arcerimesa: merge the driver functions DrawBuffers and DrawBuffer
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-10 Timothy Arcerist/mesa: finalise tcs/tes/geom NIR before storing it...
2018-04-10 Timothy Arcerist/mesa: exit st_translate_fragment_program() earlier...
2018-04-10 Timothy Arcerist/glsl_to_nir: set paramater value offset as driver...
2018-04-10 Timothy Arcerist/mesa: stop calling _mesa_init_shader_object_functions()
2018-04-09 Rob Clarkmesa/st/nir: fix instruction removal
2018-04-09 Rob Clarkmesa/st/nir: fix naked lowering pass call
2018-04-07 Ilia Mirkinst/mesa: tex offsets can't be in a const or 2d-indexed
2018-04-04 Marek Olšákst/mesa: set stencil border color the same as intensity
2018-04-03 Jakob Bornecrantzst/mesa: Also use PIPE_FORMAT_R8G8B8A8_SRGB for framebu...
2018-04-02 Marek Olšákst/mesa: don't draw if the bound element array buffer...
2018-04-02 Timothy Arcerist/glsl_to_nir: gather next_stage in shader_info
2018-03-31 Mathias Fröhlichgallium: Push down the gl_vertex_array inputs into...
2018-03-30 Brian Paulst/mesa: add missing GLSL_TYPE_[U]INT8 cases in st_glsl...
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-29 Brian Paulst/mesa: silence unhandled switch case warning
2018-03-29 Eric Anholtst: Don't try to finalize the texture in st_render_text...
2018-03-28 Timothy Arcerist/glsl_to_nir: set driver location for bindless images...
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 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 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 Mathias Fröhlichmesa: Move vbo draw functions into dd_function_table.
2018-03-20 Emil Velikovst/mesa: add compiler/nir/ prefix for nir includes
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: rework ParameterList to allow packing
2018-03-16 Emil Velikovst/mesa: simplify st_init_limits() via tgsi_processor_t...
2018-03-14 Guillaume Charifist/mesa: Factorize duplicate code in st_BlitFramebuffer()
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-03-12 Mathias Fröhlichgallium: Use struct gl_array_attributes* as st_pipe_ver...
2018-03-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
2018-03-09 Michel Dänzerst/mesa: gl_program::info.system_values_read is a 64...
2018-03-07 Marek Olšákst/mesa: expose 0 shader binary formats for compat...
2018-03-01 Timothy Arcerist/glsl_to_nir: simplify st_nir_assign_var_locations...
2018-02-28 Ilia Mirkinst/mesa: ensure that images don't try to reference...
2018-02-24 Francisco Jerezglsl: Specify framebuffer fetch coherency mode in lower...
2018-02-24 Francisco Jerezmesa: Rename dd_function_table::BlendBarrier to match...
2018-02-20 Guillaume Charifist/mesa: Factorize duplicate code for atomic buffer...
2018-02-20 Guillaume Charifist/mesa: Factorize duplicate code in st_update_framebuf...
2018-02-20 Ilia Mirkinmesa: add xbgr support adjacent to xrgb
2018-02-20 Timothy Arcerist/shader_cache: copy nir pointer to gl_program after...
2018-02-16 Kenneth Graunkemesa: Move compute_num_levels from st_gen_mipmap.c...
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-13 Timothy Arcerist/glsl: set req_local_mem earlier for compute shaders
2018-02-13 Marek Olšákmesa,glsl,nir: reduce gl_state_index size to 2 bytes
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 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 Michel Dänzerst/mesa: Initialize tex_target in compile_tgsi_instruction
2018-02-09 Mathias Fröhlichgallium: Mute arrays for several meta like callbacks.
2018-02-08 Brian Paulst/mesa: s/unsigned/enum tgsi_semantic/ st_cb_drawpixels.c
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 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 Bas Nieuwenhuizenautotools: Only build libmesa-st-tests-common.a for...
2018-02-06 Dylan Bakerstate_tracker: Don't build st-renumerate-test without...
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-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2018-02-03 Eric Anholtgallium: Add a new A4B4G4R4 pipe format for Broadcom.
next