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
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/dri: Hook up throttling based on the drm driver_descriptor configuration
Thomas Hellstrom
2011-10-14
1
-1
/
+23
*
configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
Stéphane Marchesin
2011-10-04
1
-1
/
+1
*
st/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
1
-0
/
+6
*
st/dri: Bind the post-processing queue to dri
Lauri Kasanen
2011-08-19
1
-3
/
+10
*
st/dri: remove an unused-but-set variable
Marek Olšák
2011-08-16
1
-1
/
+0
*
dri2: check if context is valid before flushing the pipe
Cooper Yuan
2011-08-16
1
-1
/
+2
*
dri2: add code to dri2_Flush extension.
Cooper Yuan
2011-08-16
1
-0
/
+4
*
st/dri: remove an unused-but-set variable
Marek Olšák
2011-08-05
1
-7
/
+0
*
st/dri: remove a dummy function dri2_create_context
Marek Olšák
2011-08-05
1
-15
/
+1
*
scons: Expose pkg-config in a simpler manner.
José Fonseca
2011-06-30
1
-1
/
+1
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
1
-3
/
+1
*
st/dri: Implement DRIimageExtension::dupImage
Benjamin Franzke
2011-06-23
1
-0
/
+19
*
st/dri: Support dri2 useflags in dri2_create_image
Benjamin Franzke
2011-05-20
1
-0
/
+9
*
st/dri: fix warning: ‘bind’ may be used uninitialized in this function
Marek Olšák
2011-03-12
1
-1
/
+1
*
st/dri: one more missing array size
Dave Airlie
2011-03-01
1
-0
/
+1
*
st/dri: fix missing array size init.
Dave Airlie
2011-03-01
1
-0
/
+1
*
st/dri: Track drawable context bindings
Jakob Bornecrantz
2011-02-20
1
-1
/
+1
*
st/dri: img_from_renderbuf: Fix incorrect usage of dri_context()
Benjamin Franzke
2011-02-10
1
-1
/
+1
*
st/dri: Implement dri2::{Allocate,Release}Buffer
Benjamin Franzke
2011-02-07
2
-0
/
+111
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-4
/
+4
*
scons: Unify state tracker SConscripts
Jakob Bornecrantz
2010-11-05
1
-7
/
+9
*
scons: Move dependancy checks to the main gallium scons file
Jakob Bornecrantz
2010-11-05
1
-12
/
+11
*
scons: Detabify
Jakob Bornecrantz
2010-11-05
1
-8
/
+8
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
1
-5
/
+5
*
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
1
-3
/
+3
*
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: Use enum st_api_type internally.
Chia-I Wu
2010-09-08
1
-3
/
+3
*
st/dri: Add multi-api support
nobled
2010-09-08
1
-0
/
+8
*
st/dri: use PIPE_TEXTURE_RECT if appropriate
Luca Barbieri
2010-08-20
1
-2
/
+2
*
st/dri: move TFP code to dri_drawable.c
George Sapountzis
2010-08-13
1
-52
/
+1
*
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: move backend hooks to appropriate object
George Sapountzis
2010-07-30
1
-7
/
+38
*
st/dri: drop dri1_helper
George Sapountzis
2010-07-30
3
-3
/
+0
*
st/dri: mv driDriverAPI to backends
George Sapountzis
2010-07-30
2
-41
/
+25
*
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
1
-3
/
+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
3
-573
/
+0
*
gallium: Fix invalidate framebuffer with old libGL libraries
Jakob Bornecrantz
2010-05-21
1
-0
/
+1
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-13
/
+13
|
\
|
*
st/dri: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-13
/
+13
*
|
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
2
-0
/
+2
|
/
*
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
1
-0
/
+1
*
st/dri: Refactor dri_st_api into other files
Jakob Bornecrantz
2010-04-26
5
-11
/
+7
[next]