mesa: Return LINEAR encoding for winsys FBO depth/stencil.
[mesa.git] / src / mesa / state_tracker /
2016-12-07 Marek Olšákst/mesa: round lod_bias to a multiple of 1/256
2016-12-02 Timothy ArceriRevert "st/mesa: get Version from gl_program rather...
2016-12-02 Timothy Arcerist/mesa: get Version from gl_program rather than gl_sha...
2016-12-02 Timothy Arcerist/mesa/glsl: move Version to gl_shader_program_data
2016-11-30 Nicolai Hähnlest/mesa: skip lower_output_reads when possible
2016-11-30 Nicolai Hähnlest/glsl_to_tgsi: swizzle PROGRAM_OUTPUTs correctly...
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-11-18 Timothy Arceriglsl/i965: move per stage AtomicBuffers list to gl_program
2016-11-18 Timothy Arceriglsl: create gl_program at the start of linking rather...
2016-11-18 Timothy Arcerist/mesa/i965: simplify gl_program references and stop...
2016-11-18 Nicolai Hähnlest/mesa: silence warnings in optimized builds
2016-11-18 Nicolai Hähnlest/mesa: remove a redundant call to _mesa_is_multisampl...
2016-11-17 Timothy Arcerist/mesa/r200/i915/i965: move ARB program fields into...
2016-11-17 Timothy Arcerist/mesa: stop initialing Instructions and NumInstructions
2016-11-16 Brian Paulmesa: if MESA_DEBUG=context, create a debug context
2016-11-16 Nicolai Hähnlest/mesa: swap bytes in the fallback format translation...
2016-11-16 Nicolai Hähnlest/mesa: simplify and fix st_GetTexSubImage
2016-11-16 Nicolai Hähnlest/mesa: fix SINT <-> UINT conversion during PBO upload...
2016-11-16 Nicolai Hähnlest/mesa: change st_pbo_create_upload_fs to st_pbo_get_u...
2016-11-16 Nicolai Hähnlest/mesa: fix ReadPixels into packed formats with PBO
2016-11-15 Marek Olšákglsl_to_tgsi: lower small branches based on the CAP
2016-11-15 Marek Olšákglsl/lower_if: don't lower branches touching tess contr...
2016-11-10 Marek Olšákmesa: remove LowerShaderSharedVariables
2016-11-09 Kevin Strassermesa/extensions: expose OES_vertex_half_float for ES2
2016-11-05 Brian Paulst/mesa: initialize members of glsl_to_tgsi_instruction...
2016-11-04 Nicolai Hähnlest/mesa: fix the layer of VDPAU surface samplers
2016-11-04 Nicolai Hähnlest/glsl_to_tgsi: fix dvec[34] loads from SSBO
2016-11-02 Timothy Arcerist/mesa/r200/i915/i965: use rzalloc() to create gl_program
2016-10-28 Brian Paulmesa: rename gl_client_array -> gl_vertex_array
2016-10-27 Tapani Pällist/mesa: set RobustAccess true when is supported
2016-10-26 Marek Olšákst/mesa: allow multiple concurrent waiters in ClientWai...
2016-10-26 Marek Olšákst/mesa: unduplicate st_check_sync code
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arceriglsl/st/mesa: use common system values read field
2016-10-26 Timothy Arcerist/mesa: use common patch outputs written field
2016-10-26 Timothy Arcerist/mesa: use common patch inputs read field
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerist/mesa: use common double inputs read field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerist/mesa: get interpolation location at translation...
2016-10-26 Timothy Arcerist/mesa: stop making use of InterpQualifier array
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_compute_program
2016-10-26 Timothy Arcerist/mesa: switch cs over to shared shader_info
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_geometry_program
2016-10-26 Timothy Arcerist/mesa: switch gs over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_eval_program
2016-10-26 Timothy Arcerist/mesa: switch tes over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_ctrl_program
2016-10-26 Timothy Arcerist/mesa: switch tcs over to shared shader_info
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
2016-10-26 Timothy Arcerimesa: modify _mesa_copy_linked_program_data() to take...
2016-10-24 Nicolai Hähnlest/mesa: cleanup and fix primitive restart for indirect...
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-20 Nicolai Hähnlest/mesa: only set primitive_restart when the restart...
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: sort input and output decls by TGSI...
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: fix block copies of arrays of structs
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: fix block copies of arrays of doubles
2016-10-19 Marek Olšákst/mesa: disable alpha-test, alpha-to-coverage, alpha...
2016-10-19 Marek Olšákmesa: remove gl_shader_compiler_options::EmitNoNoise
2016-10-19 Marek Olšákglsl_to_tgsi: remove code for fixing up TGSI labels
2016-10-19 Marek Olšákglsl_to_tgsi: remove subroutine support
2016-10-19 Marek Olšákmesa_to_tgsi: remove remnants of flow control and subro...
2016-10-19 Marek Olšákmesa_to_tgsi: drop support for instructions that can...
2016-10-19 Marek Olšákglsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_of...
2016-10-19 Marek Olšákglsl_to_tgsi: merge buffer and sampler fields in glsl_t...
2016-10-19 Marek Olšákglsl_to_tgsi: reduce the size of glsl_to_tgsi_instructi...
2016-10-19 Marek Olšákglsl_to_tgsi: reduce the size of st_dst_reg and st_src_reg
2016-10-19 Marek Olšákglsl_to_tgsi: remove unused st_translate::tex_offsets
2016-10-19 Marek Olšákglsl_to_tgsi: remove unused parameters from calc_deref_...
2016-10-19 Marek Olšákglsl_to_tgsi: use array_id for temp arrays instead...
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix [ui]vec[34] conversion to double
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix atomic counter addressing
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix a corner case of std140 layout...
2016-10-17 Nicolai Hähnlest/mesa: fix fragment shader output mapping
2016-10-16 Eric Anholtstate_tracker: Fix check for scissor enabled when < 0.
2016-10-13 Brian Paulmesa: remove 'params' parameter from ctx->Driver.TexPar...
2016-10-13 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY
2016-10-13 Nicolai Hähnlest/mesa: fix vertex elements setup for doubles
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: remove unnecessary ir_instruction...
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: fix textureGatherOffset with indirectl...
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: simplify translate_tex_offset
2016-10-12 Ilia Mirkinst/mesa: only flip stipple pattern for winsys fbo's
2016-10-12 Nicolai Hähnlest/mesa: enable ARB_enhanced_layouts and turn the cap on
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: adjust swizzles and writemasks for...
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: explicitly track all input and output...
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: mark "gaps" in input/output arrays...
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: disable on-the-fly peephole for 64...
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: simpler fixup of empty writemasks
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: explicit handling of writemask for...
2016-10-06 Samuel Pitoisetst/mesa: expose ARB_compute_variable_group_size
2016-10-06 Samuel Pitoisetst/mesa: add support for dispatching a variable local...
2016-10-06 Samuel Pitoisetst/mesa: add mapping for SYSTEM_VALUE_LOCAL_GROUP_SIZE
2016-10-06 Brian Paulst/mesa: move all sampler view code into new st_sampler...
2016-10-06 Brian Paulst/mesa: optimize pipe_sampler_view validation
2016-10-06 Brian Paulst/mesa: consolidate view format setup code
2016-10-06 Brian Paulst/mesa: add some const qualifiers in st_atom_texture.c
2016-10-06 Brian Paulst/mesa: simplify some code in get_texture_format_swizzle()
next