anv: Add a real semaphore struct
[mesa.git] / src / mesa / state_tracker /
2017-04-28 Marek Olšákst/mesa: use min_index and max_index directly from vbo
2017-04-28 Brian Paulst/mesa: add more fallback gallium formats for GL integ...
2017-04-28 Brian Paulst/mesa: whitespace clean-ups in st_manager.c
2017-04-28 Nicolai Hähnlest/mesa: remove redundant stfb->iface checks
2017-04-28 Nicolai Hähnlest/mesa: don't cast the incomplete framebufer to st_fra...
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: make undef_src and undef_dst const
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: cleanup using visit_generic_intrinsic
2017-04-28 Nicolai Hähnleglsl: remove the shader_group_vote and shader_ballot...
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: implement shader_group_vote and shader...
2017-04-28 Nicolai Hähnleglsl: add intrinsics for ARB_shader_group_vote and...
2017-04-26 Brian Paulst/mesa: minor clean-ups in st_update_renderbuffer_surf...
2017-04-26 Samuel Pitoisetst/glsl_to_tgsi: disable the merge registers pass condi...
2017-04-22 Marek Olšákmesa: replace _mesa_index_buffer::type with index_size
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_double()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_boolean()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_record()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_array()
2017-04-20 Marek Olšákst/mesa: use one big translation table in st_pipe_verte...
2017-04-20 Marek Olšákst/mesa: check in advance in st_draw_vbo whether the...
2017-04-20 Marek Olšákst/mesa: put the bitmap_cache structure inside st_context
2017-04-20 Marek Olšákst/mesa: inline and optimize st_invalidate_readpix_cache
2017-04-20 Marek Olšákst/mesa: invalidate the readpix cache in st_indirect_dr...
2017-04-20 Marek Olšákgallium: fold u_trim_pipe_prim call from st/mesa to...
2017-04-18 Samuel Pitoisetst/mesa: add st_convert_sampler()
2017-04-18 Timothy Arcerimesa: rename _mesa_add_renderbuffer* functions
2017-04-14 Nicolai Hähnlest/mesa: enable ARB_shader_viewport_layer_array
2017-04-13 Samuel Pitoisetst/mesa: fix wrong comparison in update_framebuffer_state()
2017-04-13 Brian Paulst/mesa: add some _mesa_is_winsys_fbo() assertions
2017-04-13 Brian Paulst/mesa: minor optimization in st_DrawBuffers()
2017-04-13 Timothy Arcerimesa/st: only update samplers for stages that have...
2017-04-12 Vinson Leest/mesa: Fix missing-braces warning.
2017-04-12 Timothy Arcerimesa/st: remove _mesa_get_fallback_texture() calls
2017-04-10 Timothy Arcerimesa/st: take ownership rather than adding reference...
2017-04-08 Gustaw Smolarczykst/mesa: Use compressed fog mode for atifs.
2017-04-07 Brian Paulst/mesa: silence unused/uninitialized var warnings
2017-04-06 Nicolai Hähnlest/pbo: select the right swizzle for instance IDs
2017-04-05 Nicolai Hähnlest/mesa: enable ARB_shader_ballot
2017-04-05 Nicolai Hähnlest/glsl_to_tgsi: implement ARB_shader_ballot system...
2017-04-05 Nicolai Hähnlest/glsl_to_tgsi: implement ARB_shader_ballot builtin...
2017-04-05 Nicolai Hähnlest/mesa: plumbing for sparse buffers
2017-04-05 Nicolai Hähnlest/mesa: enable ARB_sparse_buffer when supported
2017-04-04 Marek Olšákgallium: decrease the size of pipe_resource - 64 -...
2017-04-03 Bartosz Tomczykglsl: Fix blob memory leak
2017-04-03 Samuel Pitoisetst/mesa: add st_convert_image()
2017-04-03 Samuel Pitoisetst/mesa: make 'st' const in st_mesa_format_to_pipe_format()
2017-04-01 Erik Faye-Lundglsl: ir_explog_to_explog2 is no more
2017-04-01 Erik Faye-Lundst/mesa: avoid aliasing violation in st_cb_perfmon.c
2017-04-01 Michal Srbst: Add cubeMapFace parameter to st_finalize_texture.
2017-04-01 Lyudest/mesa: Add support for NV_fill_rectangle
2017-03-31 Nicolai Hähnlest/glsl_to_tgsi: fix 64-bit integer bit shifts
2017-03-31 Nicolai Hähnlest/mesa: implement ARB_shader_clock
2017-03-30 Samuel Pitoisetst/glsl_to_tgsi: use glsl_type::sampler_index()
2017-03-30 Nicolai Hähnlest/mesa: improve error messages and fix security warning
2017-03-29 Philipp Zabelst/mesa: EGLImageTarget* error handling
2017-03-29 Philipp Zabelst/mesa: move st_manager_get_egl_image_surface into...
2017-03-29 Marek Olšákmesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT ...
2017-03-28 Julien Isorcest_cb_bitmap: check NULL return from u_upload_alloc
2017-03-27 Brian Paulst/mesa: move duplicated st_ws_framebuffer() function...
2017-03-27 Grazvydas Ignotasglsl, st/shader_cache: check the whole sha1 for zero
2017-03-24 Samuel Pitoisetglsl_to_tgsi: don't rely on glsl types when visiting...
2017-03-22 Samuel Pitoisetst/glsl_to_tgsi: enable lower_sqrt() conditionally
2017-03-22 Samuel Pitoisetdriconf: add force_glsl_abs_sqrt option
2017-03-21 Grazvydas Ignotasutil/disk_cache: use a helper to compute cache keys
2017-03-19 Ilia Mirkinst/mesa: set result writemask based on ir type
2017-03-16 Timothy Arcerist/mesa: call glthread_destroy() before _vbo_DestroyCon...
2017-03-16 Marek Olšákgallium: implement the backend of threaded GL dispatch
2017-03-15 Marek Olšákglsl_to_tgsi: use TEX_LZ and TXF_LZ when available
2017-03-15 Marek Olšákglsl_to_tgsi: remove a redundant statement
2017-03-13 Marek Olšákst/mesa: disable the shader cache if dumping shaders
2017-03-12 Timothy Arceriglsl: don't use ralloc for blob creation
2017-03-07 Timothy Arcerist/mesa: don't propagate uniforms when restoring from...
2017-03-01 Nicolai Hähnlest/mesa: inform the driver of framebuffer changes befor...
2017-03-01 Nicolai Hähnlest/glsl_to_tgsi: avoid iterating past the head of the...
2017-02-24 Marek Olšákst/mesa: don't update unrelated states in non-draw...
2017-02-24 Marek Olšákst/mesa: set blend state for PBO readbacks
2017-02-24 Marek Olšákst/mesa: reset sample_mask, min_sample, and render_cond...
2017-02-24 Marek Olšákst/mesa: don't check st->vp in update_clip
2017-02-24 Marek Olšákst/mesa: assume all drivers support user index buffers
2017-02-23 Timothy Arcerist/mesa: free shader cache buffer on fallback
2017-02-23 Timothy Arcerist/mesa: fix crash in shader cache cased by race condition
2017-02-18 Charmaine Leest: add ST_FLUSH_WAIT to st_context_flush()
2017-02-22 Timothy Arcerist/mesa: get on-disk shader cache
2017-02-22 Timothy Arcerist/mesa: implement a tgsi on-disk shader cache
2017-02-22 Timothy Arcerist/mesa: add sha1 field to st program structs
2017-02-22 Timothy Arcerist/mesa: move set_prog_affected_state_flags() to st_pro...
2017-02-22 Rafael Antognollimesa: Track transform feedback overflow query objects.
2017-02-21 Emil Velikovst/mesa: move extern C wrappers where applicable
2017-02-18 Marek Olšákst/mesa: stop using TGSI_OPCODE_CLAMP
2017-02-17 Timothy Arcerist/mesa/glsl: build string of dri options and use as...
2017-02-15 Samuel Pitoisetdriconf: add allow_higher_compat_version option
2017-02-14 Marek Olšákst/mesa: tell u_vbuf that GL core doesn't have user...
2017-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2017-02-14 Marek Olšákst/mesa: use the common uploader (v2)
2017-02-13 Ilia Mirkinst/mesa: don't pass compare mode for stencil-sampled...
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-02-08 Dave Airliemesa/st: fix strict aliasing issue in int64 code.
2017-02-03 Ilia Mirkinst/mesa: MAX_VARYING is the max supported number of...
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-02-01 Timothy Arcerist/mesa: inline get_mesa_program()
next