mesa: add EXT_dsa glMultiTexCoordPointerEXT function
[mesa.git] / src /
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glMultiTexCoordPointerEXT function
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glMultiTexGen* functions
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glCopyMultiTexImage* and glCopyMultiT...
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glGetMultiTexParameteriv/fvEXT
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glMultiTexSubImage1D/2D/3DEXT
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMul...
2019-08-06 Pierre-Eric Pellou... mesa: add glBindMultiTextureEXT display list support
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa glMultiTexParameter* functions
2019-08-06 Pierre-Eric Pellou... mesa: add EXT_dsa (Get)MultiTexEnv functions
2019-08-06 Pierre-Eric Pellou... mesa: add _mesa_(get)texenvi(f)v_indexed helpers
2019-08-06 Pierre-Eric Pellou... mesa: add new helper _mesa_get_texobj_by_target_and_texunit
2019-08-06 Pierre-Eric Pellou... mesa: replace _mesa_get_current_fixedfunc_tex_unit...
2019-08-06 Danylo Piliaieviris: Handle vertex shader with window space position
2019-08-06 Erico Nuneslima: fix pipe_debug_callback warnings
2019-08-06 Vasily Khoruzhicklima/ppir: move sin/cos input scaling into NIR
2019-08-06 Antia Puentesnir/spirv: Fix gl_BaseVertex for non-indexed draws...
2019-08-06 Kenneth Graunkeiris: Increase BATCH_SZ to 64kB
2019-08-06 Bas Nieuwenhuizenac/nir: Use correct cast for readfirstlane and ptrs.
2019-08-06 Bas Nieuwenhuizenradv: Do non-uniform lowering before bool lowering.
2019-08-06 Jonathan Mareketnaviv: support 3D and 2D array textures
2019-08-06 Jonathan Mareketnaviv: fix 3d texture upload
2019-08-06 Jonathan Mareketnaviv: add alternative NIR compiler
2019-08-06 Jonathan Mareketnaviv: prep for UBOs
2019-08-06 Jonathan Mareketnaviv: disasm: add dual16 bits, immediate decoding...
2019-08-06 Jonathan Mareketnaviv: asm: new features
2019-08-06 Jonathan Mareketnaviv: update headers from rnndb
2019-08-06 Erico Nuneslima: add summary report for shader-db
2019-08-06 Erico Nuneslima: add support for debug callback
2019-08-06 Tomeu Vizosopanfrost/ci: Remove two tests from list of failures
2019-08-06 Jon Turneyst/dri: Move dri2_format_mapping table and it's accesso...
2019-08-06 Jonathan Marekglcpp: use pre-expansion line number for __LINE__
2019-08-06 Jason Ekstrandanv: Emit a dummy MEDIA_VFE_STATE before switching...
2019-08-06 Ian Romanicknir/algebraic: Use value range analysis to eliminate...
2019-08-06 Ian Romanicknir/algebraic: Use value range analysis to convert...
2019-08-06 Ian Romanicknir/algebraic: Use value range analysis to eliminate...
2019-08-06 Ian Romanicknir/algebraic: Use value range analysis to eliminate...
2019-08-06 Ian Romanicknir/range-analysis: Range tracking for ffma and flrp
2019-08-06 Ian Romanicknir/range-analysis: Range tracking for bcsel
2019-08-06 Ian Romanicknir/range-analysis: Tighten the range of fsat based...
2019-08-06 Ian Romanicknir/range-analysis: Rudimentary value range analysis...
2019-08-06 Ian Romanicknir/algebraic: Simplify some comparisons like a+constan...
2019-08-06 Ian Romanicknir/algebraic: Recognize (a < 0 || 0 < b) as min(a...
2019-08-06 Ian Romanicknir/algebraic: Replace checks that a value is between...
2019-08-06 Jonathan Marektgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR...
2019-08-06 Jason Ekstrandanv: Implement VK_EXT_line_rasterization
2019-08-06 Jason Ekstrandgenxml: Rename 3DSTATE_SF::Anti-Aliasing Enable
2019-08-06 Jason Ekstrandanv: Use dirty bits for dynamic state tracking
2019-08-06 Jason Ekstrandanv: Advertise the right line width range on gen9 and CHV
2019-08-05 Erico Nuneslima/ppir: enable lower_vector_cmp to lower fall_equal
2019-08-05 Erico Nuneslima: re-run nir_opt_algebraic after int lowering
2019-08-05 Alyssa Rosenzweigpan/midgard: Extend SSA concurrency checks to other...
2019-08-05 Alyssa Rosenzweigpan/midgard: Rewrite bidirectionally when eliminating...
2019-08-05 Danylo Piliaievintel/compiler: add ability to override shader's assembly
2019-08-05 Danylo Piliaievintel/tools: add binary output type to i965_asm
2019-08-05 Alyssa Rosenzweigpanfrost: Add app blacklist
2019-08-05 Kenneth Graunkeiris: Fix bad external BO hash table and zombie list...
2019-08-05 Kenneth Graunkeiris/bufmgr: Move iris_bo_reference into hash_find_bo...
2019-08-05 Ahmad Fatoumgallium: add stm DRM entry point
2019-08-05 Andrii Simiklitetnaviv: fix a null pointer dereference
2019-08-05 Connor Abbottac/nir: Lower large indirect variables to scratch
2019-08-05 Timothy Arceridrirc: Add discard workaround for Divinity: Original...
2019-08-04 Erico Nuneslima/ppir: simplify load uni/temp op lowering and sched...
2019-08-04 Erico Nuneslima/ppir: simplify select op lowering and scheduling
2019-08-04 Erico Nuneslima/ppir: support pipeline registers in scheduler
2019-08-04 Eric Engestromegl: drop unnecessary function deref
2019-08-04 Eric Engestromglx: drop unnecessary pointer deref for function calls
2019-08-04 Eric Engestromintroduce c11_compat.h to provide C11 things in C99
2019-08-04 Vasily Khoruzhicklima/ppir: move alu vec to scalar lowering into NIR
2019-08-03 Jason Ekstrandiris: Fix handling of SIMD32 fragment shaders
2019-08-03 Bas Nieuwenhuizenmesa: Rename GLX_USE_TLS to USE_ELF_TLS.
2019-08-03 Christian Gmeineretnaviv: s/boolean/bool
2019-08-03 Andreas Baierllima/ppir: Add gl_FrontFace handling
2019-08-03 Jason Ekstrandintel/nir: Add 1-bit opcodes to brw_cmod_for_nir_compar...
2019-08-03 Jason Ekstrandintel/nir: Add a common nir comparison -> cmod helper
2019-08-03 Eric Engestromutil: fix pointer type on NetBSD
2019-08-03 Eric Engestrommeson: remove unused field
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Alyssa Rosenzweigpan/midgard: Print texture outmod
2019-08-02 Alyssa Rosenzweigpan/midgard: Promote all 16 uniforms
2019-08-02 Alyssa Rosenzweigpan/midgard: Break mir_spill_register into its function
2019-08-02 Alyssa Rosenzweigpan/midgard: Switch sources to an array for trinary...
2019-08-02 Alyssa Rosenzweigpan/midgard: Remove "r27-only" register class
2019-08-02 Alyssa Rosenzweigpan/midgard: Handle get/set_swizzle for load/store...
2019-08-02 Alyssa Rosenzweigpan/midgard: Fix block successors
2019-08-02 Alyssa Rosenzweigpan/midgard: Add helper to pack load/store registers
2019-08-02 Alyssa Rosenzweigpan/midgard: Decode register/component in load/store...
2019-08-02 Alyssa Rosenzweigpan/midgard: Fix REGISTER_OFFSET
2019-08-02 Alyssa Rosenzweigpan/midgard: Split ld/st unknown to arg_1/arg_2 fields
2019-08-02 Bas Nieuwenhuizenradv: Expose VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Implement VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-08-02 Alyssa Rosenzweigpanfrost: Allocate polygon lists on-demand
2019-08-02 Boris Brezillonpanfrost: Handle the bo == NULL case in panfrost_bo_...
2019-08-02 Boris Brezillonpanfrost: Get rid of the skippable param in attach_vt_f...
2019-08-02 Boris Brezillonpanfrost: Don't emit a new FB desc when setting a new...
2019-08-02 Boris Brezillonpanfrost: Bail out early when doing a wallpaper blit
2019-08-02 Boris Brezillonpanfrost: Bail out early when new and current FB states...
next