st/mesa: use MAX3() macro, as we do for sampler view code below
[mesa.git] / src / mesa / state_tracker /
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
2016-01-04 Nicolai Hähnlest/mesa: make KHR_debug output independent of context...
2016-01-03 Ilia Mirkinst/mesa: use PK2H/UP2H when supported
2016-01-03 Samuel Pitoisetst/mesa: fix parameter names for tesseval/tessctrl...
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2016-01-02 Marek Olšákst/mesa: fix GLSL uniform updates for glBitmap & glDraw...
2016-01-02 Ilia Mirkinst/mesa: sort extensions enablement array
2015-12-31 Dave Airliest/glsl_to_tgsi: fix block movs for doubles
2015-12-31 Dave Airliest/glsl_to_tgsi: handle different attrib size
2015-12-31 Dave Airliest/glsl_to_tgsi: readd the double_reg2 for input index...
2015-12-31 Dave Airliest/glsl_to_tgsi: when doing reladdr get vec4 of correct...
2015-12-31 Dave Airliest/glsl_to_tgsi: handle double immediates in matrices...
2015-12-31 Dave Airliest/glsl_to_tgsi: setup writemask for double arrays...
2015-12-31 Dave Airliest/glsl_to_tgsi: handle doubles in array shrinking...
2015-12-31 Dave Airliest/glsl_to_tgsi: handle doubles outputs in arrays.
2015-12-31 Dave Airliest/glsl_to_tgsi: store if dst is double in array
2015-12-30 Ilia Mirkinst/mesa: add GL_ARB_shader_draw_parameters support
2015-12-29 Kristian Høgsberg... mesa/st: Pad out _mesa_sysval_to_semantic for new SYSTE...
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-11 Brian Paulst/mesa: trivial indentation fix
2015-12-08 Matt Turnerglsl_to_tgsi: Skip useless comparison instructions.
2015-12-03 Brian Paulst/mesa: add new st_copy_framebuffer_to_texture() function
2015-11-25 Nicolai Hähnlest/mesa: remove outdated comment
2015-11-25 Nicolai Hähnlest/mesa: delay initialization of performance counters
2015-11-23 Ilia Mirkinst/mesa: add astc support
2015-11-20 Nicolai Hähnlest/mesa: add support for batch driver queries to perfmon
2015-11-20 Nicolai Hähnlest/mesa: maintain active perfmon counters in an array
2015-11-20 Nicolai Hähnlest/mesa: use BITSET_FOREACH_SET to loop through active...
2015-11-20 Nicolai Hähnlest/mesa: store mapping from perfmon counter to query...
next