glsl: Fix gl_NormalScale.
[mesa.git] / src / mesa / state_tracker /
2017-12-04 Timothy Arcerist/glsl_to_nir/radeonsi: enable gs support for nir...
2017-12-04 Timothy Arcerist/glsl_to_nir: add gs support to st_nir_assign_var_loc...
2017-12-04 Timothy Arcerist/glsl_to_nir: use nir_lower_io_arrays_to_elements...
2017-12-03 Timothy Arcerist/glsl_to_nir: enable NIR link time opts
2017-12-03 Timothy Arcerist/glsl_to_nir: move some calls out of st_glsl_to_nir_p...
2017-12-03 Timothy Arcerist/glsl_to_nir: call some lowering passes earlier
2017-12-03 Timothy Arcerist/glsl_to_nir: add basic NIR opt loop helper
2017-12-03 Timothy Arcerist/glsl_to_nir: make st_glsl_to_nir() static
2017-12-03 Timothy Arcerist/glsl_to_nir: split the st_glsl_to_nir() function...
2017-12-03 Timothy Arcerist/glsl_to_nir: create set_st_program() helper
2017-12-03 Timothy Arcerist/glsl: move nir linking loop to new function st_link_...
2017-12-03 Timothy Arcerist/glsl_to_nir: add st_nir_assign_var_locations() helper
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-28 Nicolai Hähnlest_glsl_to_tgsi: check for the tail sentinel in merge_t...
2017-11-27 Timothy Arcerist/glsl_to_tgsi: make use of driver_cache_blob with...
2017-11-21 Timothy Arcerist/glsl_to_nir: don't generate nir twice for gs
2017-11-20 Nicolai Hähnlest/mesa: use asynchronous flushes in st_finish
2017-11-20 Nicolai Hähnlest/mesa: implement st_server_wait_sync properly
2017-11-17 Brian Paulst/mesa: use enum types instead of int/unsigned (v3)
2017-11-17 Dave Airliest/mesa: don't move ssbo after atomic buffers if we...
2017-11-16 Emil Velikovmesa: split extensions overrides and glGetString(GL_EXT...
2017-11-15 Brian Paulst/mesa: whitespace fixes in st_manager.c
2017-11-15 Brian Paulst/mesa: whitespace clean-ups in st_context.c
2017-11-15 Brian Paulst/mesa: move st_manager_destroy() earlier in file
2017-11-15 Brian Paulst/mesa: move st_init_driver_flags() earlier in file
2017-11-14 Timothy Arcerist/glsl_to_tgsi: use tgsi_get_gl_varying_semantic(...
2017-11-14 Timothy Arcerist/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()
2017-11-14 Andres Rodriguezmesa/st: add missing copyright headers to memoryobjects...
2017-11-12 Rob Clarkmesa/st/nir: assign driver_location for images
2017-11-12 Rob Clarkst/program: fix compute shader nir references
2017-11-12 Timothy Arcerist/atifs: remove unrequired initialisation of gl_progra...
2017-11-11 Marek Olšákst/dri: fix deadlock when waiting on android fences
2017-11-10 Marek Olšákst/dri: fix android fence regression
2017-11-09 Marek Olšákmesa: enable ARB_texture_buffer_* extensions in the...
2017-11-09 Dave Airliest/mesa: add support for hw atomics to glsl->tgsi....
2017-11-09 Dave Airliest/mesa: setup hw atomic limits. (v1.1)
2017-11-09 Dave Airliest/mesa: start adding support for hw atomics atom....
2017-11-09 Brian Paulst/mesa: remove 'struct' keyword on function parameter
2017-11-09 Brian Paulmesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
2017-11-09 Brian Paulst/mesa: whitespace clean-up in st_mesa_to_tgsi.c
2017-11-09 Nicolai Hähnlest/mesa: remove redundant flushes from st_flush
2017-11-09 Nicolai Hähnlest/mesa: guard sampler views changes with a mutex
2017-11-09 Nicolai Hähnlest/mesa: re-arrange st_finalize_texture
2017-11-09 Nicolai Hähnlegallium: clarify the constraints on sampler_view_destroy
2017-11-08 Gert Wollnyconfigure: check for -std=c++11 support and enable...
2017-11-08 Timothy Arcerist/glsl_to_nir: use nir_shader_gather_info()
2017-11-08 Timothy Arcerist/glsl_to_nir: generate NIR earlier
2017-11-08 Timothy Arcerist/glsl_to_nir: delay adding built-in uniforms to Param...
2017-11-06 Adam Jacksongallium: Wire up flush control
2017-11-02 Timothy Arcerist/glsl_to_nir: pass gl_shader_program to st_finalize_nir()
2017-11-01 Dave Airliemesa/st: implement max combined output resources limiting.
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
2017-10-25 Dave Airliest/mesa: enable nir path for all shaders.
2017-10-25 Dave Airliest/program: add support for gs/tes/tcs nir shaders.
2017-10-25 Dave Airliest/program: rework basic variant interface
2017-10-25 Marek Olšákglsl_to_tgsi: remove unused glsl_version variable
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Marek Olšákst/mesa: correct a u_vbuf comment
2017-10-18 Miklós Mátést/mesa: set dimension for constants in ATI_fragment_shader
2017-10-18 Michel Dänzerst/mesa: Initialize textures array in st_framebuffer_va...
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
next