index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
g3dvl
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-28
vl: move winsys helper out of winsys directory
Christian König
5
-651
/
+0
2012-03-09
vl: handle DRI2GetBuffers reply with multiple buffers
Christian König
1
-10
/
+23
2012-03-05
st/vdpau: implement support for high-precision output timing
Christian König
3
-31
/
+133
2012-03-01
vl: move dirty area handling into winsys abstraction
Christian König
3
-2
/
+48
2012-03-01
vl: hide X latency by using asynchronous requests
Christian König
1
-11
/
+37
2012-03-01
vl: use SwapBuffers instead of CopyBuffers
Christian König
1
-40
/
+9
2012-03-01
vl: rewrite vl DRI backend using XCB
Christian König
4
-856
/
+145
2012-02-27
vl: fix a douple free in xsp winsys backend
Christian König
1
-1
/
+1
2012-02-25
vl: rework winsys interface
Christian König
3
-185
/
+54
2012-02-25
vl: cleanup dri winsys abstraction
Christian König
7
-1575
/
+56
2012-01-31
vl: fix some missing prototypes error
Christian König
1
-27
/
+0
2011-12-11
g3dvl/xlib: fix build by changing include order
Tobias Droste
1
-2
/
+2
2011-11-04
dri: drop DRI_VALIDATE macros
George Sapountzis
1
-24
/
+0
2011-10-04
configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
Stéphane Marchesin
1
-1
/
+1
2011-08-29
winsys/g3dvl: Fix include style
Kai Wasserbäch
3
-19
/
+19
2011-07-13
[g3dvl] remove some unneeded Makefiles
Christian König
4
-121
/
+0
2011-07-09
[g3dvl] stop calling dri2DestroyDrawable
Christian König
1
-16
/
+0
2011-07-08
[g3dvl] and finally remove pipe_video_context
Christian König
3
-29
/
+4
2011-07-08
[g3dvl] remove the unused priv member from pipe_video_context
Christian König
2
-6
/
+2
2011-07-08
[g3dvl] remove create_surface from video context
Christian König
2
-4
/
+4
2011-07-08
[g3dvl] make pipe_context mandatory for creation pipe_video_context
Christian König
3
-7
/
+30
2011-04-10
[g3dvl] get softpipe to work again
Christian König
1
-13
/
+12
2011-04-07
[g3dvl] stop waiting for replay of DRI2CopyRegion
Christian König
1
-4
/
+1
2011-04-06
[g3dvl] and finally split the decoder part out of the context
Christian König
2
-12
/
+3
2011-03-19
get softpipe winsys to compile again
Christian König
1
-6
/
+9
2010-12-11
Merge remote branch 'origin/master' into pipe-video
Christian König
2
-12
/
+21
2010-10-23
Some more merge fixes
Christian König
1
-16
/
+2
2010-10-16
Fix problems created by Merge
Christian König
1
-1
/
+1
2010-10-12
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
Christian König
1
-1
/
+0
2010-06-06
vl: Drop DRI1, clean up DRI2 bits.
Younes Manton
5
-369
/
+218
2010-05-29
vl: Get nouveau building again.
Younes Manton
1
-24
/
+43
2010-05-24
vl: Use pipe_screen::video_context_create hook instead of SP ctor.
Younes Manton
1
-1
/
+5
2010-05-23
vl: Get softpipe working again.
Younes Manton
2
-23
/
+29
2010-05-08
vl: Get softpipe building again.
Younes Manton
1
-234
/
+26
2010-04-30
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
Younes Manton
2
-73
/
+10
2010-04-28
vl: WIP DRI2 support in the winsys.
Younes Manton
6
-32
/
+979
2010-04-24
vl: Adapt to dri changes.
Younes Manton
3
-17
/
+8
2010-04-24
vl: Fix up configure.ac/Makefile
Younes Manton
1
-1
/
+1
2010-04-10
Squashed commit of the following:
Keith Whitwell
11
-926
/
+0
2010-03-12
Merge remote branch 'origin/master' into pipe-video
Younes Manton
2
-12
/
+7
2010-02-04
Nuke the nv0x-nv2x gallium pipe drivers.
Francisco Jerez
1
-4
/
+1
2010-02-02
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
1
-1
/
+1
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
1
-1
/
+1
2010-02-01
r300g/g3dvl: Fix build error and correct Makefile for xvmc lib
Cooper Yuan
1
-4
/
+5
2010-01-29
r300g/g3dvl: port xvmc video stuff to mesa/pipe-video branch
Cooper Yuan
1
-0
/
+19
2010-01-01
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
2
-13
/
+3
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
1
-2
/
+2
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
1
-6
/
+3
2009-12-06
Merge branch 'master' into pipe-video
Younes Manton
1
-6
/
+3
2009-12-05
g3dvl: It's ok to not have cliprects (minimized windows, etc).
Younes Manton
1
-16
/
+18
[next]