swr: rework resource layout and surface setup
[mesa.git] / src / gallium / state_trackers / dri /
2014-05-02 Emil Velikovtargets/dri: use a single version script to restict...
2014-04-28 Emil Velikovst/dri: cleanup dri extension handling
2014-03-11 Marek Olšákst/dri: flush drawable textures before unreferencing
2014-03-11 Emil Velikovst/dri: build the drm backend when libdrm is present
2014-03-03 Dave Airliest/dri: add support for dma-buf importer (DRIimage v8)
2014-03-03 Dave Airliest/dri: move fourcc->format conversion to a common...
2014-02-18 Emil Velikovst/dri: remove #ifdef DRM_CAP_PRIME guard
2014-02-12 Maarten Lankhorstgallium makefiles: use a linker script for building...
2014-02-06 Axel Davygallium/dri2: Fix dri2_dup_image
2014-01-31 Michel Dänzerst/dri: Fix tests for no draw/read buffers in dri_make_...
2014-01-30 Michel Dänzerst/dri: Allow creating OpenGL 3.3 core contexts
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-16 Aaron Watryst/dri: prevent leak of dri option default values
2013-12-18 Thomas Hellstromst/dri: Check for kernel support before enabling fd...
2013-12-17 Brian Paulst/dri: fix compiler warning for driCopySubBufferExtension
2013-12-14 Marek Olšákst/dri: resolve sRGB buffers in linear colorspace
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-10 Christopher James... gallium/dri: Support DRI Image extension version 7
2013-12-10 Christopher James... gallium/dri2: Set winsys_handle type to KMS for stride...
2013-12-10 Christopher James... gallium/winsys/drm: Prepare for passing prime fds in...
2013-12-10 Christopher James... gallium/dri: Support DRI Image extension version 6
2013-11-08 José Fonsecast/dri: Fix dri_create_context declaration prototype.
2013-11-08 Ian Romanickmesa/dri: Move context flag validation down into the...
2013-11-08 Ian Romanickmesa/dri: Add basic plumbing for GLX_ARB_robustness...
2013-10-24 Eric Anholtdri: Move driver config options to dri driver extensions.
2013-10-22 Brian Paulst/dri: minor formatting clean-ups in dri_context.c
2013-10-10 Eric Anholtdri: Move API version validation into dri/common.
2013-10-08 Marek Olšákst/dri: don't export any private symbols
2013-10-01 Emil Velikovst/dri/sw: consolidate C sources list into Makefile...
2013-10-01 Emil Velikovst/dri: consolidate C sources list into Makefile.sources
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-09-11 Maarten Lankhorstst/dri: do not create a new context for msaa copy
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-08-17 Eric Anholtdri: Choose a decent global driNConfigOptions.
2013-07-30 Marek Olšákst/dri: add a new driconf option disable_shader_bit_enc...
2013-07-30 Marek Olšákmesa,glsl,st/dri: add a new driconf option force_glsl_v...
2013-07-30 Marek Olšákst/dri: remove driOptionCache from dri_context in favor...
2013-07-30 Marek Olšákst/dri: move enabling postprocessing to dri_screen
2013-07-30 Marek Olšákst/dri: remove more unused driconf options
2013-07-30 Marek Olšákst/dri: implement the driconf option force_s3tc_enable...
2013-07-30 Marek Olšákdriconf: remove the unused option allow_large_textures
2013-07-30 Marek Olšákst/dri: support the driconf option disable_blend_func_e...
2013-06-24 Richard Sandifordst/dri/sw: Fix pitch calculation in drisw_update_tex_buffer
2013-06-24 Adam Jacksongallium: Fix llvmpipe on big-endian machines
2013-06-13 Marek Olšákst/dri: if flushing a drawable, don't set reason=SWAPBU...
2013-06-13 Marek Olšákst/dri: resolve the back buffer only in SwapBuffers
2013-06-13 Marek Olšákst/dri: manually swap MSAA front and back buffers in...
2013-06-13 Marek Olšákst/dri: always copy new DRI front and back buffers...
2013-06-13 Marek Olšákst/dri: refactor dri_msaa_resolve
2013-06-13 Marek Olšákst/dri: reuse depth-stencil and MSAA resources after...
2013-06-13 Marek Olšákst/dri: fix MSAA resolving of buffers with height ...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-19 Eric Anholtmesa: Use quotes on bool driconf options to prevent...
2013-04-18 Vadim Girlingallium: handle drirc disable_glsl_line_continuations...
2013-03-28 Marek Olšákst/dri: fix crash with HUD and single buffering
2013-03-26 Marek Olšákst/dri: integrate the HUD
2013-03-15 Brian Paulst/dri: add support for the always_have_depth_buffer...
2013-01-24 Marek Olšákst/dri: disallow recursion in dri_flush
2013-01-24 Marek Olšákst/dri: add null-pointer check, remove duplicated local...
2013-01-13 Johannes Obermayrxmlpool: Fix out-of-tree builds.
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-12 José Fonsecascons: Update for xmlpool/options.h generation.
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnerstate_trackers/dri/sw: Convert to automake
2013-01-10 Matt Turnerstate_trackers/dri/drm: Convert to automake
2013-01-10 Matt Turnerstate_trackers/dri: Convert to automake
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-12 Marek Olšákst/dri: add a way to force MSAA on with an environment...
2012-12-07 Marek Olšákst/dri: implement MSAA for GLX/DRI2 framebuffers
2012-12-07 Marek Olšákgallium: pass the current context to the flush_front...
2012-12-07 Marek Olšákst/dri: don't expose MSAA configs with accumulation...
2012-12-07 Marek Olšákst/dri: refactor dri_fill_in_modes
2012-12-07 Marek Olšákst/dri: always allocate private depth-stencil buffers
2012-12-01 Marek Olšákst/dri: implement new driver hook flush_with_flags
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-29 Marek Olšákgallium/postprocess: share pipe_context and cso_context...
2012-11-29 Marek Olšákst/mesa: add support for GL core profiles
2012-10-29 Ian Romanickdri: Convert driCreateConfigs to use a gl_format enum
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-08-31 Jakob Bornecrantzdri: Rework planar image interface
2012-08-26 Jakob Bornecrantzst/dri: Support width and height getters
2012-08-26 Jakob Bornecrantzst/dri: Claim to support validate_usage
2012-08-23 Vadim Girlinst/dri: pass config options to the state tracker
2012-08-23 Vadim Girlinst/dri: add force_glsl_extensions_warn option to dri...
2012-08-23 Vadim Girlinst/dri: use driver name for driconf section lookup
2012-08-21 Jakob Bornecrantzst/dri: Add shared usage on buffers created
2012-08-07 Chad Versacedri: Simplify use of driConcatConfigs
2012-05-29 Christoph Bumillergallium: add st_api feature mask to prevent advertising...
2012-03-25 Dave Airliedrisw: fix image stride calculation for 16-bit.
2012-02-23 Jakob Bornecrantzst/dri: Fix crash in st/dri from dri format commit
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-03 Ville Syrjalagallium/dri: Handle xserver that doesn't send needless...
2012-02-02 Lauri Kasanengallium/postprocess: Fix depth logic
2012-01-30 Benjamin Franzkest/dri: Support 24bit formats in dri2_allocate_buffer
next