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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
gbm: track buffer format through DRI drivers
Jesse Barnes
2012-02-22
1
-0
/
+1
*
gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Ville Syrjala
2012-02-03
1
-13
/
+17
*
gallium/postprocess: Fix depth logic
Lauri Kasanen
2012-02-02
1
-2
/
+1
*
st/dri: Remove useless flush front.
Stéphane Marchesin
2012-01-18
1
-2
/
+7
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
2
-4
/
+51
*
st-api: Have context_create explain why creation failed
Ian Romanick
2011-12-23
1
-1
/
+3
*
dri: drop drisw_util.h
George Sapountzis
2011-11-04
3
-12
/
+2
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
3
-3
/
+3
*
dri: drop drmLock remnants
George Sapountzis
2011-11-04
3
-7
/
+0
*
dri: Remove unnecessary timestamp pointer indirection
Kristian Høgsberg
2011-11-02
1
-3
/
+3
*
st/dri/sw: Implement texture_from_pixmap
Benjamin Franzke
2011-11-02
2
-0
/
+7
*
st/dri: Hook up throttling based on the drm driver_descriptor configuration
Thomas Hellstrom
2011-10-14
2
-1
/
+4
*
st/dri: Implement the new dri2 throttling extension
Thomas Hellstrom
2011-10-14
2
-2
/
+136
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-4
/
+4
*
st/dri: remove the call to driInitExtensions
Marek Olšák
2011-09-10
1
-20
/
+0
*
st/dri: Bind the post-processing queue to dri
Lauri Kasanen
2011-08-19
3
-1
/
+34
*
st/dri: Indent driconf options
Lauri Kasanen
2011-08-17
1
-7
/
+11
*
st/dri: remove unused variables
Marek Olšák
2011-07-10
1
-2
/
+0
*
st/dri: Get rid of the evil struct dri_drawable::context member
Thomas Hellstrom
2011-06-29
2
-5
/
+0
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
1
-0
/
+1
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-2
/
+2
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-12
/
+12
*
st/dri: Track drawable context bindings
Jakob Bornecrantz
2011-02-20
3
-1
/
+13
*
st/dri: Set render_buffer in dri_fill_st_visual
Benjamin Franzke
2011-02-10
1
-2
/
+4
*
st/dri: Fix surfaceless gl using contexts with previous bound surfaces
Benjamin Franzke
2011-02-10
1
-2
/
+6
*
st/dri: Fix warning
Jakob Bornecrantz
2011-01-21
1
-0
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
2
-4
/
+2
*
st/dri: Add support for surfaceless current contexts.
Chia-I Wu
2010-11-10
3
-2
/
+7
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
6
-6
/
+6
*
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
3
-8
/
+6
*
st/dri: Use profiles to create OpenGL ES contexts.
Chia-I Wu
2010-09-10
3
-43
/
+11
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-3
/
+7
*
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
4
-24
/
+36
*
st/dri: Add multi-api support
nobled
2010-09-08
4
-13
/
+38
*
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
2
-0
/
+6
*
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
2
-0
/
+54
*
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
5
-17
/
+19
*
st/dri: drop dri1_helper
George Sapountzis
2010-07-30
6
-217
/
+4
*
st/dri: mv driDriverAPI to backends
George Sapountzis
2010-07-30
2
-43
/
+4
*
gallium: Convert state trackers to drm driver interface
Jakob Bornecrantz
2010-06-06
1
-2
/
+0
*
gallium: fix TFP on gallium
Dave Airlie
2010-05-31
1
-0
/
+2
*
st/dri: Remove DRI1 support
Jakob Bornecrantz
2010-05-25
1
-23
/
+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
3
-2
/
+12
[next]