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
...
*
swrastg: allow for any of the software rasterizers.
George Sapountzis
2010-03-26
1
-6
/
+0
*
st/dri: add comment about the ifdef in dri_screen.c
George Sapountzis
2010-03-26
1
-13
/
+10
*
st/dri: factor out common init_screen code
George Sapountzis
2010-03-26
5
-56
/
+67
*
st/dri mv __driDriverExtensions to drisw.c and dri2.c
George Sapountzis
2010-03-26
3
-15
/
+15
*
st/dri: fold dri_extensions.c into dri_context.c
George Sapountzis
2010-03-26
7
-58
/
+13
*
swrastg: Build with scons
Jakob Bornecrantz
2010-03-26
2
-0
/
+30
*
st/dri: Move common files to common directory
Jakob Bornecrantz
2010-03-26
27
-15
/
+15
*
st/dri: Reshuffle files and make it obvious which files are shared
Jakob Bornecrantz
2010-03-26
23
-53
/
+111
*
st/dri: Don't include sw vs drm dri headers
Jakob Bornecrantz
2010-03-25
2
-0
/
+6
*
st/dri: Add dri2 prefix for all dri2.c functions
Jakob Bornecrantz
2010-03-25
4
-25
/
+25
*
st/dri: add TODO list for DRISW
George Sapountzis
2010-03-25
1
-0
/
+30
*
st/dri: add drisw
George Sapountzis
2010-03-25
5
-0
/
+399
*
st/dri: add dri_wrapper.h
George Sapountzis
2010-03-25
6
-6
/
+14
*
st/dri: export DRI1 surface / pipe
George Sapountzis
2010-03-25
9
-90
/
+218
*
st/dri: split out DRI2 code
George Sapountzis
2010-03-25
9
-370
/
+476
*
st/dri: make get_texture into validate_att
George Sapountzis
2010-03-25
3
-23
/
+26
*
st/dri: flush_frontbuffer, allocate_textures for dri2
George Sapountzis
2010-03-25
1
-17
/
+40
*
st/dri: flush_frontbuffer, allocate_textures for dri1
George Sapountzis
2010-03-25
3
-25
/
+37
*
st/dri: minor cosmetic for buffers
George Sapountzis
2010-03-25
1
-14
/
+17
*
st/dri: minor cosmetic for screen
George Sapountzis
2010-03-25
1
-20
/
+27
*
st/dri: add inline for dri2 check done in multiple places
George Sapountzis
2010-03-25
3
-8
/
+13
*
st/dri: Fix for X server 1.6.0 (DRI2 version 1)
Jakob Bornecrantz
2010-03-25
1
-1
/
+9
*
st/dri: fix bug in make_current
George Sapountzis
2010-03-20
1
-1
/
+1
*
st/dri: fix bug in allocate_textures
George Sapountzis
2010-03-20
1
-1
/
+1
*
st/dri: Switch from st_public.h to st_api.h.
Chia-I Wu
2010-03-18
10
-558
/
+393
*
st/dri: Implement st_api.h callbacks.
Chia-I Wu
2010-03-18
5
-0
/
+505
*
st/dri: Headers and public symbols clean up.
Chia-I Wu
2010-03-18
5
-14
/
+8
*
st/dri: Move DRI1 bits in dri_context.c to dri1.c.
Chia-I Wu
2010-03-18
3
-66
/
+64
*
st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.
Chia-I Wu
2010-03-18
5
-319
/
+336
*
st/dri: Move DRI1 bits in dri_screen.c to dri1.c.
Chia-I Wu
2010-03-18
9
-82
/
+173
*
Merge remote branch 'origin/gallium-st-api'
Chia-I Wu
2010-03-16
2
-2
/
+1
|
\
|
*
st/mesa: Implement st_api.h.
Chia-I Wu
2010-03-12
2
-2
/
+1
*
|
gallium: fix frontbuffer rendering with r300g
Dave Airlie
2010-03-16
1
-1
/
+1
*
|
Merge branch '7.8'
Michel Dänzer
2010-03-12
1
-49
/
+52
|
\
\
|
|
/
|
/
|
|
*
st/dri: Always try to set up R5G6B5 configs.
Michel Dänzer
2010-03-12
1
-49
/
+52
*
|
st/mesa: don't enable extensions which aren't actually supported
Roland Scheidegger
2010-03-11
1
-1
/
+1
*
|
st/dri: move extension initilization to st/mesa completely
Marek Olšák
2010-03-11
1
-99
/
+3
*
|
gallium: plumb winsys-drawable-handle through to state tracker
Keith Whitwell
2010-03-10
1
-3
/
+9
*
|
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
gallium: Expose a opaque winsys handle and functions on pipe_screen
Jakob Bornecrantz
2010-03-01
1
-2
/
+6
*
|
dri: Rename pipe formats.
José Fonseca
2010-03-01
2
-14
/
+14
|
/
*
st/dri: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-27
1
-2
/
+4
*
Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."
Francisco Jerez
2010-02-18
1
-2
/
+0
*
st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.
Francisco Jerez
2010-02-17
1
-2
/
+2
*
st/dri2: Use event-driven buffer validation.
Francisco Jerez
2010-02-16
3
-4
/
+27
*
st/dri: don't expose visuals we'll have trouble supporting
Zack Rusin
2010-02-12
1
-9
/
+20
*
st/dri, st/xorg: fix buffers that have attachements of different depth
Zack Rusin
2010-02-12
1
-25
/
+59
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-3
/
+6
*
dri_interface: Introduce DRI tokens for the texBuffer texture formats
Kristian Høgsberg
2010-02-09
1
-1
/
+1
*
st/dri: fix compile breakage
Keith Whitwell
2010-02-08
1
-1
/
+1
[prev]
[next]