mesa: Trivial clean-ups in uniform_query.cpp
[mesa.git] / src / mesa / state_tracker /
2017-01-24 Marek Olšákst/mesa: destroy pipe_context before destroying st_cont...
2017-01-24 Samuel Pitoisetst/glsl_to_tgsi: fix compilation warnings since int64...
2017-01-23 Nicolai Hähnlest/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
2017-01-23 Timothy Arcerimesa/glsl: set {clip,cull}_distance_array_size directly...
2017-01-23 Timothy Arcerist/mesa/glsl: change xfb_program field to last_vert_prog
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2017-01-20 Philipp Zabelst/mesa: ask pipe driver to recreate derived internal...
2017-01-19 Timothy Arcerist/mesa/glsl: set early_fragment_tests directly in...
2017-01-17 Ilia Mirkinst/mesa: add support for advanced blend when fb can...
2017-01-17 Ilia Mirkingallium: add flags parameter to texture barrier
2017-01-10 Kenneth Graunkecompiler: Merge shader_info's tcs and tes structs.
2017-01-09 Timothy Arcerist/mesa: pass gl_program to st_bind_ubos()
2017-01-09 Timothy Arcerist/mesa: pass gl_program to st_bind_images()
2017-01-09 Timothy Arcerist/mesa: stop passing gl_linked_shader to set_affected_...
2017-01-09 Timothy Arcerist/mesa/glsl: set num_images directly in shader_info
2017-01-09 Timothy Arcerist/mesa: pass gl_program to st_bind_ssbos()
2017-01-08 Kenneth Graunkemesa: Introduce a compiler enum for tessellation spacing.
2017-01-08 Kenneth Graunkecompiler: Change shader_info->tes.vertex_order into...
2017-01-06 Timothy Arcerist/mesa/glsl: move SamplerTargets to gl_program
2017-01-06 Timothy Arcerist/mesa/glsl: set SamplersUsed directly in gl_program
2017-01-06 Timothy Arcerimesa/glsl: set num_textures per stage directly in shade...
2017-01-06 Timothy Arcerist/mesa/glsl: add new is_arb_asm flag in gl_program
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ShaderStorageBlocks to gl_program
2017-01-06 Timothy Arcerist/mesa/glsl/i965: set num_ssbos directly in shader_info
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move per stage UniformBlocks to...
2017-01-06 Timothy Arcerist/mesa/glsl/i965: set num_ubos directly in shader_info
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ImageUnits and ImageAccess...
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2017-01-05 Marek Olšákst/mesa: fix a segfault when prog->sh.data is NULL
2017-01-05 Marek Olšákst/mesa: enable GLSLOptimizeConservatively for drivers...
2017-01-05 Marek Olšákglsl_to_tgsi: do fewer optimizations with GLSLOptimizeC...
2017-01-05 Marek Olšákglsl: run do_lower_jumps properly in do_common_optimiza...
2017-01-03 Timothy Arcerist/mesa: get Version from gl_program rather than gl_sha...
2016-12-29 Timothy Arcerimesa: store gl_program in gl_transform_feedback_object...
2016-12-29 Timothy Arcerimesa/glsl: move LinkedTransformFeedback from gl_shader_...
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-12 Nicolai Hähnlest/glsl_to_tgsi: plumb the GS output stream qualifier...
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...
next