mesa.git
2018-05-03 Neil Robertsspirv: Apply OriginUpperLeft to FragCoord
2018-05-03 Samuel Iglesias... spirv: convert some operands for bitwise shift and...
2018-05-03 Timothy Arcerimesa: enable geom shaders in OpenGL 3.2 Compat profile
2018-05-02 Bas Nieuwenhuizenradv: UseEnumerateInstanceVersion for the default version.
2018-05-02 Bas Nieuwenhuizenradv: Don't check the incoming apiVersion on CreateInst...
2018-05-02 Bas Nieuwenhuizenradv: Allow vkEnumerateInstanceVersion ProcAddr without...
2018-05-02 Lionel Landwerlinintel: aubinator: add an option to limit the number...
2018-05-02 Lionel Landwerlinintel: decoder: limit to the number decoded lines from VBO
2018-05-02 Jason Ekstrandanv: Advertise variableMultisampleRate
2018-05-02 Rob Clarknir: add missing dependency in meson.build
2018-05-02 Matthew Nichollsradv: fix multisample image copies
2018-05-02 Kenneth Graunkeintel: Fix 3DSTATE_CONSTANT buffer decoding.
2018-05-02 Lionel Landwerlinintel: fix aubinator include
2018-05-02 Kenneth Graunkei965: Reuse batch decoder infrastructure rather than...
2018-05-02 Kenneth Graunkeintel: Give the batch decoder a callback to ask about...
2018-05-02 Kenneth Graunkeintel: Move batch decoder/disassembler from tools/...
2018-05-02 Kenneth Graunkei965: Allocate shadow batches to explicitly be the...
2018-05-02 Lionel Landwerlinintel: batch-decoder: iterate VERTEX_BUFFER_STATE fields
2018-05-02 Lionel Landwerlinintel: decoder: fix starting dword of struct fields
2018-05-02 Lionel Landwerlinintel: decoder: document when fields should be used
2018-05-02 Lionel Landwerlinintel: decoder: identify groups with fixed length
2018-05-02 Lionel Landwerlinintel: decoder: make the field iterator use more natural
2018-05-02 Vlad Golovkinnv50: Extract needed value bits without shifting them...
2018-05-02 Antia Puentesintel: activate the gl_BaseVertex lowering
2018-05-02 Antia Puentescompiler/nir: Add conditional lowering for gl_BaseVertex
2018-05-02 Antia Puentesintel: emit is_indexed_draw in the same VE than gl_DrawID
2018-05-02 Antia Puentesintel/compiler: Add uses_is_indexed_draw flag
2018-05-02 Antia Puentescompiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsics
2018-05-02 Samuel Pitoisetradv: enable out-of-order rasterization by default
2018-05-02 Samuel Pitoisetradv: only disable out-of-order rast for perfect occlus...
2018-05-02 Kenneth Graunkei965: Drop unused gen5 sampler default color struct.
2018-05-02 Kenneth Graunkei965: Make brw_vs_outputs_written static.
2018-05-01 Nanley Cheryi965/tex_image: Avoid the ASTC LDR workaround on gen9lp
2018-05-01 Eric Anholtfreedreno: Fix ir3_cmdline.c build.
2018-05-01 Jason Ekstrandanv: Allow lookup of vkEnumerateInstanceVersion without...
2018-05-01 Jason Ekstrandanv: Don't advertise Float64 or Int64 on HW without...
2018-05-01 Samuel Pitoisetradv: compute the number of subpass attachments correctly
2018-05-01 Dave Airlieradv: set fmask_surf_index on fmask surfaces.
2018-05-01 Brian Paulgallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DIL...
2018-05-01 Rhys Perrynvc0: add conservative rasterization support
2018-05-01 Rhys Perryst/mesa: add support for nvidia conservative rasterizat...
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-05-01 Rhys Perrymesa: add support for nvidia conservative rasterization...
2018-05-01 Brian Paulglsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases...
2018-05-01 Brian Paultgsi: use enums instead of unsigned in ureg code
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl
2018-04-30 Andres Rodriguezradv/winsys: fix leaking resources from bo's imported...
2018-04-30 Scott D Phillipsi965/tiled_memcpy: ytiled_to_linear a cache line at...
2018-04-30 Chris Wilsoni965: Record mipmap resolver for unmapping
2018-04-30 Chris Wilsoni965: Move unmap_depthstencil before map_depthstencil
2018-04-30 Chris Wilsoni965: Move unmap_etc before map_etc
2018-04-30 Chris Wilsoni965: Move unmap_s8 before map_s8
2018-04-30 Chris Wilsoni965: Move unmap_movntdqa before map_movntdqa
2018-04-30 Chris Wilsoni965: Move unmap_blit before map_blit
2018-04-30 Chris Wilsoni965: Move unmap_gtt before map_gtt
2018-04-30 Dave Airlieac/nir: expand 64-bit vec3 loads to fix shuffling.
2018-04-30 Kenneth Graunkei965: Don't stomp initial kflags for program cache.
2018-04-30 Kenneth Graunkei965: Let batchbuffers be placed anywhere in the 48...
2018-04-30 Scott D Phillipsintel: fix check for 48b ppgtt support
2018-04-30 Leo Liust/omx/enc: fix blit setup for YUV LoadImage
2018-04-30 Juan A. Suarez... autotools, meson: bump up required VA version
2018-04-28 Juan A. Suarez... docs: update calendar, add news and link release notes...
2018-04-28 Juan A. Suarez... docs: add sha256 checksums for 18.0.2
2018-04-28 Juan A. Suarez... docs: add release notes for 18.0.2
2018-04-27 Marek Olšákradeonsi: increase the number of compiler threads depen...
2018-04-27 Marek Olšákradeonsi: avoid a crash in gallivm_dispose_target_libra...
2018-04-27 Marek Olšákradeonsi: move data_layout into si_compiler
2018-04-27 Marek Olšákradeonsi: move passmgr into si_compiler
2018-04-27 Marek Olšákradeonsi: move target_library_info into si_compiler
2018-04-27 Marek Olšákradeonsi: use si_compiler::triple in si_llvm_optimize_m...
2018-04-27 Marek Olšákradeonsi: add triple into si_compiler
2018-04-27 Marek Olšákradeonsi: add struct si_compiler containing LLVMTargetM...
2018-04-27 Marek Olšákradeonsi: rename r600_texture::resource to buffer
2018-04-27 Marek Olšákradeonsi: use r600_resource() typecast helper
2018-04-27 Marek Olšákradeonsi: remove unused atom parameter from si_atom...
2018-04-27 Marek Olšákradeonsi: inline 2 trivial state structures
2018-04-27 Marek Olšákradeonsi: remove function si_init_atom
2018-04-27 Marek Olšákradeonsi: remove si_atom::id
2018-04-27 Marek Olšákradeonsi: don't use an indirect table for state atoms
2018-04-27 Marek Olšákradeonsi: rename r600_atom -> si_atom
2018-04-27 Marek Olšákradeonsi: remove r600_pipe_common.h
2018-04-27 Marek Olšákradeonsi/gfx9: workaround for INTERP with indirect...
2018-04-27 Marek Olšákradeonsi: rewrite DCC format compatibility checking...
2018-04-27 Marek Olšákradeonsi: implement DCC fast clear swizzle constraints...
2018-04-27 Marek Olšákradeonsi: rename variables and document stuff around...
2018-04-27 Marek Olšákradeonsi: fully enable 2x DCC MSAA for array and non...
2018-04-27 Marek Olšákradeonsi: enable fast color clear for level 0 of mipmap...
2018-04-27 Marek Olšákac/surface: handle DCC subresource fast clear restricti...
2018-04-27 George Kyriazisswr/rast: No need to export GetSimdValidIndicesGfx
2018-04-27 George Kyriazisswr/rast: Small editorial changes
2018-04-27 George Kyriazisswr/rast: Use new processor detection mechanism
2018-04-27 George Kyriazisswr/rast: Output rasterizer dir to console since it...
2018-04-27 George Kyriazisswr/rast: Add TranslateGfxAddress for shader
2018-04-27 George Kyriazisswr/rast: jit PRINT improvements.
2018-04-27 George Kyriazisswr/rast: Fix regressions.
2018-04-27 George Kyriazisswr/rast: Cleanup old cruft.
2018-04-27 George Kyriazisswr/rast: Package events.proto with core output
2018-04-27 George Kyriazisswr/rast: Fix init in EventHandlerWorkerStats
2018-04-27 George Kyriazisswr/rast: Fix return type of VCVTPS2PH.
2018-04-27 George Kyriazisswr/rast: WIP Translation handling
next