mesa.git
2018-12-11 Jason Ekstrandanv,radv: Disable VK_EXT_pci_bus_info
2018-12-11 Juan A. Suarez... docs: extends 18.2 lifecycle
2018-12-10 Kristian H... glapi: fixup EXT_multisampled_render_to_texture dispatch
2018-12-10 Kristian H... freedreno: Fix the Makefile.am fix
2018-12-10 Matt Turneri965/fs: Handle V/UV immediates in dump_instructions()
2018-12-10 Sagar Ghugeintel/compiler: Always print flag subregister number
2018-12-10 Sagar Ghugeintel/compiler: Set swizzle to BRW_SWIZZLE_XXXX for...
2018-12-10 Dylan Bakermeson: Add nir_algebraic_parser_test to suites
2018-12-10 Emil Velikovamd/addrlib: drop si_ci_vi_merged_enum.h from the list
2018-12-10 Emil Velikovfreedreno: add the missing _la in libfreedreno_ir3_la
2018-12-10 Emil Velikovfreedreno: drop duplicate MKDIR_GEN declaration
2018-12-10 Rhys Kiddtravis: radeonsi and radv require LLVM 7.0
2018-12-10 Kirill Burtsevloader: free error state, when checking the drawable...
2018-12-10 Timothy Arcerinir: make use of new nir_cf_list_clone_and_reinsert...
2018-12-10 Timothy Arcerinir: add a new nir_cf_list_clone_and_reinsert() helper
2018-12-10 Timothy Arcerinir: clarify some nit_loop_info member names
2018-12-10 Timothy Arcerinir: small tidy ups for nir_loop_analyze()
2018-12-10 Kenneth Graunkei965: Flip arguments to load_register_reg helpers.
2018-12-10 Kenneth Graunkei965: Delete dead brw_meta_resolve_color prototype.
2018-12-09 Karol Herbstnv50/ir: fix use-after-free in ConstantFolding::visit
2018-12-09 Karol Herbstnouveau: use atomic operations for driver statistics
2018-12-09 Karol Herbstnv50/ir: initialize relDegree staticly
2018-12-08 Eric Anholtshader-packing
2018-12-08 Eric Anholttfu
2018-12-08 Eric Anholtv3d: Fix a leak of the disassembled instruction string...
2018-12-08 Eric Anholtvc4: Fix a leak of the transfer helper on screen destroy.
2018-12-08 Eric Anholtv3d: Fix a leak of the transfer helper on screen destroy.
2018-12-08 Eric Anholtv3d: Add VIR dumping of TMU config p0/p1.
2018-12-08 Eric Anholtv3d: Simplify VIR uniform dumping using a temporary.
2018-12-08 Eric Anholtv3d: Garbage collect unused uniforms code.
2018-12-08 Eric Anholtv3d: Split most of TEXTURE_SHADER_STATE setup out of...
2018-12-08 Eric Anholtv3d: Avoid confusing auto-indenting in TEXTURE_SHADER_S...
2018-12-08 Eric Anholtv3d: Fix handling of texture first_layer offsets for...
2018-12-08 Eric Anholtv3d: Return the right gl_SampleMaskIn[] value.
2018-12-08 Eric Anholtv3d: Fix a comment typo
2018-12-08 Eric Anholtv3d: Convert to using nir_src_as_uint() from const_valu...
2018-12-08 Eric Anholtv3d: Don't forget to flush writes to UBOs.
2018-12-08 Eric Anholtv3d: Make an array for frag/vert texture state in the...
2018-12-08 Eric Anholtv3d: Re-use the wrap mode uniform on V3D 3.3.
2018-12-08 Eric Anholtv3d: Put default vertex attribute values into the state...
2018-12-08 Eric Anholtv3d: Create a state uploader for packing our shaders...
2018-12-08 Eric Anholtv3d: Update simulator cache flushing code to match...
2018-12-08 Eric Anholtv3d: Use the TFU to do generatemipmap.
2018-12-08 Eric Anholtv3d: Add the V3D TFU submit interface to the simulator.
2018-12-08 Eric Anholtv3d: Use combined input/output segments.
2018-12-08 Eric Anholtv3d: Add missing OES_half_float_linear support.
2018-12-08 Eric Anholtv3d: Add support for RGBA_SRGB along with BGRA_SRGB.
2018-12-08 Kenneth Graunkeintel/blorp: Expand blorp_address::offset to be 64...
2018-12-07 Rob Clarkfreedreno/drm: fix memory leak
2018-12-07 Rob Clarkfreedreno/ir3: track max flow control depth for a5xx...
2018-12-07 Rob Clarkfreedreno/ir3: code-motion
2018-12-07 Rob Clarkfreedreno/ir3: sync instr/disasm
2018-12-07 Rob Clarkfreedreno/ir3: don't fetch unused tex components
2018-12-07 Rob Clarkfreedreno/a6xx: blitter fixes
2018-12-07 Rob Clarkfreedreno: update generated headers
2018-12-07 Rob Clarkfreedreno/drm: fix relocs in nested stateobjs
2018-12-07 Rob Clarkfreedreno/a5xx+a6xx: remove unused fs/vs pvt mem
2018-12-07 Rob Clarkgallium: fix typo
2018-12-07 Rob Clarkfreedreno: remove unused fd_surface fields
2018-12-07 Nicolai Hähnlemeson: link LLVM 'native' component when LLVM is available
2018-12-07 Connor Abbottnir: Fixup algebraic test for variable-sized conversions
2018-12-07 Samuel Pitoisetgallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT...
2018-12-07 Emil Velikovdocs: update calendar, add news item and link release...
2018-12-07 Emil Velikovdocs: add sha256 checksums for 18.3.0
2018-12-07 Emil Velikovdocs: update 18.3.0 release notes
2018-12-07 Kristian H... freedreno: Add support for EXT_multisampled_render_to_t...
2018-12-07 Rob Clarkfreedreno/a6xx: MSAA
2018-12-07 Kristian H... st/mesa: Add support for EXT_multisampled_render_to_texture
2018-12-07 Kristian H... gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNT
2018-12-07 Kristian H... mesa: Add core support for EXT_multisampled_render_to_t...
2018-12-06 Vinson Leenir/algebraic: Make algebraic_parser_test.sh executable.
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-12-05 Kristian H... gallium: Android build fixes
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-12-05 Jason Ekstrandnir/opt_algebraic: Add 32-bit specifiers to a bunch...
2018-12-05 Jason Ekstrandnir/opt_algebraic: Drop bit-size suffixes from conversions
2018-12-05 Jason Ekstrandnir/opt_algebraic: Simplify an optimization using the...
2018-12-05 Jason Ekstrandnir/algebraic: Add support for unsized conversion opcodes
2018-12-05 Jason Ekstrandnir/algebraic: Refactor codegen a bit
2018-12-05 Jason Ekstrandnir/algebraic: Clean up some __str__ cruft
2018-12-05 Jason Ekstrandnir/opcodes: Rename tbool to tbool32
2018-12-05 Jason Ekstrandnir/opcodes: Pull in the type helpers from constant_exp...
2018-12-05 Connor Abbottnir/algebraic: Add unit tests for bitsize validation
2018-12-05 Connor Abbottnir/algebraic: Rewrite bit-size inference
2018-12-05 Samuel Pitoisetradv: expose VK_EXT_scalar_block_layout
2018-12-05 Samuel Pitoisetspirv: add SpvCapabilityInt64Atomics
2018-12-05 Michal Srbdrisw: Use separate drisw_loader_funcs for shm
2018-12-05 Michal Srbgallium: Constify drisw_loader_funcs struct
2018-12-05 Samuel Pitoisetradv: wait on the high 32 bits of timestamp queries
2018-12-05 Samuel Pitoisetradv: reset pending_reset_query when flushing caches
2018-12-05 Lionel Landwerlinanv/query: flush render target before copying results
2018-12-05 Alex Smithradv: Flush before vkCmdWriteTimestamp() if needed
2018-12-05 Samuel Pitoisetradv: rework the TC-compat HTILE hardware bug with...
2018-12-04 Dieter Nützeldocs/features: Delete double nv50 entry and wrong enume...
2018-12-04 Marek Olšákst/mesa: expose EXT_render_snorm on GLES
2018-12-04 Marek Olšákmesa: expose AMD_texture_texture4
2018-12-04 Marek Olšákmesa: expose EXT_texture_compression_bptc in GLES
2018-12-04 Marek Olšákmesa: expose EXT_texture_compression_rgtc on GLES
2018-12-04 Erik Faye-Lundmesa/main: fix up _mesa_has_rg_textures for gles2
2018-12-04 Erik Faye-Lundmesa/main: correct validation for GL_RGB565
next