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
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
8
-10
/
+10
*
st/dri: Remove unnecessary header.
Vinson Lee
2010-09-25
1
-1
/
+0
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
4
-13
/
+11
*
dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext
Kristian Høgsberg
2010-09-22
1
-2
/
+2
*
st/dri: Use profiles to create OpenGL ES contexts.
Chia-I Wu
2010-09-10
4
-46
/
+14
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-3
/
+7
*
st/dri: support EGL_MESA_image_drm: queryImage
ben
2010-09-09
1
-0
/
+30
*
st/dri: support EGL_MESA_image_drm: createImage
ben
2010-09-09
1
-0
/
+58
*
st/dri: Call dri_init_extensions only for API_OPENGL.
Chia-I Wu
2010-09-08
1
-1
/
+9
*
st/dri: Use enum st_api_type internally.
Chia-I Wu
2010-09-08
5
-27
/
+39
*
st/dri: Add multi-api support
nobled
2010-09-08
5
-13
/
+46
*
st/dri: Make clear which API's are supported
nobled
2010-09-08
1
-1
/
+4
*
st/dri: Remove unnecessary main/mtype.h.
Chia-I Wu
2010-08-24
1
-1
/
+0
*
st/dri: use PIPE_TEXTURE_RECT if appropriate
Luca Barbieri
2010-08-20
4
-3
/
+9
*
st/dri: make dri_drawable_validate_att static
George Sapountzis
2010-08-13
2
-7
/
+2
*
st/dri: move TFP code to dri_drawable.c
George Sapountzis
2010-08-13
3
-52
/
+55
*
st/dri: Fix segmentation fault in sw drivers
nobled
2010-08-13
1
-2
/
+2
*
st/dri: dri_drawable_get_format is shared between DRI2 and DRISW
George Sapountzis
2010-08-13
1
-31
/
+2
*
st/dri: fix crash when dri2_drawable_get_buffers fails
Marek Olšák
2010-08-04
1
-1
/
+2
*
st/dri: Remove unnecessary headers.
Vinson Lee
2010-07-31
2
-2
/
+0
*
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
[next]