index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/dri: add support for dma-buf importer (DRIimage v8)
Dave Airlie
2014-03-03
2
-1
/
+57
*
st/dri: move fourcc->format conversion to a common place
Dave Airlie
2014-03-03
1
-46
/
+35
*
st/dri: remove #ifdef DRM_CAP_PRIME guard
Emil Velikov
2014-02-18
1
-2
/
+0
*
gallium makefiles: use a linker script for building dri drivers
Maarten Lankhorst
2014-02-12
1
-0
/
+5
*
gallium/dri2: Fix dri2_dup_image
Axel Davy
2014-02-05
1
-0
/
+1
*
st/dri: Fix tests for no draw/read buffers in dri_make_current()
Michel Dänzer
2014-01-31
1
-2
/
+2
*
st/dri: Allow creating OpenGL 3.3 core contexts
Michel Dänzer
2014-01-30
1
-1
/
+1
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
st/dri: prevent leak of dri option default values
Aaron Watry
2014-01-16
1
-0
/
+6
*
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
[next]