mesa.git
2018-01-30 Ian Romanicknir: See through an fneg to apply existing optimizations
2018-01-30 Timothy Arcerist/glsl_to_nir: disable io lowering and array splitting...
2018-01-30 Timothy Arcerinir: add lower_all_io_to_temps flag
2018-01-30 Timothy Arcerinir/st_glsl_to_nir: add param to disable splitting...
2018-01-30 Timothy Arcerist/glsl_to_nir: copy nir compiler options to context
2018-01-30 Timothy Arceriradeonsi/nir: add input support for arrays that have...
2018-01-30 Timothy Arceriac/radeonsi: add lookup_interp_param and load_sample_po...
2018-01-30 Timothy Arceriradeonsi/nir: add prim_mask to the abi
2018-01-30 Timothy Arceriradeonsi/nir: adjust load_sample_position() to be share...
2018-01-30 Timothy Arceriradeonsi/nir: add si_nir_lookup_interp_param() helper
2018-01-30 Timothy Arceriac/nir_to_llvm: move some interp defines to the header
2018-01-30 Timothy Arceriradeonsi/nir: move the interpolation qualifier scanning
2018-01-30 Timothy Arceriradeonsi/nir: add interpolate at intrinsics to scan_ins...
2018-01-30 Bas Nieuwenhuizenradv: Merge raster state with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Move gs state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Split out cliprect rule generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge VGT_GS_MODE computation with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Split out processing the vertex input state.
2018-01-30 Bas Nieuwenhuizenradv: Move tessellation state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Move blend state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Split out generating VGT_SHADER_STAGES_EN.
2018-01-30 Bas Nieuwenhuizenradv: Split out the ia_multi_vgt_param precomputation.
2018-01-30 Bas Nieuwenhuizenradv: Split out db_shader_control computation.
2018-01-30 Bas Nieuwenhuizenradv: Compute shader_z_format when emitting it.
2018-01-30 Bas Nieuwenhuizenradv: Merge depth stencil state with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge ps_input_cntl computation with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge vtx_reuse_depth computation with PM4 genera...
2018-01-30 Bas Nieuwenhuizenradv: Merge vs state computation with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge binning state generation with pm4 emission.
2018-01-30 Bas Nieuwenhuizenradv: Constify some pipeline helpers.
2018-01-30 Bas Nieuwenhuizenradv: Add PM4 pregeneration for compute pipelines.
2018-01-30 Bas Nieuwenhuizenradv: Record a PM4 sequence for graphics pipeline switches.
2018-01-30 Bas Nieuwenhuizenradv: Determine unneeded dynamic states.
2018-01-30 Andres Rodriguezmesa: check for invalid index on UUID glGet queries
2018-01-30 Andres Rodriguezmesa: fix glGet for ext_external_objects parameters
2018-01-30 Andres Rodriguezmesa: fix error codes for importing memory/semaphore FDs
2018-01-30 Andres Rodriguezradeonsi: fix fence_server_sync() holding up extra...
2018-01-30 Andres Rodriguezradeonsi: implement semaphore_server_signal v2
2018-01-30 Andres Rodriguezradeonsi: add support for importing PIPE_FD_TYPE_SYNCOB...
2018-01-30 Andres Rodriguezwinsys/amdgpu: add support for syncobj signaling v3
2018-01-30 Andres Rodriguezmesa/st: add support for semaphore object signal/wait v4
2018-01-30 Andres Rodriguezmesa: add support for semaphore object signal/wait v3
2018-01-30 Andres Rodriguezmesa: add semaphore parameter stub v2
2018-01-30 Andres Rodriguezmesa/st: add support for semaphore object create/import...
2018-01-30 Andres Rodriguezmesa: add support for semaphore object creation/import...
2018-01-30 Andres Rodriguezmesa/st: introduce EXT_semaphore and EXT_semaphore_fd v2
2018-01-30 Andres Rodriguezu_threaded_context: add support for fence_server_signal v2
2018-01-30 Andres Rodriguezgallium: add fence_server_signal() v2
2018-01-30 Andres Rodriguezgallium: introduce PIPE_FD_TYPE_SYNCOBJ
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-30 Andres Rodriguezgallium: add type parameter to create_fence_fd
2018-01-30 Dave Airlieac/llvm: bump the number of results to 8.
2018-01-30 Dave Airlier600/sb: insert the else clause when we might depart...
2018-01-30 Brian Paulmesa: remove invalid assertion in _mesa_enable_vertex_a...
2018-01-30 Brian Paulmesa: use gl_vert_attrib enum type in more places
2018-01-30 Brian Paulmesa: rename some 'client' array functions
2018-01-30 Brian Paulmesa: s/src/attribs/ in _mesa_update_client_array()
2018-01-30 Brian Paulmesa: check/assert array index in _mesa_bind_vertex_buf...
2018-01-30 Brian Paulmesa: trivial comment typo fix in arrayobj.c
2018-01-30 Brian Paulmesa: add an assertion in _mesa_enable_vertex_array_att...
2018-01-30 Brian Paulmesa: rename some vars in client_state()
2018-01-30 Mathias Fröhlichmesa: Care for differences in fog mode only if fog...
2018-01-30 Mathias Fröhlichmesa: Reduce ffvertex_prog state_key to 36 bytes.
2018-01-30 Mathias Fröhlichmesa: Remove unused ffvertex_prog texunit_really_enabled.
2018-01-30 Mathias Fröhlichmesa: Remove unused bit in ffvertex_prog state_key.
2018-01-30 Mathias Fröhlichmesa: texgen_enabled is only 1 bit.
2018-01-30 Mathias Fröhlichmesa: Encode fog modes in a 2 bit field.
2018-01-30 Mathias Fröhlichmesa: Move seperate_specular into the lighting section.
2018-01-30 Mathias Fröhlichmesa: Get the point size array state from varying_vp_in...
2018-01-30 Mathias Fröhlichmesa: Remove unused gl_fog_attrib::_Scale.
2018-01-30 Iago Toral... anv/pipeline: lower constant initializers on output...
2018-01-30 Tapani Pällii965: move disk cache from brw_context to intel_screen
2018-01-30 Elie Tourniermesa: Correctly print glTexImage dimensions
2018-01-30 Brian Paulmesa: shrink size of gl_array_attributes (v2)
2018-01-30 Brian Paulmesa: shrink gl_vertex_array
2018-01-30 Marek Olšákmesa: replace GLenum with GLenum16 in common structures...
2018-01-30 Brian Paulmesa: fix incorrect size/error test in _mesa_GetUnsigne...
2018-01-30 Neha Bhendesvga: Check rasterization state object before checking...
2018-01-30 Neha Bhendesvga: Adjust alpha for S3TC_DXT1_EXT RGB formats
2018-01-30 Gert Wollnymesa/st/glsl_to_tgsi: Mark first write as unconditional...
2018-01-30 Roland Scheideggermesa: skip validation of legality of size/type queries...
2018-01-30 Roland Scheideggermesa: restrict formats being supported by target type...
2018-01-30 Roland Scheideggermesa: (trivial) add TODO comment for default results...
2018-01-30 Roland Scheideggermesa: remove misleading gles checks for formatquery
2018-01-29 Rafael Antognollii965: Emit PIPE_CONTROL with ISP bit on older platforms.
2018-01-29 Rafael Antognollianv/cmd_buffer: Emit PIPE_CONTROL with ISP bit on older...
2018-01-29 Timothy Arcerist/glsl_to_nir: remove dead io after conversion to nir
2018-01-29 Timothy Arceriradeonsi/nir: add support vs double inputs
2018-01-29 Timothy Arceriradeonsi: pass input_idx to declare_nir_input_vs()
2018-01-29 Timothy Arceriradeonsi: add bitcast_inputs() helper
2018-01-29 Timothy Arceriradeonsi/nir: fix num_inputs for doubles in vs
2018-01-29 Timothy Arcerinir: partially revert c2acf97fcc9b32e
2018-01-29 Timothy Arcerinir: add vs_inputs_dual_locations compiler option
2018-01-29 Timothy Arcericompiler: tidy up double_inputs_read uses
2018-01-29 Dave Airlieradv/gfx9: fix block compression texture views. (v2)
2018-01-29 Bas Nieuwenhuizenradv: Signal fence correctly after sparse binding.
2018-01-29 Brian Paulmesa/vbo: replace vbo_draw_method() with _mesa_set_draw...
2018-01-29 Brian Paulvbo: s/[0]/[VERT_ATTRIB_POS]/ in recalculate_input_bind...
2018-01-29 Brian Paulvbo: add new VBO_ATTRIBS_ masks to vbo_attrib.h
2018-01-29 Brian Paulvbo: s/VBO_ATTRIB_INDEX/VBO_ATTRIB_COLOR_INDEX/
next