turnip: Gather some device info.
[mesa.git] / src / gallium /
2019-03-10 Kenneth Graunkeiris: Fix backface stencil write condition
2019-03-10 Alyssa Rosenzweigpanfrost/drm: Cast pointer to u64 to fix warning
2019-03-10 Tomeu Vizosopanfrost: Add backend targeting the DRM driver
2019-03-10 Tomeu Vizosopanfrost: Add gem_handle to panfrost_memory and panfrost_bo
2019-03-10 Rob Clarkfreedreno/a6xx: more bcolor fixes
2019-03-09 Eric Engestrompanfrost: move #include to fix compilation
2019-03-09 Eric Engestrompanfrost: fix tgsi_to_nir() call
2019-03-09 Axel DavyRevert "d3dadapter9: Support software renderer on any...
2019-03-09 Axel Davyst/nine: Change a few advertised caps
2019-03-09 Axel Davyst/nine: Do not advertise CANMANAGERESOURCE
2019-03-09 Axel Davyst/nine: Do not advertise support for D15S1 and D24X4S4
2019-03-09 Patrick Rudolphd3dadapter9: Support software renderer on any DRI device
2019-03-09 Axel Davyst/nine: Disable depth write when nothing gets updated
2019-03-09 Elie Tourniervirgl: Return an error if we use fp64 on top of GLES
2019-03-09 Elie Tourniervirgl: Set PIPE_CAP_DOUBLES when running on GLES This...
2019-03-09 Elie Tourniervirgl: Add a caps to advertise GLES backend
2019-03-08 Rob Clarkfreedreno/ir3: fix ir3_cmdline harder
2019-03-08 Eric Anholtst/dri: Set the PIPE_BIND_SHARED flag on create_image_w...
2019-03-08 Kenneth Graunkeiris: Use copy_region and staging resources to avoid...
2019-03-08 Sagar Ghugeiris: Track last VS URB entry size
2019-03-08 Sagar Ghugeiris: Refactor code to share 3DSTATE_URB_* packet
2019-03-08 Eric Engestromr600: cast pointer to expected type
2019-03-08 Brian Paulpipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/
2019-03-08 Brian Paulsvga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()
2019-03-08 Brian Paulsvga: refactor draw_vgpu10() function
2019-03-08 Brian Paulwinsys/svga: use new pb_usage_flags enum type
2019-03-08 Brian Paulpipebuffer: whitespace fixes in pb_buffer.h
2019-03-08 Brian Paulpipebuffer: use new pb_usage_flags enum type
2019-03-08 Charmaine Leesvga: add svga shader type in the shader variant
2019-03-08 Brian Paulgallium/util: add some const qualifiers in u_bitmask.c
2019-03-08 Brian Paulgallium/util: whitespace cleanups in u_bitmask.[ch]
2019-03-08 Chris Wilsoniris: Wire up EGL_IMG_context_priority
2019-03-08 Kenneth Graunkeiris: Export a copy_region helper that doesn't flush
2019-03-08 Kenneth Graunkeiris: Spruce up "are we using this engine?" checks...
2019-03-08 Timur Kristófradeonsi/nir: Only set window_space_position for vertex...
2019-03-07 Rob Clarkfreedreno/a6xx: perfcntrs
2019-03-07 Rob Clarkfreedreno/a6xx: fix border-color swizzles
2019-03-07 Rob Clarkfreedreno/a6xx: refactor fd6_tex_swiz()
2019-03-07 Rob Clarkfreedreno/a6xx: remove astc_srgb workaround
2019-03-07 Rob Clarkfreedreno: fix ir3_cmdline build
2019-03-07 Kenneth Graunkeiris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2019-03-07 Kenneth Graunkeiris: Properly support alpha and luminance-alpha formats
2019-03-07 Kenneth Graunkeiris: Defer uploading sampler state tables until draw...
2019-03-07 Kenneth Graunkeiris: Plumb through ISL_SWIZZLE_IDENTITY in buffer...
2019-03-07 Kenneth Graunkeisl: Add a swizzle parameter to isl_buffer_fill_state()
2019-03-07 Lionel Landwerliniris: fix decode_get_bo callback
2019-03-07 Erik Faye-Lundvirgl: remove unused variable
2019-03-07 Erik Faye-Lundvirgl: remove unused variable
2019-03-07 Erik Faye-Lundvirgl: remove unused variable
2019-03-07 Erik Faye-Lundvirgl: remove unused variables
2019-03-07 Lionel Landwerliniris: fix decoder call
2019-03-07 Andre Heideriris: add support for tgsi_to_nir
2019-03-07 Kenneth Graunkeiris: Fix MOCS for blits and clears
2019-03-06 Timothy Arceriradeonsi/nir: stop calling nir_lower_returns()
2019-03-06 Timothy Arceriglsl: use NIR function inlining for drivers that use...
2019-03-06 Timothy Arceriglsl/freedreno/panfrost: pass gl_context to the standal...
2019-03-06 Jose Maria Casanov... iris: setup EdgeFlag Vertex Element when needed.
2019-03-06 Jason Ekstrandnir/lower_doubles: Inline functions directly in lower_d...
2019-03-05 Timur Kristóftgsi_to_nir: Set correct location for uniforms.
2019-03-05 Timur Kristóftgsi_to_nir: Improve interpolation modes.
2019-03-05 Kenneth Graunketgsi_to_nir: use sampler variables and derefs
2019-03-05 Timur Kristóftgsi_to_nir: Support FACE and POSITION properly.
2019-03-05 Timur Kristóftgsi_to_nir: Extract ttn_emulate_tgsi_front_face into...
2019-03-05 Timur Kristóftgsi_to_nir: Restructure system value loads.
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-03-05 Timur Kristóffreedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
2019-03-05 Timur Kristóftgsi_to_nir: Split to smaller functions.
2019-03-05 Timur Kristóftgsi_to_nir: Make the TGSI IF translation code more...
2019-03-05 Timur Kristóftgsi_to_nir: Fix TGSI LIT translation by using flt.
2019-03-05 Timur Kristóftgsi_to_nir: Fix the TGSI ARR translation by converting...
2019-03-05 Timur Kristófnir: Add ability for shaders to use window space coordi...
2019-03-04 Axel Davyst/nine: Ignore multisample quality level if no ms
2019-03-04 Axel Davyst/nine: Ignore window size if error
2019-03-04 Brian Paulst/wgl: init a variable to silence MinGW warning
2019-03-04 Brian Paulsvga: silence array out of bounds warning
2019-03-04 Brian Paulsvga: init fill variable to avoid compiler warning
2019-03-04 Alyssa Rosenzweigpanfrost: List primitive restart enable bit
2019-03-04 Alyssa Rosenzweigpanfrost/midgard: Preview for data hazards
2019-03-04 Alyssa Rosenzweigpanfrost/midgard: Promote smul to vmul
2019-03-04 Alyssa Rosenzweigpanfrost: Flush with offscreen rendering
2019-03-04 Alyssa Rosenzweigpanfrost/midgard: Don't force constant on VLUT
2019-03-04 Alyssa Rosenzweigpanfrost: Cleanup cruft related to clears
2019-03-04 Alyssa Rosenzweigpanfrost: Decouple Gallium clear from FBD clear
2019-03-04 Alyssa Rosenzweigpanfrost: Import job data structures from v3d
2019-03-03 Rob Clarkfreedreno/ir3: add Sethi–Ullman numbering pass
2019-03-01 Eric Anholtv3d: Fix build of NEON code with Mesa's cflags not...
2019-03-01 Eric EngestromRevert "swr/rast: Archrast codegen updates"
2019-03-01 Fritz Koenigfreedreno/a6xx: Enable UBWC modifier
2019-03-01 Fritz Koenigfreedreno: UBWC allocator
2019-03-01 Fritz Koenigfreedreno/a6xx: UBWC support
2019-03-01 Fritz Koenigfreedreno: pass count to query_dmabuf_modifiers
2019-03-01 Christian Gmeineretnaviv: fix compile warnings
2019-03-01 Christian Gmeineretnaviv: fix resource usage tracking across different...
2019-03-01 Christian Gmeineretnaviv: enable ETC2 texture compression support for...
2019-03-01 Christian Gmeineretnaviv: hook-up etc2 patching
2019-03-01 Christian Gmeineretnaviv: keep track of mapped bo address
2019-03-01 Christian Gmeineretnaviv: implement ETC2 block patching for HALTI0
2019-02-28 Kristian H. Kristensenfreedreno: Fix a couple of warnings
2019-02-28 Kristian H. Kristensenfreedreno/a6xx: Don't zero SO buffer addresses
2019-02-28 Kristian H. Kristensenfreedreno/a6xx: Only output MRT control for used frameb...
next