i965: Move load_interpolated_input/barycentric_* intrinsics to the top.
[mesa.git] / src / mesa / state_tracker /
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-19 Ian Romanickst/mesa: Enable MESA_shader_integer_functions on all...
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-16 Rob Clarkmesa/st: reduce size of state->st bitmask
2016-07-15 Brian Paulmesa: add numLevels, numSamples to Driver.TestProxyTexI...
2016-07-14 Christian Königst/mesa: fix reference counting bug in st_vdpau
2016-07-12 Marek Olšákglsl_to_tgsi: don't use the negate modifier in integer...
2016-07-12 Ilia Mirkinst/mesa: return appropriate mesa format for ETC texture...
2016-07-11 Marek Olšákst/mesa: remove st_dump_program_for_shader_db
2016-07-08 Nicolai Hähnlest/mesa: set debug callback async flag
2016-07-08 Nicolai Hähnlegallium: add async flag to pipe_debug_callback
2016-07-07 Timothy Arcerinir: use the same driver location for packed varyings
2016-07-05 Dave AirlieRevert "st/glsl_to_tgsi: don't increase immediate index...
2016-07-02 Rob Clarkglsl: add driconf to zero-init unintialized vars
2016-07-02 Dave Airliest/glsl_to_tgsi: don't increase immediate index by 1.
2016-07-02 Ilia Mirkinst/mesa: get max supported number of image samples...
2016-07-01 Nicolai Hähnlest/mesa: check the texture image level in st_texture_ma...
2016-07-01 Nicolai Hähnlest/mesa: an incomplete texture may have a zero-size...
2016-07-01 Vinson Leemesa/st: Use 'struct nir_shader' instead of 'nir_shader'.
2016-06-30 Timothy Arceriglsl/mesa: move duplicate shader fields into new struct...
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-24 Ilia Mirkinst/mesa: don't assume that the whole surface gets mapped
2016-06-24 Francesco Ansanellist/mesa: handle negative _ColorDrawBufferIndexes values...
2016-06-24 Nicolai Hähnlest/mesa: fix readpixels regression with MESA_pack_invert
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-22 Christian Gmeinerst/mesa: expose EXT_vertex_array_bgra when supported...
2016-06-22 Nicolai Hähnlest/mesa: use a single memcpy in st_ReadPixels when...
2016-06-21 Nicolai Hähnlest/mesa: cache staging texture for glReadPixels
2016-06-21 Nicolai Hähnlest/mesa: invalidate readpixels cache
2016-06-21 Nicolai Hähnlest/mesa: add readpix_cache structure
2016-06-21 Nicolai Hähnlest/mesa: move ReadPixels blit into a separate function
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before CopyImageSubData
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before texture functions
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before compute dispatch
2016-06-18 Ilia Mirkinst/mesa: add support for GL_EXT_window_rectangles
2016-06-16 Mathias Fröhlichmesa: Rename CoordReplaceBits back to CoordReplace.
2016-06-16 Mathias Fröhlichgallium: Convert the state_tracker to use CoordsReplace...
2016-06-16 Timothy Arcerimesa/glsl: stop using GL shader type internally
2016-06-15 Nicolai Hähnlest_glsl_to_tgsi: don't read potentially uninitialized...
2016-06-13 Emil Velikovst/mesa: inline _mesa_create_context() into its only...
2016-06-13 Emil Velikovst/mesa: remove unneeded break from st_api_create_context()
2016-06-13 Emil Velikovst/mesa: use c99 initializer for st_gl_api
2016-06-13 Emil Velikovgallium: remove st_api::get_proc_address hook
2016-06-10 Brian Paulst/mesa: tweak surface format mapping table
2016-06-10 Nicolai Hähnlest/mesa: use base level size as "guess" when available
2016-06-10 Ilia Mirkinst/mesa: fix type confusion with reladdrs
2016-06-08 Dave Airlieglsl/types: rename is_dual_slot_double to is_dual_slot_...
2016-06-08 Dave Airliest/glsl_to_tgsi: move to checking 64-bitness instead...
2016-06-08 Dave Airliest/glsl_to_tgsi: use enum glsl_base_type instead of...
2016-06-08 Marek Olšákst/mesa: try not to compile compute shader on the first use
2016-06-08 Nicolai Hähnlest/mesa: directly compute level=0 texture size in st_fi...
2016-06-08 Ilia Mirkinst/mesa: use buffer usage history to set dirty flags...
2016-06-07 Ilia Mirkinst/mesa: revalidate image atoms when a texture is updated
2016-06-07 Ilia Mirkinst/mesa: expose GL_ARB_shader_group_vote when supported...
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-06-06 Marek Olšákst/mesa: change SQRT lowering to fix the game Risen
2016-06-06 Nicolai Hähnlest/mesa: fix resource leak in try_pbo_readpixels
2016-06-06 Ilia Mirkinst/mesa: check shader image format support before using...
2016-06-02 Jordan Justenglsl: Add glsl LowerCsDerivedVariables option
2016-06-01 Nicolai Hähnlest/mesa: implement PBO downloads for ReadPixels
2016-06-01 Nicolai Hähnlest/mesa: hook up a no-op try_pbo_readpixels
2016-06-01 Nicolai Hähnlest/mesa: add layer_offset to PBO fragment shader
2016-06-01 Nicolai Hähnlest/mesa: create PBO download fragment shaders
2016-06-01 Nicolai Hähnlest/mesa: add PBO download enable bit and fragment shaders
2016-06-01 Nicolai Hähnlest/mesa: move shareable parts of PBO upload state and...
2016-06-01 Nicolai Hähnlest/mesa: move PBO buffer address calculation to st_pbo.c
2016-06-01 Nicolai Hähnlest/mesa: move PBO upload fs creation to st_pbo.c
2016-06-01 Nicolai Hähnlest/mesa: rename pbo_upload to pbo
2016-06-01 Nicolai Hähnlest/mesa: move PBO vertex and geometry shader creation...
2016-06-01 Nicolai Hähnlest/mesa: begin moving PBO functions into their own...
2016-06-01 Nicolai Hähnlegallium/cso: allow saving the first fragment shader...
2016-05-31 Eric Engestromst/glsl_to_tgsi: prevent infinite loop
2016-05-29 Ilia Mirkinst/mesa: fix setting of point_size_per_vertex in ES...
2016-05-29 Ilia Mirkinst/mesa: expose OES_shader_io_blocks when we have enoug...
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la
2016-05-24 Ilia Mirkinst/mesa: enable ARB_ES3_1_compatibility when ES 3.1...
2016-05-24 Dave Airliest/mesa: reenable culling
2016-05-23 Ilia Mirkinst/mesa: update inst->info along with inst->op
2016-05-23 Kenneth Graunkemesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES...
2016-05-18 Rob Clarkmesa/st: don't leak name
2016-05-18 Brian Paulst/mesa: remove unused st_context::default_texture
2016-05-17 Nicolai Hähnlest/mesa: fix reversed copyimage canonical format
2016-05-17 Rob Clarkmesa/st: add support for NIR as possible driver IR
2016-05-17 Rob Clarkmesa/st: move things around a bit in st_create_fp_variant()
2016-05-17 Rob Clarkmesa/st: add nir pass for lowering builtin uniforms
2016-05-15 Ilia Mirkinst/mesa: disable cull distance for now
2016-05-13 Ilia Mirkinst/mesa: flip y coordinate of interpolateAtOffset for...
2016-05-13 Tobias Klausmannmesa/st: Add support for GL_ARB_cull_distance (v2)
2016-05-13 Tobias Klausmannmesa/main: Add support for GL_ARB_cull_distance (v2)
2016-05-11 Rob Clarkmesa/st: split the type_size calculation into it's...
2016-05-10 Dave Airliest/glsl_to_tgsi: attach image to correct instruction...
2016-05-10 Ian Romanickprog: Delete all remains of OPCODE_SNE, OPCODE_SEQ...
2016-05-10 Marek Olšákst/mesa: use transfer_inline_write for memcpy TexSubIma...
2016-05-10 Dave Airliest/glsl_to_tgsi: brown paper bag for the input offsets...
2016-05-10 Dave Airliest/glsl_to_tgsi: handle offsets from inputs
2016-05-07 Nicolai Hähnlegallium: fix various undefined left shifts into sign bit
2016-05-02 Marek Olšákst/mesa: fix blit-based GetTexImage for non-finalized...
2016-04-30 Samuel Pitoisetst/glsl_to_tgsi: fix potential crash when allocating...
2016-04-29 Nicolai Hähnlest/glsl_to_tgsi: reduce stack explosion in recursive...
2016-04-25 Rob Clarkmesa/st: log some additional invalid-fbo cases
next