gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
[mesa.git] / src / gallium / drivers / llvmpipe / lp_screen.c
2016-04-07 Edward O'Callaghangallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Ilia Mirkingallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-03 Ilia Mirkingallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate...
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-11-24 Roland Scheideggersoftpipe/llvmpipe: don't advertize support for ASTC
2015-11-12 Ilia Mirkingallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture...
2015-10-28 Marek Olšákgallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN...
2015-10-20 Marek Olšákgallium: add PIPE_CAP_SHAREABLE_SHADERS
2015-10-03 Marek Olšákgallium: add per-sample interpolation control into...
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-08-14 Marek Olšákgallium: add an interface for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add support for GLES texture float extensions...
2015-07-16 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
2015-07-05 Marek Olšákgallium: remove redundant pipe_context::fence_signalled
2015-07-05 Marek Olšákgallium: handle fence_finish timeout in various drivers
2015-06-04 Roland Scheideggerllvmpipe: Implement stencil export
2015-05-13 Roland Scheideggerllvmpipe: enable ARB_texture_view
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-03-31 Roland Scheideggerllvmpipe: enable ARB_texture_gather
2015-03-23 Giuseppe Bilottagallium: implement get_device_vendor() for existing...
2015-02-19 Ilia Mirkinllvmpipe,softpipe: only support ETC1, not the upcoming...
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-05 Jose Fonsecallvmpipe: Trivially advertise PIPE_CAP_BUFFER_MAP_PERSI...
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-09 Marek Olšákdraw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
2014-11-19 Roland Scheideggerllvmpipe: enable PIPE_CAP_TGSI_VS_LAYER_VIEWPORT
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-23 José Fonsecagallivm,llvmpipe,clover: Bump required LLVM version...
2014-09-30 Brian Paulllvmpipe: move lp_jit_screen_init() call after allocati...
2014-09-26 Michel Dänzergallivm: More fallout from disabling with LLVM 3.6
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-08-29 Roland Scheideggerllvmpipe: (trivial) enable cube map arrays
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-28 Roland Scheideggerdraw: fix base instance handling in llvm path
2014-08-19 Tobias Klausmannllvmpipe/softpipe: enable ARB_conditional_render_inverted
2014-08-19 Tobias Klausmanngallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INV...
2014-08-15 Emil Velikovgallium/softpipe/llvmpipe: handle query_renderer caps
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-12 Ilia Mirkinsoftpipe,llvmpipe: mark BPTC formats as unsupported
2014-08-05 Roland Scheideggerllvmpipe: implement support for cube map arrays
2014-07-30 Giovanni Campagnadri: Add a new capabilities for drivers that can't...
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-07-01 Ilia Mirkingallium: add a cap for max vertex streams
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-24 José Fonsecallvmpipe: Advertise GLSL 3.30.
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-03-21 Roland Scheideggerllvmpipe: add support for b5g6r5_srgb
2014-02-25 Marek Olšákgallium: the other drivers don't support ARB_buffer_storage
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-01-29 Siavash Eliasillvmpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-10-21 Roland Scheideggerllvmpipe: enable seamless cube filtering
2013-10-16 José Fonsecallvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.
2013-07-22 Tom Stellardgallium: Add PIPE_CAP_ENDIANNESS
2013-07-15 Roland Scheideggerllvmpipe: support sRGB framebuffers
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-05-25 Zack Rusinllvmpipe: implement support for multiple viewports
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-17 Roland Scheideggerllvmpipe: enable z32s8x24 format
2013-05-11 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
2013-04-20 José Fonsecallvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture...
2013-04-18 Christoph Bumillerst/mesa: optionally apply texture swizzle to border...
2013-04-18 José Fonsecallvmpipe: Support half integer pixel center fs coord.
2013-04-05 Adam Jacksonllvmpipe: Work without sse2 if llvm is new enough
2013-04-03 Christoph Bumillergallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-22 Roland Scheideggerllvmpipe: add EXT_packed_float render target format...
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-02 Roland Scheideggerllvmpipe: bump glsl version to 140
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-02-12 Roland Scheideggerllvmpipe: implement dual source blending
2013-02-04 Andreas Bollgallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSE...
2013-01-29 José Fonsecallvmpipe: Don't advertise S8_UNORM (with feeble attempt...
2013-01-29 José Fonsecallvmpipe: Support Z16_UNORM as depth-stencil format.
2013-01-18 Roland Scheideggerllvmpipe: turn on integer texture support
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
next