anv: Add EXT_acquire_xlib_display to anv driver [v3]
[mesa.git] / src / gallium /
2018-06-19 Marek Olšákradeonsi: rename r600_texture -> si_texture, rxxx ...
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-19 Rob Clarkfreedreno/a5xx: move emit_marker5() into a5xx backend
2018-06-19 Rob Clarkfreedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_...
2018-06-19 Rob Clarkfreedreno/a5xx: don't crash if compute shader compile...
2018-06-19 Rob Clarkfreedreno/ir3: fix missing recursion into block condition
2018-06-19 Rob Clarkfreedreno/a5xx: better FOUR_QUAD/TWO_QUAD decision...
2018-06-19 Rob Clarkfreedreno/a5xx: bordercolor fixes
2018-06-19 Rob Clarkfreedreno: remove per-stateobj dirty_mask's
2018-06-19 Rob Clarkfreedreno/a5xx: remove one image stateblock
2018-06-19 Rob Clarkfreedreno/a5xx: cubemap image fixes
2018-06-19 Rob Clarkfreedreno/ir3: handle image buffer
2018-06-19 Rob Clarkfreedreno/ir3: handle arrays of images
2018-06-19 Rob Clarkfreedreno/ir3: images can be arrays too
2018-06-19 Rob Clarkfreedreno/ir3: use move_load_const pass
2018-06-19 Marek Olšákradeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENT
2018-06-19 Marek Olšákradeonsi: always put persistent buffers into GTT on...
2018-06-19 Marek Olšákradeonsi: fix si_get_num_queries for radeon
2018-06-19 Marek Olšákradeonsi: don't expose performance counters for non...
2018-06-19 Marek Olšákac/gpu_info: add radeon_info::num_tcc_blocks
2018-06-19 Marek Olšákradeonsi: set a better NUM_PATCHES hard limit
2018-06-19 Marek Olšákradeonsi: make sure LS-HS vector lanes are reasonably...
2018-06-19 Marek Olšákradeonsi: properly compute an LS-HS thread group size...
2018-06-19 Eric Anholtv3d: Fix blitting from a linear winsys BO.
2018-06-19 Tomeu Vizosovirgl: Remove debugging left-overs
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_relaxed_es driconfig override
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_builtin_const_expression...
2018-06-18 Timothy Arceriradeonsi: enable OpenGL 3.3 compat profile
2018-06-18 Eric Anholtv3d: Set the SO offsets correctly if we have to re...
2018-06-18 Marek Olšákgallium/hud: = should rename the last added data source
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-06-17 Timothy Arcerimesa: Unconditionally enable floating-point textures
2018-06-15 Eric Anholtv3d: Handle a no-intersection scissor even if it's...
2018-06-15 Eric Anholtv3d: Use the proper depth texture type for sampling.
2018-06-15 Eric Anholtv3d: Fix shaders using pixel center W but no varyings.
2018-06-15 Rhys Perrynvc0: add support for programmable sample locations
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-06-15 Eric Anholtv3d: Fix polygon offset for Z16 buffers.
2018-06-14 Eric Anholtv3d: Don't set the first_ez_state to DISABLED if after...
2018-06-14 Eric Anholtv3d: Use the right size for v3d 4.x TEXTURE_SHADER_STAT...
2018-06-14 Eric Anholtv3d: Add static asserts for other packed packet sizes.
2018-06-14 Eric Anholtv3d: Fix the size of the packed attribute state.
2018-06-14 Eric Anholtv3d: Remove some unused context fields from vc4.
2018-06-14 Eric Anholtv3d: Remove unused QUNIFORM_STENCIL left over from...
2018-06-14 Eric Anholtv3d: Use our #define for max attributes in shader caps.
2018-06-14 Lukas Rusakmeson: only build vl_winsys_dri.c when x11 platform...
2018-06-14 Marek Olšákradeonsi/gfx9: fix si_get_buffer_from_descriptors for...
2018-06-14 Marek Olšákradeonsi/gfx9: update & clean up a DPBB heuristic
2018-06-14 Marek Olšákradeonsi/gfx9: set POPS_DRAIN_PS_ON_OVERLAP due to...
2018-06-14 Marek Olšákradeonsi/gfx9: remove UINT_MAX array terminators in...
2018-06-14 Marek Olšákradeonsi/gfx9: update bin sizes
2018-06-14 Marek Olšákradeonsi/gfx9: update primitive binning code for EQAA
2018-06-14 Marek Olšákradeonsi: assume that rasterizer state is non-NULL...
2018-06-14 Marek Olšákradeonsi: micro-optimize prim checking and fix guardban...
2018-06-14 Marek Olšákradeonsi: move the guardband registers into a separate...
2018-06-14 Marek Olšákradeonsi/gfx9: implement the scissor bug workaround...
2018-06-14 Marek Olšákradeonsi: don't set VGT_LS_HS_CONFIG if it doesn't...
2018-06-14 Marek Olšákradeonsi: move VGT_GS_OUT_PRIM_TYPE into si_shader_gs
2018-06-14 Marek Olšákradeonsi: record CLIPVERTEX output usage properly for...
2018-06-14 Marek Olšákradeonsi: fix FBFETCH with 2D MSAA arrays
2018-06-14 Marek Olšákradeonsi: return real memory usage instead of per-proce...
2018-06-14 Dave Airlievirgl: add ARB_tessellation_shader support. (v2)
2018-06-11 Rob Clarkfreedreno/ir3: use pipe_image_view's cpp
2018-06-11 Rob Clarkfreedreno/ir3: fix image dimensions offset
2018-06-11 Rob Clarkfreedreno/a5xx: correct image/ssbo offset
2018-06-11 Rob Clarkfreedreno/ir3: use saml always if we have lod
2018-06-11 Rob Clarkfreedreno/ir3: don't cp absneg into meta:fi
2018-06-11 Rob Clarkfreedreno/ir3: rework size/type conversion instructions
2018-06-11 Rob Clarkfreedreno/ir3: propagate HALF flag across fanout
2018-06-11 Rob Clarkfreedreno/a5xx: add sample-id/sample-mask-in
2018-06-11 Rob Clarkfreedreno/ir3: add sample-id/sample-mask-in
2018-06-11 Rob Clarkfreedreno: update generated headers
2018-06-11 Rob Clarkfreedreno/ir3: image atomics use image-store path
2018-06-10 Dave Airlievirgl: enable ARB_gpu_shader_fp64
2018-06-08 Sonny Jiangradeonsi: emit_dpbb_state packets optimization
2018-06-08 Sonny Jiangradeonsi: emit_clip_state packets optimization
2018-06-08 Sonny Jiangradeonsi: emit_msaa_sample_locs packets optimization
2018-06-08 Sonny Jiangradeonsi: emit_msaa_config packets optimization
2018-06-08 Sonny Jiangradeonsi: emit_cb_render_state packets optimization
2018-06-08 Sonny Jiangradeonsi: emit_db_render_state packets optimization
2018-06-08 Jan Veselydrisw: Fix invalid pointer arithmetic
2018-06-08 Timothy Arceriradeonsi: fix possible truncation on renderer string
2018-06-06 Eric Anholtv3d: Work around GFXH-1461/GFXH-1689 by using CLEAR_TIL...
2018-06-06 Eric Engestromegl: rewire the build systems to use libwayland-egl
2018-06-06 Marek Olšákr300g/swtcl: make pipe_context uploaders use malloc...
2018-06-05 Eric Anholtv3d: Be more explicit about include directory from...
2018-06-05 Eric Engestromautotools: add missing android file to package
2018-06-05 gurchetansingh@chr... virgl: use bits in caps set v2
2018-06-05 gurchetansingh@chr... virgl: add shader offset alignment to to v2 caps struct
2018-06-04 Jose Fonsecatrace: Fix parsing of recent traces.
2018-06-04 Jose Fonsecatrace: Fix trace_context_transfer_unmap methods.
2018-06-01 Gert Wollnyvirgl: Always assume that ORIGIN_UPPER_LEFT and PIXEL_C...
2018-06-01 Alex Smithradeonsi: Fix crash on shaders using MSAA image load...
2018-05-30 Vinson Leev3d: Fix automake linking error.
2018-05-30 Jakob Bornecrantzvirgl: Update virgl_hw.h
2018-05-30 Dave Airlievirgl: add ARB_transform_feedback_overflow_query support
2018-05-30 Dave Airlievirgl: add polygon offset clamp
2018-05-30 Dave Airlievirgl: add derivative control support
2018-05-30 Dave Airlievirgl: add ARB_conditional_render_inverted support
2018-05-30 Dave Airlievirgl: update caps bitset to latest version.
next