spirv/cfg: Refactor the function parameter loop a bit
[mesa.git] / src / mesa /
2017-12-12 Eric Engestromi915: add missing 0 defines
2017-12-12 Nicolai Hähnlemesa: refuse to compile SPIR-V shaders or link mixed...
2017-12-12 Nicolai Hähnlemesa/shaderapi: add a getter for GL_SPIR_V_BINARY_ARB
2017-12-12 Nicolai Hähnlemesa: implement SPIR-V loading in glShaderBinary
2017-12-12 Eduardo Lima Mitevmesa/glspirv: Add struct gl_shader_spirv_data
2017-12-12 Nicolai Hähnlemesa/glspirv: Add struct gl_spirv_module
2017-12-12 Nicolai Hähnlemesa: add GL_ARB_gl_spirv boilerplate
2017-12-12 Ilia Mirkinst/mesa: swizzle argument when there's a vector size...
2017-12-08 Jordan Justeni965: Add ARB_get_program_binary support using nir_seri...
2017-12-08 Jordan Justenmain: Clear shader program data whenever ProgramBinary...
2017-12-08 Jordan Justenmain: add binary support to ProgramBinary
2017-12-08 Jordan Justenmain: add binary support to GetProgramBinary
2017-12-08 Jordan Justenmain: Support getting GL_PROGRAM_BINARY_LENGTH
2017-12-08 Jordan Justenmesa: Add Mesa ARB_get_program_binary helper functions
2017-12-08 Timothy Arcerimesa: add driver callbacks for serialising ProgramBinar...
2017-12-08 Jordan Justenmain: Support 1 Mesa format with get for GL_PROGRAM_BIN...
2017-12-08 Jordan Justenmain: Allow non-zero NUM_PROGRAM_BINARY_FORMATS
2017-12-08 Jordan Justeni965: Fix memory leak when serializing nir
2017-12-08 Jordan Justeni965: Add brw_program_serialize_nir
2017-12-08 Jordan Justeni965: Free serialized nir after deserializing
2017-12-08 Jordan Justeni965: Add brw_program_deserialize_nir
2017-12-08 Jordan Justenmain, glsl: Add UniformDataDefaults which stores unifor...
2017-12-07 Alejandro Piñeiromesa/spirv: move and rename nir_spirv_supported_capabil...
2017-12-07 Alejandro Piñeiromesa: remove set_entry from forward type declarations
2017-12-07 Kenneth Graunkemeta: Fix ClearTexture with GL_DEPTH_COMPONENT.
2017-12-07 Kenneth Graunkemeta: Initialize depth/clear values on declaration.
2017-12-06 Alejandro Piñeiromesa: define nir_spirv_supported_capabilities
2017-12-06 Emil Velikovi965: include brw_pipe_control.h in the tarball
2017-12-06 Emil Velikovmesa: document _mesa_extension_override_* variables
2017-12-06 Eduardo Lima Mitevmesa/st: Handle 16-bit types at st_glsl_storage_type_size()
2017-12-06 Eduardo Lima Mitevglsl: Add 16-bit types
2017-12-05 Brian Paulmesa: add const qualifier on _mesa_is_renderable_textur...
2017-12-05 Brian Paulmesa: add const qualifier on _mesa_base_fbo_format()
2017-12-05 Brian Paulmesa: s/%u/%d/ in _mesa_error() call in check_layer()
2017-12-05 Brian Paulmesa: simplify/improve some _mesa_error() calls in...
2017-12-05 Brian Paulmesa: trivial whitespace fixes in transformfeedback.c
2017-12-05 Brian Paulmesa: add const qualifier in test_attachment_completeness()
2017-12-05 Brian Paulst/mesa: remove unneeded #include in st_format.h
2017-12-05 Brian Paulst/mesa: rename a few vars to 'bindings'
2017-12-05 Brian Paulst/mesa: whitespace fixes in st_format.c
2017-12-05 Rob Clarkmesa/st: move cloning of NIR shader for compute
2017-12-05 Dave Airliest/mesa: handle compute atomics
2017-12-04 Nanley Cheryi965/cnl: Avoid fast-clearing sRGB render buffers
2017-12-04 Dylan Bakermeson: Install dri.pc file when building gallium dri...
2017-12-04 Lionel Landwerlini965: read CS timestamp frequency from the kernel on...
2017-12-04 Kenneth Graunkei965: Emit CS stall before MEDIA_VFE_STATE.
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-12-04 Fabian Bielerglsl: Fix gl_NormalScale.
2017-12-04 Timothy Arcerist/glsl_to_nir/radeonsi: enable gs support for nir...
2017-12-04 Timothy Arcerist/glsl_to_nir: add gs support to st_nir_assign_var_loc...
2017-12-04 Timothy Arcerist/glsl_to_nir: use nir_lower_io_arrays_to_elements...
2017-12-03 Timothy Arcerist/glsl_to_nir: enable NIR link time opts
2017-12-03 Timothy Arcerist/glsl_to_nir: move some calls out of st_glsl_to_nir_p...
2017-12-03 Timothy Arcerist/glsl_to_nir: call some lowering passes earlier
2017-12-03 Timothy Arcerist/glsl_to_nir: add basic NIR opt loop helper
2017-12-03 Timothy Arcerist/glsl_to_nir: make st_glsl_to_nir() static
2017-12-03 Timothy Arcerist/glsl_to_nir: split the st_glsl_to_nir() function...
2017-12-03 Timothy Arcerist/glsl_to_nir: create set_st_program() helper
2017-12-03 Timothy Arcerist/glsl: move nir linking loop to new function st_link_...
2017-12-03 Timothy Arcerist/glsl_to_nir: add st_nir_assign_var_locations() helper
2017-12-02 Jordan Justeni965: Serialize nir later in the linking process
2017-12-01 Emil Velikovxlib: remove dummy GLX_MESA_set_3dfx_mode implementation
2017-12-01 Emil Velikovxlib: remove empty GLX_MESA_agp_offset stubs
2017-12-01 Emil Velikovxlib: remove empty GLX_NV_vertex_array_range stubs
2017-12-01 Rafael Antognollii965/gen10: Change the order of PIPE_CONTROL and load...
2017-12-01 Rafael Antognollii965/gen10: emit 3DSTATE_MULTISAMPLE more often.
2017-12-01 Jason Ekstrandi965: Disable regular fast-clears (CCS_D) on gen9+
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
2017-11-30 Kenneth Graunkei965: Don't grow batch/state buffer on every emit after...
2017-11-30 Kenneth Graunkei965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.
2017-11-30 Kenneth Graunkei965: Use old_bo->align when growing batch/state buffer...
2017-11-29 Kenneth Graunkei965: Program the dynamic state heap size to MAX_STATE_...
2017-11-29 Juan A. Suarez Romeromesa: deal with vs_inputs as 64-bit unsigned integer
2017-11-29 Timothy Arcerimesa: rework _mesa_add_parameter() to only add a single...
2017-11-28 Kenneth Graunkei965: Change a ret == -1 check to ret != 0.
2017-11-28 Kenneth Graunkei965: Use C99 struct initializers in brw_bufmgr.c.
2017-11-28 Kenneth Graunkei965: Move perf_debug and WARN_ONCE back to brw_context.h.
2017-11-28 Eric Engestromi965: const a few structs and vars to avoid writing...
2017-11-28 Kenneth Graunkei965: Fix Smooth Point Enables.
2017-11-28 Lionel Landwerlini965: perf: add support for CoffeeLake GT3
2017-11-28 Lionel Landwerlini965: perf: add support for CoffeeLake GT2
2017-11-28 Lionel Landwerlini965: perf: add busyness metric sets on gen8/9 platforms
2017-11-28 Lionel Landwerlini965: fix time elapsed counter equations in VME/Media...
2017-11-28 Lionel Landwerlini965: perf: update counter names on gen8/9 platforms
2017-11-28 Lionel Landwerlini965: add a debug option to disable oa config loading
2017-11-28 Lionel Landwerlini965: perf: add support for userspace configurations
2017-11-28 Lionel Landwerlini965: perf: update configs for loading from userspace
2017-11-28 Nicolai Hähnlest_glsl_to_tgsi: check for the tail sentinel in merge_t...
2017-11-28 Tapani Pällimesa/gles: adjust internal format in glTexSubImage2D...
2017-11-28 Jason Ekstrandintel/blorp: Take a range of layers in blorp_ccs_resolve
2017-11-28 Jason Ekstrandintel/blorp: Add initial support for indirect clear...
2017-11-28 Jason Ekstrandi965/blorp: Use a designated initializer for blorp_surf
2017-11-27 Timothy Arcerist/glsl_to_tgsi: make use of driver_cache_blob with...
2017-11-25 Marek Olšákmesa: shrink VERT_ATTRIB bitfields to 32 bits
2017-11-25 Marek Olšákmesa: remove unused vertex attrib WEIGHT
2017-11-25 Marek Olšákmesa: don't assign numbers to vertex attrib enums manually
2017-11-22 Dylan Bakermeson: Enable SSE4.1 optimizations
2017-11-21 Jordan Justeni965: Support decoding INTERFACE_DESCRIPTOR_DATA with...
2017-11-21 Juan A. Suarez Romeromesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for...
next