Android: clean-up and fix DRI module path handling
[mesa.git] / src / mesa / state_tracker /
2016-02-24 Brian Paulst/mesa: remove useless break statement
2016-02-24 Brian Paulst/mesa: rename st_readpixels to st_ReadPixels
2016-02-24 Brian Paulst/mesa: fix frontbuffer glReadPixels regressions
2016-02-19 Ilia Mirkinst/mesa: force depth mode to GL_RED for sized depth...
2016-02-19 Ilia Mirkinst/mesa: fix pbo uploads
2016-02-19 Brian Paulst/mesa: implement a simple cache for glDrawPixels
2016-02-19 Nicolai Hähnlest/mesa: disable depth/stencil/alpha tests in PBO upload
2016-02-18 Brian Paulst/mesa: new st_DrawAtlasBitmaps() function for drawing...
2016-02-18 Ilia Mirkinst/mesa: apply DepthMode swizzle to stencil texturing...
2016-02-17 Ilia Mirkinst/mesa: fix up result_src.type when doing i2u/u2i...
2016-02-17 Brian Paulst/mesa: use cso_set_viewport_dims() in try_pbo_upload_...
2016-02-16 Rob Clarkst/mesa: add missing ETC2 entries to format_map
2016-02-16 Samuel Pitoisetst/mesa: do not init limits when compute shaders are...
2016-02-16 Brian Paulst/mesa: use new CSO_BITS_ALL_SHADERS
2016-02-16 Brian Paulst/mesa: simplify st->ctx, ctx->st usage in a various...
2016-02-16 Brian Paulst/mesa: use _mesa_geometric_width/height() in glDrawPi...
2016-02-16 Brian Paulst/mesa: rename attr variable in st_DrawTex()
2016-02-16 Brian Paulst/mesa: use 'cso' instead of 'st->cso_context' in...
2016-02-16 Brian Paulst/mesa: fix whitespace and add comment in st_DrawTex()
2016-02-16 Brian Paulst/mesa: used _mesa_num_tex_faces() in st_finalize_text...
2016-02-16 Brian Paulst/mesa: use cso_save/restore_state() in st_cb_texture.c
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...
next