i965: Move assign_common_binding_table_offsets to brw_program
[mesa.git] / src / mesa / state_tracker /
2017-03-01 Nicolai Hähnlest/mesa: inform the driver of framebuffer changes befor...
2017-03-01 Nicolai Hähnlest/glsl_to_tgsi: avoid iterating past the head of the...
2017-02-24 Marek Olšákst/mesa: don't update unrelated states in non-draw...
2017-02-24 Marek Olšákst/mesa: set blend state for PBO readbacks
2017-02-24 Marek Olšákst/mesa: reset sample_mask, min_sample, and render_cond...
2017-02-24 Marek Olšákst/mesa: don't check st->vp in update_clip
2017-02-24 Marek Olšákst/mesa: assume all drivers support user index buffers
2017-02-23 Timothy Arcerist/mesa: free shader cache buffer on fallback
2017-02-23 Timothy Arcerist/mesa: fix crash in shader cache cased by race condition
2017-02-18 Charmaine Leest: add ST_FLUSH_WAIT to st_context_flush()
2017-02-22 Timothy Arcerist/mesa: get on-disk shader cache
2017-02-22 Timothy Arcerist/mesa: implement a tgsi on-disk shader cache
2017-02-22 Timothy Arcerist/mesa: add sha1 field to st program structs
2017-02-22 Timothy Arcerist/mesa: move set_prog_affected_state_flags() to st_pro...
2017-02-22 Rafael Antognollimesa: Track transform feedback overflow query objects.
2017-02-21 Emil Velikovst/mesa: move extern C wrappers where applicable
2017-02-18 Marek Olšákst/mesa: stop using TGSI_OPCODE_CLAMP
2017-02-17 Timothy Arcerist/mesa/glsl: build string of dri options and use as...
2017-02-15 Samuel Pitoisetdriconf: add allow_higher_compat_version option
2017-02-14 Marek Olšákst/mesa: tell u_vbuf that GL core doesn't have user...
2017-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2017-02-14 Marek Olšákst/mesa: use the common uploader (v2)
2017-02-13 Ilia Mirkinst/mesa: don't pass compare mode for stencil-sampled...
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-02-08 Dave Airliemesa/st: fix strict aliasing issue in int64 code.
2017-02-03 Ilia Mirkinst/mesa: MAX_VARYING is the max supported number of...
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-02-01 Timothy Arcerist/mesa: inline get_mesa_program()
2017-02-01 Timothy Arcerist/mesa: create set_prog_affected_state_flags() helper
2017-02-01 Timothy Arcerist/mesa: st_atom_shader.c C99 tidy up
2017-02-01 Timothy Arcerist/mesa: remove pre C99 statement block for variable...
2017-01-30 Samuel Pitoisetst/mesa: make st_texture_get_sampler_view() static
2017-01-27 Emil Velikovst/mesa: use correct return statement for a void function
2017-01-27 Dave Airliest/mesa: add support for enabling ARB_gpu_shader_int64.
2017-01-27 Dave Airliest/glsl_to_tgsi: add support for 64-bit integers
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...
next