mesa.git
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_load_const_instr
2019-03-17 Karol Herbstnv50/ir/nir: parse NIR shader info
2019-03-17 Karol Herbstnv50/ir/nir: add loadFrom and storeTo helpler
2019-03-17 Karol Herbstnv50/ir/nir: run assignSlots
2019-03-17 Karol Herbstnv50/ir/nir: add nir type helper functions
2019-03-17 Karol Herbstnv50/ir/nir: track defs and provide easy access functions
2019-03-17 Karol Herbstnv50/ir/nir: run some passes to make the conversion...
2019-03-17 Karol Herbstnouveau: fix nir and TGSI shader cache collision
2019-03-17 Karol Herbstnouveau: add support for nir
2019-03-17 Karol Herbstnv50/ir: add lowering helper
2019-03-17 Karol Herbstnv50/ir: move common converter code in base class
2019-03-17 Karol Herbstnvc0: print the shader type when dumping headers
2019-03-16 Bas Nieuwenhuizenradeonsi: Remove implicit const cast.
2019-03-16 Bas Nieuwenhuizengitlab-ci: Build turnip.
2019-03-16 Bas Nieuwenhuizenturnip: Deconflict vk_format_table regeneration
2019-03-16 Bas Nieuwenhuizenturnip: Fix GCC compiles.
2019-03-16 Jason Ekstrandintel/nir: Lower array-deref-of-vector UBO and SSBO...
2019-03-16 Jason Ekstrandnir: Add a new pass to lower array dereferences on...
2019-03-16 Jason Ekstrandnir/builder: Add a vector extract helper
2019-03-15 Gert Wollnysoftpipe: Enable PIPE_CAP_MIXED_COLORBUFFER_FORMATS
2019-03-15 Rob Clarkfreedreno/ir3/cp: fix ldib bug
2019-03-15 James Zhugallium/auxiliary/vl: Change weave compute shader imple...
2019-03-15 James Zhugallium/auxiliary/vl: Change grid setting
2019-03-15 James Zhugallium/auxiliary/vl: Increase shader_params size
2019-03-15 Marek Olšákomx: add a compute path in enc_LoadImage_common
2019-03-15 Marek Olšákomx: clean up enc_LoadImage_common
2019-03-15 Marek Olšákgallium: add pipe_grid_info::last_block
2019-03-15 Alejandro Piñeironir/xfb: move varyings info out of nir_xfb_info
2019-03-15 Samuel Pitoisetradv: always load 3 channels for formats that need...
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-15 Jason Ekstrandglsl/nir: Add a pass to lower UBO and SSBO access
2019-03-15 Jason Ekstrandglsl/nir: Handle unlowered SSBO atomic and array_length...
2019-03-15 Jason Ekstrandglsl/nir: Set explicit types on UBO/SSBO variables
2019-03-15 Jason Ekstrandglsl: Don't lower vector derefs for SSBOs, UBOs, and...
2019-03-15 Jason Ekstrandnir/lower_io: Add a new buffer_array_length intrinsic...
2019-03-15 Jason Ekstrandnir: Rename nir_address_format_vk_index_offset to not...
2019-03-15 Jason Ekstrandnir/deref: Consider COHERENT decorated var derefs as...
2019-03-15 Jason Ekstrandcompiler/types: Add helpers to get explicit types for...
2019-03-15 Jason Ekstrandcompiler/types: Add a C wrapper to get full struct...
2019-03-15 Jason Ekstrandcompiler/types: Add a new is_interface C wrapper
2019-03-15 Jason Ekstrandnir/validate: Allow 32-bit boolean load/store intrinsics
2019-03-15 Jason Ekstrandnir/validate: Only require bare types to match for...
2019-03-15 Jason Ekstrandnir/algebraic: Add a couple optimizations for iabs...
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 Alyssa Rosenzweigpanfrost/midgard: Implement fpow
2019-03-14 Alyssa Rosenzweigpanfrost: Compute viewport state on the fly
2019-03-14 Alyssa Rosenzweigpanfrost; Disable AFBC for depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Allocate extra data for depth buffer
2019-03-14 Alyssa Rosenzweigpanfrost: Comment spelling fix
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Respect per-job depth write flag
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Implement linear depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Minor comment cleanup (version detection)
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging MFBD
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging SFBD for pan_context
2019-03-14 Alyssa Rosenzweigpanfrost: Break out fragment to SFBD/MFBD files
2019-03-14 Alyssa Rosenzweigfreedreno: Use shared drm_find_modifier util
2019-03-14 Alyssa Rosenzweigvc4: Use shared drm_find_modifier util
2019-03-14 Alyssa Rosenzweigv3d: Use shared drm_find_modifier util
2019-03-14 Alyssa Rosenzweigutil: Add a drm_find_modifier helper
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 Jason Ekstrandanv: Only set 3DSTATE_PS::VectorMaskEnable on gen8+
2019-03-14 Eric Engestromtravis: fix osx meson build
2019-03-14 Samuel Pitoisetradv: always initialize HTILE when the src layout is...
2019-03-14 Tomeu Vizosopanfrost: Adapt to uapi changes
2019-03-14 Plamena Manolovai965: Disable ARB_fragment_shader_interlock for platfor...
2019-03-14 Kenneth Graunkeiris: Don't mutate box in transfer map code
2019-03-14 Tapani Pällii965: remove scaling factors from P010, P012
2019-03-13 Jason Ekstrandanv/pass: Flag the need for a RT flush for resolve...
2019-03-13 Jason Ekstrandanv: Stop using VK_TRUE/FALSE
2019-03-13 Gurchetan Singhvirgl: use uint16_t mask instead of separate booleans
2019-03-13 Albert PalFix link release notes for 19.0.0.
2019-03-13 Rafael Antognolliiris: Enable auxiliary buffer support again
2019-03-13 Rafael Antognolliiris: Convert RGBX to RGBA always.
2019-03-13 Rafael Antognolliiris: Add resolve on iris_flush_resource.
2019-03-13 Eduardo Lima... ir3/lower_io_offsets: Try propagate SSBO's SHR into...
2019-03-13 Eduardo Lima... ir3/compiler: Enable lower_io_offsets pass and handle...
2019-03-13 Eduardo Lima... ir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'
2019-03-13 Eduardo Lima... nir: Add ir3-specific version of most SSBO intrinsics
2019-03-13 Dylan Bakerdocs: update calendar, add news item, and link release...
2019-03-13 Dylan Bakerdocs: Add SHA256 sums for 19.0.0
2019-03-13 Dylan Bakerdocs: Add release notes for 19.0.0
2019-03-13 Kevin Strasseregl/dri: Avoid out of bounds array access
2019-03-13 Chris Wilsoniris: Use streaming loads to read from tiled surfaces
2019-03-13 Chris Wilsoniris: Use coherent allocation for PIPE_RESOURCE_STAGING
2019-03-13 Chris Wilsoniris: Use PIPE_BUFFER_STAGING for the query objects
2019-03-13 Caio Marcelo... intel/nir: Combine store_derefs to improve code from...
2019-03-13 Caio Marcelo... intel/nir: Combine store_derefs after vectorizing IO
next