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
/
egl
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-2
/
+2
*
gallium: pass the current context to the flush_front state tracker function
Marek Olšák
2012-12-07
1
-2
/
+4
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-6
/
+3
*
st/egl: Fix up for ClientVersion -> ClientMajorVersion rename.
Michel Dänzer
2012-08-15
1
-3
/
+3
*
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
2012-08-06
1
-3
/
+1
*
gallium-egl: Move wayland query_buffer implementation
Kristian Høgsberg
2012-07-19
4
-29
/
+48
*
wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer
Kristian Høgsberg
2012-07-19
1
-3
/
+10
*
wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format
Kristian Høgsberg
2012-07-19
1
-3
/
+3
*
gallium-egl: Implement eglQueryWaylandBufferWL
Kristian Høgsberg
2012-07-19
1
-1
/
+31
*
wayland-drm: Add protocol to create planar buffers
Kristian Høgsberg
2012-07-11
1
-1
/
+1
*
wayland-drm: Pass struct wl_drm_buffer to the driver
Kristian Høgsberg
2012-07-11
2
-15
/
+16
*
wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h
Kristian Høgsberg
2012-01-11
1
-3
/
+2
*
egl,glx,wgl: Fixes stapi->createContext usage
Alexandre Demers
2011-12-24
1
-2
/
+3
*
st/egl: error check and clamp coordinates in eglPostSubBufferNV
Chia-I Wu
2011-12-20
1
-8
/
+21
*
st/egl: Add support for EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
2
-2
/
+24
*
egl: remove #ifdef's for official extensions
Chia-I Wu
2011-12-20
4
-14
/
+0
*
st/egl: fix compiler warnings
Chia-I Wu
2011-12-15
1
-1
/
+1
*
st/egl: Add support for EGL_NOK_swap_region
Fredrik Höglund
2011-12-15
3
-3
/
+46
*
android: add support for ICS
Chia-I Wu
2011-11-25
2
-4
/
+4
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-1
/
+1
*
st/egl: add support for null platform
Chia-I Wu
2011-09-20
2
-0
/
+9
*
st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHA
Chia-I Wu
2011-09-08
3
-7
/
+25
*
st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHA
Chia-I Wu
2011-09-08
1
-1
/
+10
*
st/egl: add native_present_control
Chia-I Wu
2011-09-08
4
-10
/
+32
*
st/egl: track changes to drop wl_visual in wayland
Chia-I Wu
2011-09-08
2
-6
/
+20
*
st/egl: add android backend
Chia-I Wu
2011-08-21
4
-0
/
+42
*
st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEW
Chia-I Wu
2011-07-29
1
-3
/
+4
*
st/egl: fix a typo
Chia-I Wu
2011-07-01
1
-2
/
+2
*
st/egl: remove unused header
Chia-I Wu
2011-07-01
1
-3
/
+0
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
3
-16
/
+6
*
st/egl: add get_pixmap_format callback to native_display
Chia-I Wu
2011-06-25
2
-29
/
+33
*
egl: make implementing eglChooseConfig easier
Chia-I Wu
2011-06-25
1
-36
/
+6
*
st/egl: clean up eglCopyBuffers
Chia-I Wu
2011-06-25
4
-42
/
+59
*
st/egl: reorganize backend initialization
Chia-I Wu
2011-06-25
2
-21
/
+34
*
st/egl: make native_buffer interface typed
Chia-I Wu
2011-06-24
4
-49
/
+133
*
st/egl: drop guess_gl_api from egl_g3d_loader
Chia-I Wu
2011-06-24
1
-1
/
+0
*
st/egl: use a helper to get st_api from the loader
Chia-I Wu
2011-06-24
2
-13
/
+9
*
st/egl: Hookup gbm for drm backend
Benjamin Franzke
2011-06-23
2
-1
/
+20
*
st/egl: set EGL_ALPHA_MASK_SIZE
Chia-I Wu
2011-06-09
1
-0
/
+4
*
st/egl: Add support for EGL_DRM_BUFFER_USE_CURSOR_MESA
Benjamin Franzke
2011-05-20
1
-1
/
+7
*
st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,wayland
Benjamin Franzke
2011-05-13
7
-0
/
+214
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
3
-13
/
+8
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-1
/
+1
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
3
-3
/
+3
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
3
-3
/
+3
*
st/egl: Implement swapbuffer throttling
Thomas Hellstrom
2011-03-01
2
-1
/
+129
*
st/egl: Add a helper to perform a copy swap on a resource surface
Thomas Hellstrom
2011-03-01
2
-0
/
+45
*
st/egl: Move the copy context to the native display structure
Thomas Hellstrom
2011-03-01
4
-13
/
+34
*
egl/st: add array size initialisor
Dave Airlie
2011-03-01
1
-0
/
+1
*
st/egl: Fix platform selection
Benjamin Franzke
2011-02-08
1
-0
/
+1
[next]