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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers.
Chia-I Wu
2010-04-10
22
-110
/
+132
*
st/egl: Fix a typo in determining the render buffer.
Chia-I Wu
2010-04-10
1
-1
/
+1
*
st/xorg: Fix thinko.
Corbin Simpson
2010-04-09
1
-0
/
+1
*
st/xorg: Fix bad paramf.
Corbin Simpson
2010-04-09
1
-3
/
+1
*
st/egl: Move probe interface to native_probe.h.
Chia-I Wu
2010-04-09
2
-37
/
+68
*
st/egl: Remove pbuffer from the native interface.
Chia-I Wu
2010-04-09
8
-170
/
+105
*
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
*
st/es: Remove unnedded --whole-archive.
Chia-I Wu
2010-04-06
1
-6
/
+4
*
Merge branch '7.8'
Ian Romanick
2010-04-04
1
-2
/
+3
|
\
|
*
st/vega: Do not depend on libm.
Chia-I Wu
2010-04-02
1
-2
/
+3
|
*
st/glx: better format selection in xmesa_choose_z_stencil_format()
Brian Paul
2010-03-23
1
-17
/
+24
*
|
st/egl: Implement get_egl_image hook.
Chia-I Wu
2010-04-04
1
-0
/
+32
*
|
gallium: fix dri_destroy_option_cache() when optionCache.info is NULL
Yann Droneaud
2010-04-02
1
-4
/
+6
*
|
st/egl: Add a missing break.
Chia-I Wu
2010-04-02
1
-0
/
+1
*
|
st/python: Allow to sample only in the [0,1] range.
José Fonseca
2010-04-01
3
-23
/
+46
*
|
st/python: Always use softpipe as reference driver.
José Fonseca
2010-04-01
4
-11
/
+17
*
|
Merge branch 'gallium-new-formats'
Roland Scheidegger
2010-03-31
8
-17
/
+17
|
\
\
|
*
\
Merge branch 'master' into gallium-new-formats
Roland Scheidegger
2010-03-30
9
-331
/
+356
|
|
\
\
|
*
|
|
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
8
-17
/
+17
*
|
|
|
st/python: Generate binding for u_format utility functions too.
José Fonseca
2010-03-31
2
-1
/
+90
*
|
|
|
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/glx: Remove a wrong assertion in choose_pixel_format.
Chia-I Wu
2010-03-30
2
-2
/
+11
|
|
/
/
|
/
|
|
*
|
|
st/python: Update for util_draw_vertex_buffer changes.
José Fonseca
2010-03-29
1
-3
/
+35
*
|
|
st/python: Move surface read/write methods to context.
José Fonseca
2010-03-29
4
-245
/
+267
*
|
|
st/dri/sw: add drisw_api similarly to dri1_api
George Sapountzis
2010-03-29
4
-81
/
+53
*
|
|
Revert "python: Temporarily disable python state tracker until transfers are ...
José Fonseca
2010-03-29
1
-2
/
+1
|
/
/
*
|
st/python: updates for recent interface changes
Keith Whitwell
2010-03-28
4
-57
/
+58
*
|
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
*
|
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
30
-62
/
+87
*
|
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
*
|
swrastg_dri: add state_tracker
George Sapountzis
2010-03-25
8
-0
/
+33
*
|
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
[next]