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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: small typos and stuff
Thomas Balling Sørensen
2010-10-28
3
-58
/
+60
*
vl: morefixes to Luc's patch
Thomas Balling Sørensen
2010-10-27
3
-4
/
+4
*
vl: rest of Luc's patch
Thomas Balling Sørensen
2010-10-27
5
-0
/
+442
*
vl: commited Orasanu Lucian's patch containing va stubs.
Thomas Balling Sørensen
2010-10-27
7
-96
/
+369
*
Merge branch 'master' into pipe-video
Thomas Balling Sørensen
2010-10-26
30
-222
/
+407
|
\
|
*
st/egl: Use resource reference count for egl_g3d_sync.
Chia-I Wu
2010-10-23
2
-5
/
+2
|
*
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
2010-10-23
1
-12
/
+32
|
*
st/egl: Fix native_mode refresh mode.
Chia-I Wu
2010-10-23
2
-3
/
+3
|
*
egl: Fix _eglModeLookup.
Chia-I Wu
2010-10-23
1
-11
/
+11
|
*
egl: Minor changes to the _EGLScreen interface.
Chia-I Wu
2010-10-23
1
-2
/
+2
|
*
egl: Minor changes to the _EGLConfig interface.
Chia-I Wu
2010-10-23
1
-1
/
+1
|
*
egl: Parse image attributes with _eglParseImageAttribList.
Chia-I Wu
2010-10-22
1
-81
/
+37
|
*
egl: Move attributes in _EGLImage to _EGLImageAttribs.
Chia-I Wu
2010-10-22
1
-2
/
+2
|
*
st/xorg: Fix memory leak on error path.
Vinson Lee
2010-10-19
1
-0
/
+1
|
*
st/xorg: Fix compilation for Xservers >= 1.10
Thomas Hellstrom
2010-10-19
1
-0
/
+5
|
*
st/xorg: Don't use deprecated x*alloc / xfree functions
Thomas Hellstrom
2010-10-19
5
-29
/
+29
|
*
st/xorg: Fix compilation errors for Xservers compiled without Composite
Thomas Hellstrom
2010-10-19
1
-2
/
+9
|
*
st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environments
Thomas Hellstrom
2010-10-19
1
-1
/
+1
|
*
st/egl: Do not finish a fence that is NULL.
Chia-I Wu
2010-10-14
1
-2
/
+4
|
*
st/egl: Access _EGLConfig directly.
Chia-I Wu
2010-10-14
1
-31
/
+26
|
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
|
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-1
/
+1
|
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
10
-12
/
+12
|
*
gl: Remove unused GLcontextModes fields
Kristian Høgsberg
2010-10-13
2
-7
/
+7
|
*
Get rid of GL/internal/glcore.h
Kristian Høgsberg
2010-10-13
3
-2
/
+183
|
*
st/xorg: Fix typo
Thomas Hellstrom
2010-10-12
1
-1
/
+1
|
*
st/xlib: add some comments
Brian Paul
2010-10-12
1
-0
/
+8
|
*
st/xorg: Don't try to remove invalid fbs
Thomas Hellstrom
2010-10-12
1
-3
/
+5
|
*
st/xorg: Add a customizer option to get rid of annoying cursor update flicker
Thomas Hellstrom
2010-10-12
3
-1
/
+12
|
*
st/xorg: Don't try to use option values before processing options
Thomas Hellstrom
2010-10-12
1
-13
/
+13
|
*
st/vega: Fix version check in context creation.
Chia-I Wu
2010-10-07
1
-1
/
+1
*
|
vl: add'ed stub for VaCreateImage
Thomas Balling Sørensen
2010-10-25
3
-1
/
+17
*
|
vl: more stub work for a va implementation
Thomas Balling Sørensen
2010-10-25
6
-50
/
+209
*
|
vl: va state-tracker configuration scripts
Thomas Balling Sørensen
2010-10-24
6
-10
/
+41
*
|
vl: initial va-api implementation
Thomas Balling Sørensen
2010-10-23
4
-0
/
+244
*
|
vl: more work on the bitstream_parser
Thomas Balling Sørensen
2010-10-13
2
-31
/
+70
*
|
vl: bitstream decoder finds startcodes
Thomas Balling Sørensen
2010-10-08
6
-23
/
+27
*
|
vl: some more fixes and addition to the decoder handling
Thomas Balling Sørensen
2010-10-07
4
-14
/
+36
*
|
vl: implemented a few functions and made stubs to get mplayer running
Thomas Balling Sørensen
2010-10-06
12
-44
/
+385
*
|
vl: initial commit of the bitstream parser
Thomas Balling Sørensen
2010-10-06
4
-12
/
+108
*
|
vl: change the xvmc state_tracker to the new gallium API
Thomas Balling Sørensen
2010-10-05
1
-2
/
+11
*
|
vl: changed video pipe to use the new gallium API within master
Thomas Balling Sørensen
2010-10-05
1
-0
/
+1
*
|
Merge branch 'master' into pipe-video
Thomas Balling Sørensen
2010-10-05
249
-3750
/
+32043
|
\
|
|
*
st/egl: Drop context argument from egl_g3d_get_egl_image.
Chia-I Wu
2010-09-30
1
-1
/
+0
|
*
gallium/st: remove duplicated includes
Nicolas Kaiser
2010-09-30
2
-2
/
+0
|
*
st/egl: Skip single-buffered configs in EGL.
Chia-I Wu
2010-09-30
2
-4
/
+4
|
*
d3d1x: work around crash in widl
Luca Barbieri
2010-09-28
2
-2
/
+12
|
*
d3d11: fix reference counting so devices get freed
Luca Barbieri
2010-09-27
1
-0
/
+2
|
*
d3d1x: fix Map
Luca Barbieri
2010-09-27
1
-4
/
+6
|
*
d3d1x: rework DXGI for occlusion testing and default width/height
Luca Barbieri
2010-09-27
3
-29
/
+174
[next]