freedreno: move drm to common location
[mesa.git] / src / gallium / drivers / virgl /
2018-11-21 Robert Fossvirgl: add assert and missing function parameter
2018-11-18 Robert Fossvirgl: Clean up fences commit
2018-11-16 Robert Fossvirgl: native fence fd support
2018-11-13 Gert Wollnyvirgl: Add command and flags to initiate debugging...
2018-09-14 Erik Faye-Lundvirgl: adjust strides when mapping temp-resources
2018-09-10 Erik Faye-Lundvirgl: do not map zero-sized resource
2018-09-10 Erik Faye-Lundvirgl: remove dead code
2018-09-10 Erik Faye-Lundvirgl: drop needless return-code
2018-09-10 Erik Faye-Lundvirgl: free trans on map-error
2018-09-10 Dave Airlievirgl: don't send a shader create with no data. (v2)
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-05 Tomeu Vizosovirgl: use hw-atomics instead of in-ssbo ones
2018-09-05 Erik Faye-Lundvirgl: update minor differences to upstream header
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-28 Erik Faye-Lundvirgl: add debug-switch to output TGSI
2018-08-28 Erik Faye-Lundvirgl: introduce $VIRGL_DEBUG=verbose
2018-08-28 Erik Faye-Lundvirgl: replace fprintf-call with debug_printf
2018-08-28 Erik Faye-Lundvirgl: delete commented out fprintf-call
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-21 Dave Airlievirgl: ARB_enhanced_layouts support
2018-08-15 Erik Faye-Lundvirgl: report actual max-texture sizes
2018-08-15 Erik Faye-Lundvirgl: do not use SP_MAX_TEXTURE_*_LEVELS defines
2018-08-14 Dave Airlievirgl: ARB_texture_barrier support
2018-08-07 Dave Airlievirgl: add ARB_shader_clock support
2018-08-07 Erik Faye-Lundvirgl: update virgl_hw.h from virglrenderer
2018-08-07 Erik Faye-Lundvirgl: rename msaa_sample_positions -> sample_locations
2018-08-01 Erik Faye-Lundvirgl: enable FBFETCH if virglrenderer supports it
2018-08-01 Erik Faye-Lundvirgl: add texture_barrier stub
2018-08-01 Dave Airlievirgl: enable robustness if the host exposes it
2018-08-01 Dave Airlievirgl: Support ARB_framebuffer_no_attachments
2018-08-01 Dave Airlievirgl: add initial ARB_compute_shader support
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-31 Gurchetan Singhvirgl: also mark sampler views as dirty
2018-07-31 Dave Airlievirgl: add memory barrier support
2018-07-31 Dave Airlievirgl: add TXQS support
2018-07-31 Dave Airlievirgl: add initial images support (v2)
2018-07-24 Erik Faye-Lundforward precise-flag if supported
2018-07-23 Dave AirlieRevert "virgl: remove unused stride-arguments"
2018-07-23 Dave Airlievirgl: add initial shader_storage_buffer_object support...
2018-07-23 Erik Faye-Lundvirgl: remove unused stride-arguments
2018-07-20 Gert Wollnyvirgl: Expose GL_ARB_copy_image if host supports it
2018-07-20 Gert Wollnyvirgl: Allow RGB32* textures only as buffer objects
2018-07-17 Erik Faye-Lundvirgl: respect max_vertex_attrib_stride cap
2018-07-17 Lepton Wuvirgl: Fix flush in virgl_encoder_inline_write.
2018-07-17 Erik Faye-Lundvirgl: implement set_min_samples
2018-07-16 Gert Wollnymesa/virgl: Fix off-by-one and copy-paste error in...
2018-07-02 Gert Wollnyvirgl: Add support for glGetMultisample
2018-06-27 Dave Airlievirgl: add ARB_texture_view support
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-06-14 Dave Airlievirgl: add ARB_tessellation_shader support. (v2)
2018-06-10 Dave Airlievirgl: enable ARB_gpu_shader_fp64
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-01 Gert Wollnyvirgl: Always assume that ORIGIN_UPPER_LEFT and PIXEL_C...
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.
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-21 Dave Airlievirgl: set texture buffer offset alignment to disable...
2018-05-15 Dave Airlievirgl: enable vertex streams when glsl level is high...
2018-05-10 Gert Wollnyvirgl: Add support for passing GL_ANY_SAMPLES_PASSED_CO...
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-03-23 Dave Airlievirgl: add ARB_cull_distance support.
2018-03-20 Stéphane Marchesinvirgl: Implement seamless cube maps
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-05 gurchetansingh@chr... virgl: add offset alignment values to to v2 caps struct
2018-03-05 Dave Airlievirgl: reduce some default capset limits.
2018-03-05 Dave Airlievirgl: handle getting new capsets.
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-16 Dave Airlievirgl: remap query types to hw support.
2018-02-14 Dave Airlievirgl: add ARB_sample_shading support.
2018-02-14 Dave Airlievirgl: add ARB_draw_indirect support.
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-02-13 Stéphane Marchesinvirgl: Support v2 caps struct (v2)
2018-01-31 Dave Airlievirgl: also remove dimension on indirect.
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-12-05 Marek Olšákgallium/u_upload_mgr: allow drivers to specify pipe_res...
2017-12-04 Dylan Bakermeson: define driver dependencies
2017-11-28 Dylan Bakermeson: build virgl driver
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
2017-10-10 Eric Anholtgallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for...
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_init()
next