glsl/tests: Handle windows \r\n new lines
[mesa.git] / src /
2019-09-10 Dylan Bakerglsl/tests: Handle windows \r\n new lines
2019-09-10 Kenneth Graunkeiris: Fix constant buffer sizes for non-UBOs
2019-09-10 Samuel Pitoisetradv/gfx10: declare a LDS symbol for the NGG emit space
2019-09-10 Samuel Pitoisetradv: calculate GFX9 GS and GFX10 NGG states before...
2019-09-10 Samuel Pitoisetradv: store the ESGS ring size as part of gfx10_ngg_info
2019-09-10 Samuel Pitoisetradv: store GFX10 NGG state as part of the shader info
2019-09-10 Samuel Pitoisetradv: store GFX9 GS state as part of the shader info
2019-09-10 Samuel Pitoisetradv: fill shader info for all stages in the pipeline
2019-09-10 Samuel Pitoisetradv: do not pass all compiler options to the shader...
2019-09-10 Marek Olšákradeonsi: remove redundant si_texture offset and size...
2019-09-10 Marek Olšákradeonsi: move texture storage allocation outside of...
2019-09-10 Marek Olšákradeonsi: move HTILE allocation outside of radeonsi
2019-09-10 Marek Olšákradeonsi: handle NO_DCC early
2019-09-10 Marek Olšákac/surface: add RADEON_SURF_NO_FMASK
2019-09-10 Marek Olšákr300,r600,radeonsi: set winsys_handle::stride,offset...
2019-09-10 Marek Olšákr300,r600,radeonsi: read winsys_handle::stride,offset...
2019-09-10 Marek Olšákradeonsi/gfx10: fix wave occupancy computations
2019-09-10 Marek Olšákradeonsi: only support at most 1024 threads per block
2019-09-10 Marek Olšákradeonsi: disable DCC when importing a texture from...
2019-09-10 Marek Olšákradeonsi/gfx10: don't call gfx10_destroy_query with...
2019-09-10 Marek Olšákradeonsi/gfx10: use fma for TGSI_OPCODE_FMA
2019-09-10 Marek Olšákac: use fma on gfx10
2019-09-10 Marek Olšákac: enable LLVM atomic optimizations
2019-09-10 Lepton Wuvirgl: Fix pipe_resource leaks under multi-sample.
2019-09-09 Kenneth Graunkeiris: Avoid flushing for cache history on transfer...
2019-09-09 Kenneth Graunkeiris: Optimize out redundant sampler state binds
2019-09-09 Kenneth Graunkeiris: Add support for the always_flush_cache=true debug...
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::rgbMode
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::have{Accum,Depth,Stencil...
2019-09-09 Adam Jacksonmesa: Remove unused gl_config::indexBits
2019-09-09 Adam Jacksongallium/xlib: Fix an obvious thinko
2019-09-09 Kenneth Graunkeiris: Ignore line stipple information if it's disabled
2019-09-09 Vasily Khoruzhicklima/ppir: drop fge/flt/feq/fne options
2019-09-09 Vasily Khoruzhicklima: run opt_algebraic between int_to_float and boot_t...
2019-09-09 Vasily Khoruzhicklima/gpir: fix warning in gpir disassembler
2019-09-09 Vasily Khoruzhicklima/gpir: lower fceil
2019-09-09 Connor Abbottlima/gpir: Disallow moves for schedule_first nodes
2019-09-09 Connor Abbottlima/gpir: Fix fake dep handling for schedule_first...
2019-09-09 Connor Abbottlima/gpir: Fix schedule_first insertion logic
2019-09-09 Connor Abbottlima/gpir: Ignore unscheduled successors in can_use_com...
2019-09-09 Connor Abbottlima/gpir: Do all lowerings before rsched
2019-09-08 Mauro Rossiandroid: anv: libmesa_vulkan_common: add libmesa_util...
2019-09-08 Boris Brezillonpanfrost: Rename pan_bo_cache.c into pan_bo.c
2019-09-08 Boris Brezillonpanfrost: Get rid of the now unused SLAB allocator
2019-09-08 Boris Brezillonpanfrost: Get rid of unused panfrost_context fields
2019-09-08 Boris Brezillonpanfrost: Convert ctx->{scratchpad, tiler_heap, tiler_d...
2019-09-08 Boris Brezillonpanfrost: Make transient allocation rely on the BO...
2019-09-08 Boris Brezillonpanfrost: Stop passing a ctx to functions being passed...
2019-09-08 Boris Brezillonpanfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-09-08 Heinrich Finkegl: Add GL_MESA_EGL_sync support
2019-09-08 Heinrich Finkregistry: update gl.xml with GL_MESA_EGL_sync token
2019-09-07 Tapani Pälliandroid: fix linking issues with liblog
2019-09-07 Kenneth Graunkeiris: Support the disable_throttling=true driconf option.
2019-09-06 Jason Ekstrandnir/dead_cf: Repair SSA if the pass makes progress
2019-09-06 Jason Ekstrandnir/repair_ssa: Insert deref casts when needed
2019-09-06 Jason Ekstrandnir/repair_ssa: Repair dominance for unreachable blocks
2019-09-06 Jason Ekstrandnir: Add a block_is_unreachable helper
2019-09-06 Jason Ekstrandnir: Don't infinitely recurse in lower_ssa_defs_to_regs...
2019-09-06 Jason Ekstrandnir: Handle complex derefs in nir_split_array_vars
2019-09-06 Jason Ekstrandintel/blorp: Use wide formats for nicely aligned stenci...
2019-09-06 Jason Ekstrandintel/blorp: Expose surf_fake_interleaved_msaa internally
2019-09-06 Jason Ekstrandintel/blorp: Expose surf_retile_w_to_y internally
2019-09-06 Jason Ekstrandblorp: Memset surface info to zero when initializing it
2019-09-06 Jason Ekstrandintel/tools: Decode PS kernels on SNB
2019-09-06 Jason Ekstrandintel/tools: Decode 3DSTATE_BINDING_TABLE_POINTERS...
2019-09-06 Rhys Perrynir/lower_io_to_vector: don't merge compact varyings
2019-09-06 Eric Engestromdrirc: override minImageCount=2 for gfxbench
2019-09-06 Eric Engestromradv: add support for vk_x11_override_min_image_count
2019-09-06 Eric Engestromamd: move adaptive sync to performance section, as...
2019-09-06 Eric Engestromanv: add support for vk_x11_override_min_image_count
2019-09-06 Eric Engestromwsi: add minImageCount override
2019-09-06 Eric Engestromanv: add support for driconf
2019-09-06 Eric Engestromgallivm: drop LLVM<3.3 code paths as no build system...
2019-09-06 Eric Engestromllvmpipe: replace more complex 3.x version check with...
2019-09-06 Eric Engestromclover: replace more complex 3.x version check with...
2019-09-06 Eric Engestromgallivm: replace more complex 3.x version check with...
2019-09-06 Eric Engestromclover: replace major llvm version checks with LLVM_VER...
2019-09-06 Eric Engestromgallivm: replace major llvm version checks with LLVM_VE...
2019-09-06 Eric Engestromswr: replace major llvm version checks with LLVM_VERSIO...
2019-09-06 Eric Engestromamd: replace major llvm version checks with LLVM_VERSIO...
2019-09-06 Eric Engestromsvga: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
2019-09-06 Eric Engestromr600: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
2019-09-06 Eric Engestromaux/draw: replace binary HAVE_LLVM checks with LLVM_AVA...
2019-09-06 Eric Engestromgallivm: replace `0x` version print with actual version...
2019-09-06 Jordan Justenanv,iris: L3ALLOC register replaces L3CNTLREG for gen12
2019-09-06 Anuj Phogatintel/gen12: Add L3 configurations
2019-09-06 Rhys Perryutil: include u_endian.h in u_math.h
2019-09-06 Jason Ekstrandanv: Bump maxComputeWorkgroupSize
2019-09-06 Kenneth Graunkeintel: Stop redirecting state cache to command streamer...
2019-09-06 Kenneth Graunkeiris: Invalidate state/texture/constant caches after...
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Implement primitive count queries on GPU
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Let the GPU track streamout offsets
2019-09-06 Roland Scheideggerllvmpipe: fix CALLOC vs. free mismatches
2019-09-06 Samuel Pitoisetradv/gfx10: determine the number of vertices per primit...
2019-09-06 Rhys Perrynir/lower_io_to_vector: add flat mode
2019-09-06 Rhys Perrynir/lower_io_to_vector: allow FS outputs to be vectorized
2019-09-06 Samuel Pitoisetradv/gfx10: make use the output usage mask when exporti...
2019-09-06 Samuel Pitoisetradv/gfx10: account for the subpass view for the NGG...
2019-09-06 Tomeu Vizosopanfrost/ci: Increase timeouts
next