st/mesa: use new cso_save/restore_state() functions
[mesa.git] / src / mesa / state_tracker /
2016-02-16 Brian Paulst/mesa: use new cso_save/restore_state() functions
2016-02-16 Brian Paulst/mesa: use new cso_set_viewport_dims() helper
2016-02-16 Brian Paulst/mesa: use 'cso' local var instead of st->cso_context
2016-02-16 Brian Paulst/mesa: consolidate quad drawing code
2016-02-16 Brian Paulst/mesa: overhaul vertex setup for clearing, glDrawPixe...
2016-02-16 Brian Paulst/mesa: include u_draw.h, not u_draw_quad.h in st_draw.c
2016-02-16 Nicolai Hähnlest/mesa: count shader images in MaxCombinedShaderOutput...
2016-02-16 Ilia Mirkinst/mesa: enable GL image extensions when backend suppor...
2016-02-16 Ilia Mirkinst/mesa: convert GLSL image intrinsics into TGSI
2016-02-16 Ilia Mirkinst/mesa: allow st_format.h to be included from C++...
2016-02-16 Nicolai Hähnlest/mesa: set pipe_image_view layers correctly for 3D...
2016-02-16 Nicolai Hähnlest/mesa: call st_finalize_texture from image atoms
2016-02-16 Ilia Mirkinst/mesa: add an image atom for shader images
2016-02-16 Ilia Mirkinst/mesa: empty buffer binding if the buffer's not reall...
2016-02-14 Jason Ekstrandglsl/types: Add support for function types
2016-02-13 Samuel Pitoisetst/mesa: fix pipe_grid_info initializer
2016-02-13 Samuel Pitoisetst/mesa: implement limits for ARB_compute_shader
2016-02-13 Samuel Pitoisetst/mesa: add compute program dispatch callbacks
2016-02-13 Samuel Pitoisetst/mesa: add state validation for compute shaders
2016-02-13 Samuel Pitoisetst/mesa: add mappings for compute shader sysvals
2016-02-13 Samuel Pitoisetst/mesa: keep track of shared memory declarations
2016-02-13 Samuel Pitoisetst/mesa: add intrinsics for shared variables
2016-02-13 Samuel Pitoisetst/mesa: add conversion for compute shaders
2016-02-13 Samuel Pitoisetst/mesa: add compute shader states
2016-02-13 Samuel Pitoisetst/mesa: add a second pipeline for compute
2016-02-11 Marek Olšákst/mesa: release GLSL IR in LinkShader after it's not...
2016-02-11 Marek Olšákmesa: call build_program_resource_list inside Driver...
2016-02-11 Marek Olšákst/mesa: use correct pipe functions to create tess...
2016-02-10 Samuel Pitoisetst/mesa: check ureg_create() retval in create_pbo_uploa...
2016-02-10 Brian Paulst/mesa: clarify some texture target code in st_cb_draw...
2016-02-10 Brian Paulst/mesa: fix bitmap texture target code and simplify...
2016-02-10 Brian Paulst/mesa: use MAX3() macro, as we do for sampler view...
2016-02-10 Brian Paulst/mesa: move some st_cb_drawpixels.c code, add comments
2016-02-09 Marek Olšákgallium: pass the robust buffer access context flag...
2016-02-09 Marek Olšákst/mesa: remove st_is_program_native
2016-02-09 Marek Olšákst/mesa: unify destroy_program_variants cases for TCS...
2016-02-09 Marek Olšákst/mesa: unify get_variant functions for TCS, TES, GS
2016-02-09 Marek Olšákst/mesa: unify variants and delete functions for TCS...
2016-02-09 Brian Paulst/mesa: don't allocate bitmap drawing state until...
2016-02-09 Brian Paulst/mesa: move the setup_bitmap_vertex_data() code into...
2016-02-09 Brian Paulst/mesa: refactor some bitmap drawing code
2016-02-09 Ilia Mirkinst/mesa: make use of the occlusion predicate query
2016-02-09 Dave Airliest/mesa: enable AoA for gallium drivers reporting GLSL...
2016-02-09 Dave Airliest/mesa: add atomic AoA support
2016-02-09 Dave Airliest/mesa: handle indirect samplers in arrays/structs...
2016-02-09 Dave Airlieglsl/ir: add param index to variable.
2016-02-08 Brian Paulst/mesa: minor formatting fixes in st_cb_bitmap.c
2016-02-08 Brian Paulmesa: move GL_ARB_debug_output code into new debug_outp...
2016-02-05 Marek Olšákst/mesa: implement and enable memory info extensions...
2016-02-05 Nicolai Hähnlest/mesa: bail out of try_pbo_upload_common when constan...
2016-02-05 Nicolai Hähnlest/mesa: bail out of try_pbo_upload_common when vertex...
2016-02-05 Nicolai Hähnlest/mesa: reduce the scope of sampler_view in try_pbo_up...
2016-02-05 Nicolai Hähnlest/mesa: do uploads earlier in try_pbo_upload_common
2016-02-05 Ilia Mirkinst/mesa: add query buffer support
2016-02-03 Ilia Mirkinst/mesa: fix potential null deref if no shader is passed in
2016-02-03 Nicolai Hähnlest/mesa: implement PBO upload for glCompressedTex(Sub...
2016-02-03 Nicolai Hähnlest/mesa: redirect CompressedTexSubImage to our own...
2016-02-03 Nicolai Hähnlest/mesa: inline the implementation of _mesa_store_compr...
2016-02-03 Nicolai Hähnlest/mesa: implement PBO upload for multiple layers
2016-02-03 Fredrik Höglundst/mesa: Accelerate PBO uploads
2016-02-03 Nicolai Hähnlest/mesa: use the correct address generation functions...
2016-02-01 Ilia Mirkinst/mesa: treat a write as a read for range purposes
2016-02-01 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-01-30 Ilia Mirkinst/mesa: enable ARB_shader_storage_buffer_object when...
2016-01-30 Ilia Mirkinst/mesa: add shader buffer barrier bit
2016-01-30 Ilia Mirkinst/mesa: add support for memory barrier intrinsics
2016-01-30 Ilia Mirkinst/mesa: use RESQ to find buffer size
2016-01-30 Ilia Mirkinst/mesa: add support for SSBO binding and GLSL intrinsics
2016-01-30 Ilia Mirkinst/mesa: add atomic counter support
2016-01-30 Ilia Mirkinmesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFER
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-18 Ilia Mirkinst/mesa: restore the stObj's size if it was cleared out
2016-01-14 Ilia Mirkinst/mesa: use surface format to generate mipmaps when...
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Brian Paulst/mesa: declare struct pipe_screen in st_cb_bufferobje...
2016-01-14 Brian Paulst/mesa: add check for color logicop in blit_copy_pixels()
2016-01-14 Nicolai Hähnlest/mesa: implement Driver.InvalidateBufferSubData
2016-01-14 Nicolai Hähnlest/mesa: use pipe->invalidate_resource instead of buffe...
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2016-01-13 Brian Paulst/mesa: fix incorrect buffer token passed to _mesa_Bin...
2016-01-08 Marek Olšákst/mesa: add support for POSITION and FACE system values
2016-01-08 Marek Olšákglsl: optionally declare gl_FragCoord & gl_FrontFacing...
2016-01-08 Marek Olšáktgsi/ureg: remove index parameter from ureg_DECL_system...
2016-01-08 Marek Olšákst/mesa: remove dead code from mesa_to_tgsi
2016-01-07 Ilia Mirkinst/mesa: expose ARB_indirect_parameters when the backen...
2016-01-07 Ilia Mirkinst/mesa: add support for new mesa indirect draw interface
2016-01-07 Nicolai Hähnlest/mesa: use _mesa_delete_buffer_object
2016-01-06 Brian Paulst/mesa: minor clean-ups in st_atom.c
2016-01-06 Brian Paulst/mesa: replace bitmap size checks with assertion
2016-01-06 Brian Paulst/mesa: check texture target in allocate_full_mipmap()
2016-01-06 Brian Paulst/mesa: move mipmap allocation check logic into a...
2016-01-06 Brian Paulst/mesa: use GLbitfield in st_state_flags, add comments
2016-01-06 Brian Pauls/GLuint/GLbitfield/ for st_invalidate_state() parameter
2016-01-06 Brian Paulst/mesa: be more careful about state validation in...
2016-01-06 Brian Paulst/mesa: move bitmap cache flushing out of state validation
2016-01-06 Brian Paulst/mesa: check state->mesa in early return check in...
2016-01-06 Brian Paulst/mesa: protect debug printf() with a conditional...
2016-01-06 Brian Paulst/mesa: fix comment indentation in st_flush_bitmap_cache()
2016-01-05 Brian Paulst/mesa: minor indentation fixes
next