i965: Drop some reserved space remnants.
[mesa.git] / src / mesa / state_tracker /
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
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
next