i965: make use of nir linking
[mesa.git] / src / mesa / state_tracker /
2017-09-21 Timothy Arcerimesa/st: fix infinite loops
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-09-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-09-18 Nicolai Hähnlest/glsl_to_tgsi: fix theoretical memory leak
2017-09-15 Gert Wollnymesa/st/tests: Correct build flags and force -std=c++11
2017-09-15 Timothy Arcerist/mesa: set UseSTD430AsDefaultPacking const based...
2017-09-15 Timothy Arcerimesa/st: add LOAD support for UBOs
2017-09-15 Timothy Arcerimesa/st: create add_buffer_to_load_and_stores() helper
2017-09-14 Dave Airliest/glsl->tgsi: fix u64 to bool comparisons.
2017-09-13 Nicolai Hähnlest/glsl_to_tgsi: remove unused code in temprename
2017-09-13 Nicolai Hähnlest/glsl_to_tgsi: be precise about merging scopes
2017-09-12 Aaron Watrymesa/st: Include builddir/src/compiler/glsl to fix...
2017-09-11 Nicolai Hähnlest/glsl_to_tgsi: only the first (inner-most) array...
2017-09-08 Thomas Hellstrommesa/st: Fix frontbuffer rendering regression
2017-09-07 Gert Wollnymesa/st/tests: Fix regressions with libunwind enabled...
2017-09-07 Marek Olšákst/mesa: skip draw calls with pipe_draw_info::count...
2017-09-06 Gert Wollnymesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: tie in new temporary register...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: Add test set for evaluation...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: add register rename mapping...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: add tests for the new temporary...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: implement new temporary register...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi move some helper classes to extra...
2017-09-06 Dave Airliest_glsl_to_tgsi: rewrite rename registers to use array...
2017-09-04 Nicolai Hähnlest/glsl_to_tgsi: inline src_register into translate_src
2017-09-04 Nicolai Hähnlest/glsl_to_tgsi: ir_load_ubo always has a second index
2017-09-04 Nicolai Hähnlest/drawpixels: always use two-dimensional constant...
2017-09-03 Roland Scheideggerst/mesa: fix view template initialization in try_pbo_re...
2017-09-01 Brian Paulst/mesa: only try to create 1x msaa surfaces for "fake...
2017-08-30 Eric Engestrommesa/st: remove unwanted backup file
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-08-29 Marek Olšákst/mesa: fix XPD lowering - don't read dst
2017-08-28 Ilia Mirkinst/mesa: fix handling of vertex array double inputs
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_polygon_offset_clamp
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_texture_filter_anisotropic
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-08-24 Brian Paulst/mesa: add const qualifiers in st_extensions.c
2017-08-24 Brian Paulst/mesa: whitespace/indentation fixes in st_init_extens...
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Samuel Pitoisetst/glsl_to_tgsi: fix getting the image type for array...
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-08-22 Marek Olšákgallium: remove TGSI opcode DP2A
2017-08-22 Marek Olšákglsl_to_tgsi: clean up opcode translation
2017-08-22 Timothy Arcerimesa: pass ctx to add_uniform_to_shader constructor
2017-08-22 Timothy Arcerimesa/st: simplify some UBO index logic
2017-08-17 Brian Paulst/mesa: remove Windows hack for glFinish
2017-08-17 Frank Richterst/mesa: fix a null pointer access
2017-08-14 Timothy Arcerist/mesa: correctly calculate the storage offset
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2017-08-11 Timothy Arceriglsl: stop copying struct and interface member names
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-08-06 Andres Rodriguezmesa: hook up UUID queries for driver and device
2017-08-06 Andres Rodriguezmesa/st: expose EXT_memory_object and EXT_memory_object_fd
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 Dave Airliemesa/st: start adding memory object support
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 Thomas Hellstromgallium/st: Add a method to flush outstanding swapbuffers
2017-08-02 Nicolai Hähnlest/mesa: replace st_shader_stage_to_ptarget
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 Timothy Arcerimesa/st: fix conditional jump depends on uninitialised...
2017-08-01 Dave AirlieRevert "st_glsl_to_tgsi: rewrite rename registers to...
2017-07-31 Marek OlšákRevert "st/mesa: release sampler views when redefining...
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-28 Samuel Pitoisetst/mesa: remove useless st_bufferobj_validate_usage()
2017-07-28 Samuel Pitoisetst/mesa: remove st_cache.h
2017-07-28 Samuel Pitoisetst/glsl_to_tgsi: fix getting the image type for array...
2017-07-28 Samuel Pitoisetmesa: drop fence type parameter from NewSyncObject()
2017-07-28 Marek Olšákst/mesa: release sampler views when redefining a textur...
2017-07-27 Marek Olšákst/mesa: always unconditionally revalidate main framebu...
2017-07-27 Michel Dänzerst/mesa: Fix inversed test in st_api_destroy_drawable
2017-07-26 Marek Olšákst/mesa: also clamp and quantize per-unit lod bias
2017-07-26 Marek Olšákst/mesa: fix unconditional return in st_framebuffer_ifa...
2017-07-26 Andres Rodriguezmesa/st: fix inconsistent indentation of st_cb_bufferob...
2017-07-26 Timothy Arcerimesa/st: fix unused variable warnings
2017-07-26 Timothy Arcerimesa/st: move st_pipe_format_to_mesa_format() call...
2017-07-24 Charmaine Leest/mesa: create framebuffer iface hash table per st...
2017-07-22 Brian Paulst/mesa: use proper resource target type in st_AllocTex...
2017-07-22 Karol Herbstst/glsl_to_tgsi: don't optimize mul+add to mad if expre...
2017-07-22 Karol Herbsttgsi: populate precise
2017-07-22 Karol Herbstst/glsl_to_tgsi: handle precise modifier
2017-07-21 Charmaine Leest/mesa: add destroy_drawable interface
2017-07-12 Charmaine Leest/mesa: init winsys buffers list only if context creat...
2017-07-14 Grigori Goronzyst/mesa: Add support for KHR_no_error flag
2017-07-14 Lucas Stachst/mesa: handle stfbi being NULL on entry of st_framebu...
2017-07-13 Michel Dänzerst/mesa: Handle st_framebuffer_create returning NULL
2017-07-12 Charmaine Leest/mesa: add a winsys buffers list in st_context
2017-07-10 Marek Olšákgallium: use "ull" number suffix to keep the QtCreator...
2017-07-07 Matias N. Goldbergst/mesa: Fix grabbing the wrong variant if glDrawPixels...
2017-07-07 Brian Paulst/mesa: remove unused st_framebuffer::Private field
2017-07-06 Brian Paulst/mesa: find proper mipmap level in st_ClearTexSubImage()
2017-07-06 Brian Paulst/mesa: whitespace fixes in st_cb_fbo.c
next