v3d: Detect the correct number of QPUs and use it to fix the spill size.
[mesa.git] / src / mesa /
2019-04-12 Marek Olšákmesa: don't overwrite existing shader files with MESA_S...
2019-04-12 Timothy Arceriac/nir_to_llvm: add image bindless support
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-11 Dave Airlieswrast: fix undefined shift of 1 << 31
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-10 Eric Anholtst: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFOR...
2019-04-10 Gert Wollnyvirgl: Enable passing arrays as input to fragment shaders
2019-04-09 Caio Marcelo de... gallium: Add PIPE_CAP_COMPUTE_SHADER_DERIVATIVES
2019-04-09 Caio Marcelo de... i965: Advertise NV_compute_shader_derivatives
2019-04-09 Caio Marcelo de... glsl: Parse and propagate derivative_group to shader_info
2019-04-09 Caio Marcelo de... mesa: Extension boilerplate for NV_compute_shader_deriv...
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-04-08 Lionel Landwerlinintel: add dependency on genxml generated files
2019-04-05 Illia Iorinmesa/main: Fix multisample texture initialize
2019-04-04 Marek Olšákglsl: remember which SSBOs are not read-only and pass...
2019-04-04 Marek Olšákgallium: add writable_bitmask parameter into set_shader...
2019-04-04 Danylo Piliaievst/mesa: Fix GL_MAP_COLOR with glDrawPixels GL_COLOR_INDEX
2019-04-04 Tapani Pällist/nir: run st_nir_opts after 64bit ops lowering
2019-04-01 Marek Olšákgallium: implement ARB/KHR_parallel_shader_compile
2019-04-01 Marek Olšákmesa: implement ARB/KHR_parallel_shader_compile
2019-04-01 Eric Engestrommeson: strip rpath from megadrivers
2019-03-31 Lionel Landwerlini965: perf: update render basic configs for big core...
2019-03-31 Lionel Landwerlini965: perf: add ring busyness metric for cfl gt2
2019-03-31 Lionel Landwerlini965: perf: enable Icelake metrics
2019-03-31 Lionel Landwerlini965: perf: add Icelake metrics
2019-03-31 Lionel Landwerlini965: perf: sklgt2: drop programming of an unused NOA...
2019-03-31 Lionel Landwerlini965: perf: hsw: drop register programming not needed...
2019-03-31 Lionel Landwerlini965: perf: chv: fixup counters names
2019-03-31 Lionel Landwerlini965: perf: add PMA stall metrics
2019-03-31 Lionel Landwerlini965: perf: sklgt2: update memory write config
2019-03-31 Lionel Landwerlini965: perf: sklgt2: update compute metrics config
2019-03-31 Lionel Landwerlini965: perf: sklgt2: update a priority for register...
2019-03-30 Rob Clarknir: add lower_all_io_to_elements
2019-03-30 Sergii Romantsovi965,iris/blorp: do not blit 0-sizes
2019-03-28 Rafael Antognollii965/blorp: Remove unused parameter from blorp_surf_for...
2019-03-28 Kenneth Graunkest/mesa: Fix blitting from GL_DEPTH_STENCIL to GL_STENC...
2019-03-28 Kenneth Graunkest/nir: Free the GLSL IR after linking.
2019-03-27 Kristian H. Kristensenst/glsl_to_nir: Calculate num_uniforms from NumParamete...
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-03-25 Brian Paulst/mesa: fix texture deletion context mix-up issues...
2019-03-25 Kishore Kadiyalaandroid: static link with libexpat with Android O+
2019-03-25 Tapani Pällist/mesa: fix warnings about implicit conversion on...
2019-03-25 Tapani Pällist/mesa: fix compilation warning on storage_flags_to_bu...
2019-03-23 Caio Marcelo de... spirv: Add an execution environment to the options
2019-03-22 Rob Clarkmesa/st: use ESSL cap top enable gpu_shader5
2019-03-22 Józef Kuciamesa: Fix GL_NUM_DEVICE_UUIDS_EXT
2019-03-20 Kenneth Graunkegallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXT...
2019-03-19 Anuj Phogati965/icl: Add WA_2204188704 to disable pixel shader...
2019-03-18 Brian Paulst/mesa: stop using pipe_sampler_view_release()
2019-03-18 Brian Paulst/mesa: implement "zombie" shaders list
2019-03-18 Brian Paulst/mesa: implement "zombie" sampler views (v2)
2019-03-15 Mathias Fröhlichmesa: Add assert to _mesa_primitive_restart_index.
2019-03-15 Mathias Fröhlichvbo: Fix GL_PRIMITIVE_RESTART_FIXED_INDEX in display...
2019-03-15 Mathias Fröhlichvbo: Fix basevertex handling in display list compiles.
2019-03-15 Mathias Fröhlichmesa: Use mapping tools in debug prints.
2019-03-15 Mathias Fröhlichmesa: Remove _ae_{,un}map_vbos and dependencies.
2019-03-15 Mathias Fröhlichmesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un...
2019-03-15 Mathias Fröhlichmesa: Use _mesa_array_element in dlist save.
2019-03-15 Mathias Fröhlichmesa: Factor out _mesa_array_element.
2019-03-15 Mathias Fröhlichmesa: Implement helper functions to map and unmap a...
2019-03-15 Jason Ekstrandst/mesa: Let NIR lower UBO and SSBO access when we...
2019-03-15 Jason Ekstrandi965: Stop setting LowerBuferInterfaceBlocks
2019-03-14 Eric Anholtmesa/st: Fix leaks of TGSI tokens in VP variants.
2019-03-14 Eric Anholtmesa/st: Make sure that prog_to_nir NIR gets freed.
2019-03-14 Mark Janesmesa: add logging function for formatted string
2019-03-14 Mark Janesmesa: rename logging functions to reflect that they...
2019-03-14 Mark Janesmesa: properly report the length of truncated log messages
2019-03-14 Plamena Manolovai965: Disable ARB_fragment_shader_interlock for platfor...
2019-03-14 Tapani Pällii965: remove scaling factors from P010, P012
2019-03-12 Timothy Arcerist/glsl_to_nir: fix incorrect arrary access
2019-03-12 Kenneth Graunkei965: Reimplement all the PIPE_CONTROL rules.
2019-03-12 Kenneth Graunkei965: Use genxml for emitting PIPE_CONTROL.
2019-03-12 Kenneth Graunkei965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE.
2019-03-12 Kenneth Graunkei965: Move some genX infrastructure to genX_boilerplate.h.
2019-03-12 Brian Paulst/mesa: minor refactoring of texture/sampler delete...
2019-03-12 Brian Paulst/mesa: rename st_texture_release_sampler_view()
2019-03-12 Brian Paulst/mesa: add/improve sampler view comments
2019-03-12 Brian Paulst/mesa: move around some code in st_context.c
2019-03-12 Brian Paulst/mesa: move utility functions, macros into new st_uti...
2019-03-08 Karol Herbstprog_to_nir: fix write from vps to FOG
2019-03-08 Brian Paulst/mesa: init hash keys with memset(), not designated...
2019-03-08 Brian Paulst/mesa: whitespace, formatting fixes in st_cb_flush.c
2019-03-08 Brian Paulst/mesa: move, clean-up shader variant key decls/inits
2019-03-07 Kenneth Graunkeisl: Add a swizzle parameter to isl_buffer_fill_state()
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
2019-03-06 Timothy Arcerist/glsl: start spilling out common st glsl conversion...
2019-03-06 Timothy Arcerii965: stop calling nir_lower_returns()
2019-03-06 Timothy Arceriglsl: use NIR function inlining for drivers that use...
2019-03-06 Jason Ekstrandst/nir: Move 64-bit lowering later
2019-03-06 Jason Ekstrandnir/lower_doubles: Inline functions directly in lower_d...
2019-03-06 Jason Ekstrandglsl/nir: Add a shared helper for building float64...
2019-03-06 Jason Ekstrandi965: Compile the fp64 program based on nir options
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-06 Timothy Arceriglsl: rename record_location_offset() -> struct_locatio...
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2019-03-05 Timur Kristófnir: Add multiplier argument to nir_lower_uniforms_to_ubo.
2019-03-05 Timur Kristófnir: Move nir_lower_uniforms_to_ubo to compiler/nir.
next