mesa: When copying a VAO also copy the vertex attribute mode.
[mesa.git] / src / mesa / state_tracker /
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.
2018-02-01 Timothy Arcerigallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
2018-01-31 Timothy Arcerist/glsl_to_nir: add more nir opts to st_nir_opts()
2018-01-31 Brian Paulst/mesa: whitespace, formatting fixes in st_glsl_to_tgs...
2018-01-31 Brian Paulst/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cpp
2018-01-30 Timothy Arcerist/glsl_to_nir: disable io lowering and array splitting...
2018-01-30 Timothy Arcerinir/st_glsl_to_nir: add param to disable splitting...
2018-01-30 Timothy Arcerist/glsl_to_nir: copy nir compiler options to context
2018-01-30 Andres Rodriguezmesa/st: add support for semaphore object signal/wait v4
2018-01-30 Andres Rodriguezmesa/st: add support for semaphore object create/import...
2018-01-30 Andres Rodriguezmesa/st: introduce EXT_semaphore and EXT_semaphore_fd v2
2018-01-30 Gert Wollnymesa/st/glsl_to_tgsi: Mark first write as unconditional...
2018-01-29 Timothy Arcerist/glsl_to_nir: remove dead io after conversion to nir
2018-01-29 Timothy Arcericompiler: tidy up double_inputs_read uses
2018-01-26 Timothy Arcerist/shader_cache: restore num_tgsi_tokens when loading...
2018-01-26 Brian Paulmesa: change gl_link_status enums to uppercase
2018-01-26 Eleni Maria Steamesa: Fix function pointers initialization in status...
2018-01-26 Ian Romanickst/mesa: Use the translated color logic op from the...
2018-01-25 Brian Paulst/mesa: expand glDrawPixels cache to handle multiple...
2018-01-25 Brian Paulst/mesa: add some debug code in st_choose_format()
2018-01-25 Emil Velikovautomake: st/mesa/tests: add st_tests_common.h to the...
2018-01-25 Timothy Arcerist/glsl_to_nir: remove reallocation of sampler/image...
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: remove now unneeded assert.
2018-01-24 Gert Wollnymesa/st/tests: Add tests for lifetime tracking with...
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add tracking of indirect addressi...
2018-01-24 Gert Wollnymesa/st/tests: Add tests for improved tracking of tempo...
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add tracking of ifelse writes...
2018-01-24 Gert Wollnymesa/st/tests: cleanup whitespace usage and correct...
2018-01-24 Gert Wollnymesa/st/tests: unify MockCodeLine* classes
2018-01-24 Gert Wollnymesa/st/tests: Fix zero-byte allocation leaks
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add some operators for glsl_to_tg...
2018-01-22 Emil Velikovst/mesa: provide static inline st_init_vdpau_functions
2018-01-19 Gert Wollnymesa: Make numSamples an unsigned int
2018-01-18 Rob Clarkmesa/st: translate SO info in glsl_to_nir() case
2018-01-17 Marek Olšákst/mesa: assume that user constant buffers are always...
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákst/mesa: expose ARB_sync unconditionally
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-17 Brian Paulst/mesa: include util/bitscan.h in st_glsl_to_tgsi_temp...
2018-01-17 Brian Paulst/mesa: remove unneeded #includes of main/compiler.h
2018-01-17 Brian Paulst/mesa: include main/compiler.h in st_cb_queryobj.c
2018-01-17 Timothy Arcerist/glsl_to_tgsi: add ARB_get_program_binary support...
2018-01-17 Timothy Arcerist/glsl_to_tgsi: add st_get_program_binary_driver_sha1...
2018-01-17 Timothy Arcerist/glsl_to_tgsi: add (de)serialise program helpers
next