index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
2
-0
/
+2
*
st/mesa: Initialize textures array in st_framebuffer_validate
Michel Dänzer
2017-10-18
1
-3
/
+1
*
meson: Build gallium dri state tracker
Dylan Baker
2017-10-16
1
-0
/
+57
*
st/dri: Add definitions to allow importing 16-bit surfaces
Mark Thompson
2017-10-13
1
-0
/
+14
*
st/dri: implement __DRIimageExtension::validateUsage properly
Marek Olšák
2017-10-12
1
-8
/
+22
*
st/dri: implement createImageFromRenderbuffer(2)
Nicolai Hähnle
2017-10-10
3
-7
/
+71
*
mesa: Remove force_s3tc_enable driconf variable
Matt Turner
2017-10-02
1
-2
/
+0
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
1
-13
/
+0
*
st/dri: don't expose modifiers in EGL if the driver doesn't implement them
Marek Olšák
2017-09-27
1
-3
/
+5
*
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
2017-08-10
1
-1
/
+2
*
st/dri2: fix kms_swrast driconf option handling
Rob Herring
2017-08-09
1
-3
/
+3
*
st/dri: add drisw image extension
Gurchetan Singh
2017-08-07
1
-0
/
+11
*
st/dri: move some image functions to dri_helpers.c
Gurchetan Singh
2017-08-07
3
-106
/
+124
*
st/dri: organize order of includers in dri_helpers
Gurchetan Singh
2017-08-07
1
-2
/
+3
*
st/dri: change dri_extensions to dri_helpers
Gurchetan Singh
2017-08-07
5
-6
/
+6
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
2
-8
/
+3
*
gallium: get rid of pipe_screen_config::flags
Nicolai Hähnle
2017-08-04
4
-16
/
+7
*
st/dri2 Plumb the flush_swapbuffer functionality through to dri3
Thomas Hellstrom
2017-08-03
3
-0
/
+36
*
st/dri: NULL check before deref DRI loader .getCapability
Emil Velikov
2017-08-02
1
-2
/
+4
*
pipe-loader: fix driinfo for software and non-radeonsi drivers
Nicolai Hähnle
2017-08-02
1
-4
/
+4
*
st/dri: implement v2 of DRI_ConfigOptions
Nicolai Hähnle
2017-08-02
1
-2
/
+3
*
gallium: move loading of drirc to pipe-loader
Nicolai Hähnle
2017-08-02
5
-55
/
+21
*
gallium: move driinfo XML to pipe_loader
Nicolai Hähnle
2017-08-02
1
-39
/
+1
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
2
-6
/
+12
*
st/dri: don't set PIPE_BIND_SHARED for privately-allocated renderbuffers
Marek Olšák
2017-08-01
1
-2
/
+3
*
xmlconfig: move into src/util
Nicolai Hähnle
2017-07-31
3
-3
/
+3
*
dri_interface,egl,gallium: only expose RGBA visuals on Android
Marek Olšák
2017-07-31
1
-1
/
+23
*
st/dri2: Return invalid modifier when no driver support
Daniel Stone
2017-07-25
1
-0
/
+6
*
st/dri: Check get-handle return value in queryImage
Daniel Stone
2017-07-25
1
-12
/
+18
*
st/mesa: create framebuffer iface hash table per st manager
Charmaine Lee
2017-07-24
2
-0
/
+4
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
1
-1
/
+5
*
st/dri: list __DRI2_FENCE extension only where needed
Emil Velikov
2017-07-19
1
-1
/
+0
*
swrast: add dri2ConfigQueryExtension to the correct extension list
Emil Velikov
2017-07-19
1
-1
/
+1
*
st/mesa: Add KHR_no_error toggle to driconf
Grigori Goronzy
2017-07-14
2
-0
/
+4
*
st/mesa: Add support for KHR_no_error flag
Grigori Goronzy
2017-07-14
1
-0
/
+3
*
dri: Add KHR_no_error DRI extension
Grigori Goronzy
2017-07-14
3
-1
/
+5
*
st/dri: add 32-bit RGBX/RGBA formats
Marek Olšák
2017-07-13
2
-12
/
+65
*
st/mesa: add a winsys buffers list in st_context
Charmaine Lee
2017-07-11
1
-0
/
+4
*
mesa/glthread: add glthread "perf" counters and pass them to gallium HUD
Marek Olšák
2017-06-26
1
-1
/
+5
*
st/dri2: implement image offset query
Lucas Stach
2017-06-24
1
-0
/
+6
*
st/dri: add a drirc workaround for Rocket League
Marek Olšák
2017-06-23
1
-0
/
+5
*
st/dri: get drirc options before creating pipe_screen
Marek Olšák
2017-06-23
4
-20
/
+38
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
2
-3
/
+3
*
st/dri: support format modifier queries
Varad Gautam
2017-06-09
1
-1
/
+23
*
st/dri: support format queries
Varad Gautam
2017-06-09
1
-0
/
+118
*
st/dri: implement DRIimage creation from dmabufs with modifiers
Varad Gautam
2017-06-09
1
-5
/
+40
*
st/dri: implement createImageWithModifiers in DRIimage
Varad Gautam
2017-06-09
1
-5
/
+53
*
st/dri: enable DRIimage modifier queries
Varad Gautam
2017-06-09
1
-0
/
+12
*
gallium/winsys/drm: introduce modifier field to winsys_handle
Varad Gautam
2017-06-09
1
-0
/
+7
*
st/dri: Allow gallium drivers to turn off two GLX extensions
Thomas Hellstrom
2017-06-07
1
-0
/
+2
[next]