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
*
st/dri: move backend hooks to appropriate object
George Sapountzis
2010-07-30
7
-29
/
+78
*
st/dri: drop dri1_helper
George Sapountzis
2010-07-30
13
-229
/
+23
*
st/dri: mv driDriverAPI to backends
George Sapountzis
2010-07-30
6
-130
/
+49
*
swrastg: Add SWRAST_NO_PRESENT option to not send updates to X server
Jakob Bornecrantz
2010-07-27
1
-1
/
+9
*
st/dri: Remove driFrameTrackingExtension.
Chia-I Wu
2010-07-20
1
-1
/
+0
*
gallium/st/dri2: add dri2 vblank query extension support
Sven Arvidsson
2010-07-18
1
-0
/
+1
*
gallium: Convert state trackers to drm driver interface
Jakob Bornecrantz
2010-06-06
3
-6
/
+2
*
gallium: fix TFP on gallium
Dave Airlie
2010-05-31
1
-0
/
+2
*
st/dri: Remove dri.c from SCons build.
Vinson Lee
2010-05-26
1
-1
/
+0
*
drm_api: Remove type argument from create screen callback
Jakob Bornecrantz
2010-05-25
1
-1
/
+1
*
st/dri: Remove DRI1 support
Jakob Bornecrantz
2010-05-25
4
-596
/
+6
*
st_api: Give get_egl_image arguments directly to the function
Jakob Borncrantz
2010-05-21
1
-3
/
+5
*
gallium: Fix invalidate framebuffer with old libGL libraries
Jakob Bornecrantz
2010-05-21
4
-2
/
+13
*
st_api: Add get param function to st_manager
Jakob Bornecrantz
2010-05-21
1
-0
/
+8
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
3
-32
/
+61
|
\
|
*
st/dri: adapt to interface changes
Roland Scheidegger
2010-05-17
3
-32
/
+61
*
|
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
4
-0
/
+4
|
/
*
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
1
-0
/
+1
*
Update dri state tracker to use new API aware context create
Xavier Chantry
2010-05-02
2
-2
/
+4
*
st/dri: Don't check for null when user ensures non-null
Jakob Bornecrantz
2010-04-27
1
-30
/
+22
*
st/dri: Use flush function of old context not new
Jakob Bornecrantz
2010-04-27
1
-1
/
+1
*
st/dri: Refactor dri_st_api into other files
Jakob Bornecrantz
2010-04-26
17
-303
/
+173
*
st/dri: Make st_framebuffer_iface the base for dri_drawable
Jakob Bornecrantz
2010-04-26
8
-41
/
+26
*
st/dri: Make st_manager the base for dri_screen
Jakob Bornecrantz
2010-04-26
8
-85
/
+35
*
st/dri: Add hooks for framebuffer functions
Jakob Bornecrantz
2010-04-26
10
-123
/
+94
*
st/dri: Make lookup_egl_image a hook
Jakob Bornecrantz
2010-04-26
4
-10
/
+13
*
st_api: Remove st_module
Jakob Bornecrantz
2010-04-26
1
-2
/
+2
*
st/dri: Add missing header.
Vinson Lee
2010-04-25
1
-0
/
+2
*
st/dri: DRI2 give proper binding to depth buffer
Jakob Bornecrantz
2010-04-24
1
-14
/
+16
*
st/dri: Check for NULL before dereference and assignment.
Vinson Lee
2010-04-17
1
-2
/
+10
*
st/drisw: Stop pretending to be drm_api
Jakob Bornecrantz
2010-04-16
1
-5
/
+1
*
st/dri: Refactor init code a bit
Jakob Bornecrantz
2010-04-16
5
-9
/
+18
*
st/dri: Remove unnecessary header.
Vinson Lee
2010-04-16
1
-1
/
+0
*
scons: Use libdrm options only where needed.
José Fonseca
2010-04-11
1
-0
/
+2
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
9
-52
/
+53
*
Fix copyright headers.
Chia-I Wu
2010-04-10
2
-10
/
+12
*
st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB.
Chia-I Wu
2010-04-08
1
-1
/
+17
*
st/dri: Implement DRI image extension.
Chia-I Wu
2010-04-06
4
-0
/
+143
*
gallium: fix dri_destroy_option_cache() when optionCache.info is NULL
Yann Droneaud
2010-04-02
1
-4
/
+6
*
Merge branch 'gallium-new-formats'
Roland Scheidegger
2010-03-31
1
-4
/
+4
|
\
|
*
Merge branch 'master' into gallium-new-formats
Roland Scheidegger
2010-03-30
4
-81
/
+53
|
|
\
|
*
|
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-4
/
+4
*
|
|
st/dri: Remove unnecessary header.
Vinson Lee
2010-03-30
1
-1
/
+0
*
|
|
st/dri: Remove unnecessary header.
Vinson Lee
2010-03-30
1
-1
/
+0
*
|
|
st/dri: Fix a memory leak in dri1_init_screen.
Chia-I Wu
2010-03-30
1
-0
/
+2
*
|
|
drisw: Remove unnecessary header.
Vinson Lee
2010-03-29
1
-1
/
+0
|
|
/
|
/
|
*
|
st/dri/sw: add drisw_api similarly to dri1_api
George Sapountzis
2010-03-29
4
-81
/
+53
|
/
*
drisw: probably better hack for stride and some comments
George Sapountzis
2010-03-28
1
-3
/
+16
*
drisw: make stride issue profound
George Sapountzis
2010-03-27
1
-5
/
+5
*
st/dri: Fix SCons build.
Vinson Lee
2010-03-26
2
-2
/
+0
[next]