| Commit message (Expand) | Author | Age | Files | Lines |
* | st/dri: Check for kernel support before enabling fd sharing v2 | Thomas Hellstrom | 2013-12-18 | 1 | -2/+11 |
* | st/dri: fix compiler warning for driCopySubBufferExtension | Brian Paul | 2013-12-17 | 1 | -1/+1 |
* | st/dri: resolve sRGB buffers in linear colorspace | Marek Olšák | 2013-12-14 | 1 | -2/+23 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 1 | -4/+54 |
* | gallium/dri: Support DRI Image extension version 7 | Christopher James Halse Rogers | 2013-12-10 | 1 | -10/+104 |
* | gallium/dri2: Set winsys_handle type to KMS for stride query. | Christopher James Halse Rogers | 2013-12-10 | 1 | -0/+1 |
* | gallium/winsys/drm: Prepare for passing prime fds in winsys_handle | Christopher James Halse Rogers | 2013-12-10 | 1 | -0/+2 |
* | gallium/dri: Support DRI Image extension version 6 | Christopher James Halse Rogers | 2013-12-10 | 1 | -1/+71 |
* | st/dri: Fix dri_create_context declaration prototype. | José Fonseca | 2013-11-08 | 1 | -0/+1 |
* | mesa/dri: Move context flag validation down into the drivers | Ian Romanick | 2013-11-07 | 1 | -0/+5 |
* | mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy | Ian Romanick | 2013-11-07 | 1 | -0/+6 |
* | dri: Move driver config options to dri driver extensions. | Eric Anholt | 2013-10-24 | 4 | -3/+11 |
* | st/dri: minor formatting clean-ups in dri_context.c | Brian Paul | 2013-10-22 | 1 | -4/+6 |
* | dri: Move API version validation into dri/common. | Eric Anholt | 2013-10-10 | 2 | -8/+13 |
* | st/dri: don't export any private symbols | Marek Olšák | 2013-10-08 | 2 | -1/+3 |
* | st/dri/sw: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 3 | -13/+8 |
* | st/dri: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 3 | -13/+8 |
* | gallium: add flush_resource context function | Marek Olšák | 2013-09-20 | 2 | -3/+11 |
* | st/dri: do not create a new context for msaa copy | Maarten Lankhorst | 2013-09-11 | 4 | -24/+18 |
* | gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl... | Axel Davy | 2013-09-06 | 1 | -0/+2 |
* | dri: Choose a decent global driNConfigOptions. | Eric Anholt | 2013-08-17 | 1 | -4/+1 |
* | st/dri: add a new driconf option disable_shader_bit_encoding for Unigine | Marek Olšák | 2013-07-30 | 2 | -1/+4 |
* | mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine | Marek Olšák | 2013-07-30 | 2 | -5/+8 |
* | st/dri: remove driOptionCache from dri_context in favor of dri_screen | Marek Olšák | 2013-07-30 | 2 | -13/+1 |
* | st/dri: move enabling postprocessing to dri_screen | Marek Olšák | 2013-07-30 | 4 | -16/+18 |
* | st/dri: remove more unused driconf options | Marek Olšák | 2013-07-30 | 1 | -6/+1 |
* | st/dri: implement the driconf option force_s3tc_enable properly | Marek Olšák | 2013-07-30 | 2 | -2/+19 |
* | driconf: remove the unused option allow_large_textures | Marek Olšák | 2013-07-30 | 1 | -2/+1 |
* | st/dri: support the driconf option disable_blend_func_extended | Marek Olšák | 2013-07-30 | 2 | -1/+4 |
* | st/dri/sw: Fix pitch calculation in drisw_update_tex_buffer | Richard Sandiford | 2013-06-24 | 1 | -2/+3 |
* | gallium: Fix llvmpipe on big-endian machines | Adam Jackson | 2013-06-24 | 1 | -4/+4 |
* | st/dri: if flushing a drawable, don't set reason=SWAPBUFFERS | Marek Olšák | 2013-06-13 | 1 | -1/+1 |
* | st/dri: resolve the back buffer only in SwapBuffers | Marek Olšák | 2013-06-13 | 1 | -3/+3 |
* | st/dri: manually swap MSAA front and back buffers in SwapBuffers | Marek Olšák | 2013-06-13 | 1 | -0/+25 |
* | st/dri: always copy new DRI front and back buffers to corresponding MSAA buffers | Marek Olšák | 2013-06-13 | 1 | -0/+27 |
* | st/dri: refactor dri_msaa_resolve | Marek Olšák | 2013-06-13 | 3 | -12/+15 |
* | st/dri: reuse depth-stencil and MSAA resources after DRI2 invalidate event | Marek Olšák | 2013-06-13 | 1 | -26/+78 |
* | st/dri: fix MSAA resolving of buffers with height > width | Marek Olšák | 2013-06-13 | 1 | -2/+2 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -6/+6 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Use quotes on bool driconf options to prevent stdbool.h breakage. | Eric Anholt | 2013-04-19 | 1 | -4/+4 |
* | gallium: handle drirc disable_glsl_line_continuations option | Vadim Girlin | 2013-04-19 | 2 | -1/+4 |
* | st/dri: fix crash with HUD and single buffering | Marek Olšák | 2013-03-28 | 1 | -1/+2 |
* | st/dri: integrate the HUD | Marek Olšák | 2013-03-26 | 3 | -0/+11 |
* | st/dri: add support for the always_have_depth_buffer option | Brian Paul | 2013-03-15 | 3 | -11/+28 |
* | st/dri: disallow recursion in dri_flush | Marek Olšák | 2013-01-24 | 2 | -1/+13 |
* | st/dri: add null-pointer check, remove duplicated local variable | Marek Olšák | 2013-01-24 | 1 | -4/+5 |
* | xmlpool: Fix out-of-tree builds. | Johannes Obermayr | 2013-01-13 | 2 | -0/+2 |