intel/compiler: Allocate pull_param in assign_constant_locations
[mesa.git] / src / mesa / state_tracker /
2017-10-13 Jason Ekstrandcompiler/blob: Switch to init/finish instead of create...
2017-10-13 Jason Ekstrandcompiler: Move blob up a level
2017-10-13 Kenneth Graunkecompiler: Move gl_program::TexelFetchSamplers to shader...
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: the second destination doesn't support...
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: fix DFRACEXP with only one destination
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: fix indirect access to 64-bit integer
2017-10-11 Nicolai Hähnlest/mesa: don't assign prog->ShadowSamplers
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT...
2017-10-11 Nicolai Hähnlest/mesa: store state that affects sampler views per...
2017-10-10 Dave Airliemesa/st: fix atomic buffer sizing to align with ssbo.
2017-10-10 Dave Airliemesa: rename various buffer bindings to one struct.
2017-10-10 Eric Anholtmesa: Implement a new GL_MESA_tile_raster_order extension.
2017-10-10 Eric Anholtmesa: Only expose GLES's EXT_texture_type_2_10_10_10_RE...
2017-10-10 Eric Anholtgallium: Add support for 5551 with the 1-bit field...
2017-10-10 Nicolai Hähnlest/dri: implement createImageFromRenderbuffer(2)
2017-10-10 Nicolai Hähnlest/mesa: don't clobber glGetInternalformat* buffer...
2017-10-10 Nicolai Hähnlest/mesa: whitespace fix
2017-10-10 Nicolai Hähnlest/mesa: fix import of EGL images with non-zero level...
2017-10-10 Nicolai Hähnlest/mesa: fix switching from surface-based to non-surfac...
2017-10-06 Marek Olšákglsl_to_tgsi: skip UARL for 1D registers if the driver...
2017-10-06 Marek Olšákglsl_to_tgsi: handle reladdr as TEMP in rename_temp_reg...
2017-10-06 Marek Olšákglsl_to_tgsi: each reladdr object should have only...
2017-10-06 Marek Olšákglsl_to_tgsi: fix instruction order for bindless textures
2017-10-06 Marek Olšákglsl_to_tgsi: enable copy propagation for tessellation...
2017-10-03 Matt Turnermesa/st: Drop has_lib_dxtc argument from st_init_extens...
2017-10-03 Matt Turnermesa: Drop Mesa_DXTn from gl_context
2017-10-02 Marek Olšákst/mesa: don't use pipe_surface for passing information...
2017-10-02 Nicolai Hähnlest/mesa: use R10G10B10X2 format where applicable
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: use LDEXP when available
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: fix conditional assignments to packed...
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
2017-09-28 Brian Paulst/mesa: don't call close() on Windows
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...
next