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
/
winsys
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
cell: fix tile twidding bug seen in the event of multiple expose events
Brian Paul
2008-09-11
1
-10
/
+9
|
*
gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/
Brian Paul
2008-09-11
1
-1
/
+1
|
*
cell: checkpoint commit of new per-fragment processing
Brian Paul
2008-09-11
2
-1
/
+41
*
|
nouveau: gallium directory structure changed again..
Ben Skeggs
2008-09-11
27
-2
/
+3
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-09-11
61
-874
/
+332
|
\
|
|
*
scons: Install libGL.so and respective symlinks.
José Fonseca
2008-09-08
1
-1
/
+3
|
*
gallium: do image clipping in xmesa_display_surface_tiled()
Brian Paul
2008-09-03
1
-5
/
+11
|
*
cell: move misplaced assertions; put them after ximage is assigned.
Brian Paul
2008-09-03
1
-4
/
+4
|
*
i915: Fix typo in intel_lock.c
Jakob Bornecrantz
2008-09-03
1
-1
/
+1
|
*
Cell: added linux-cell-debug config
Brian Paul
2008-09-03
1
-4
/
+1
|
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
5
-5
/
+5
|
*
i915: Fix typo in ws_dri_bufmgr.c
Jakob Bornecrantz
2008-09-02
1
-1
/
+1
|
*
gallium: remove glthread.h file (not used)
Brian Paul
2008-09-01
1
-359
/
+0
|
*
gallium: call st_finish() in XMesaFlush()
Brian Paul
2008-08-27
1
-0
/
+1
|
*
gallium: thread wrapper clean-up
Brian Paul
2008-08-26
10
-158
/
+140
|
*
gallium: include u_math.h
Brian Paul
2008-08-25
1
-1
/
+2
|
*
gallium: include u_memory.h, u_math.h
Brian
2008-08-24
1
-0
/
+1
|
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
8
-8
/
+9
|
*
xlib: Revert destroying pipe_screen (temporary).
José Fonseca
2008-08-19
1
-0
/
+3
|
*
scons: Fix build.
Michal Krol
2008-08-18
1
-1
/
+1
|
*
if we can't find a mode, return first. At least we should
Alan Hourihane
2008-08-17
1
-5
/
+5
|
*
consolidate intel directories.
Alan Hourihane
2008-08-17
51
-252
/
+30
|
*
rather than use CRTC 1 (aka LVDS), try and setup all connectors/encoders
Alan Hourihane
2008-08-17
1
-19
/
+92
|
*
xlib: Kill xmesa_surface.
José Fonseca
2008-08-15
1
-43
/
+19
|
*
xlib: Use trace usage.
José Fonseca
2008-08-14
2
-12
/
+8
*
|
Intialize swizzled_surface object
Patrice Mandin
2008-09-02
1
-0
/
+4
*
|
g3dvl: Use rotating buffers to avoid waiting for map().
Younes Manton
2008-08-18
1
-1
/
+1
*
|
Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-08-14
1
-2
/
+0
|
\
|
|
*
gdi: Remove CVS keyword.
José Fonseca
2008-08-12
1
-2
/
+0
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-08-11
3
-26
/
+53
|
\
|
|
*
trace: Trace pipe_winsys calls.
José Fonseca
2008-08-09
1
-1
/
+6
|
*
gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil
Brian Paul
2008-08-07
1
-0
/
+5
|
*
xlib: Integrate with the trace pipe driver.
José Fonseca
2008-08-07
2
-25
/
+42
*
|
g3dvl: Recursively build dependencies.
Younes Manton
2008-07-26
1
-0
/
+2
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-07-27
1
-5
/
+3
|
\
|
|
*
i915: intel_flush_frontbuffer does work
Jakob Bornecrantz
2008-07-23
1
-5
/
+3
|
*
i915: Ops should not have pushed that
Jakob Bornecrantz
2008-07-13
3
-144
/
+169
|
*
i915: WIP swap rework
Jakob Bornecrantz
2008-07-13
3
-169
/
+144
*
|
g3dvl: Minor fixes.
Younes Manton
2008-07-23
1
-19
/
+23
*
|
g3dvl: Add Nouveau winsys, libdriclient.
Younes Manton
2008-07-22
30
-26
/
+1151
*
|
g3dvl: Fix some memory leaks in the winsys.
Younes Manton
2008-07-20
2
-5
/
+22
*
|
g3dvl: Minor SP winsys cleanup.
Younes Manton
2008-07-20
1
-17
/
+29
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-07-14
3
-1
/
+11
|
\
|
|
*
gallium: Make dri drivers create a egl_name_dri.so if supported
Jakob Bornecrantz
2008-07-11
2
-1
/
+10
|
*
egl: added EGL_OPENVG_API case (allow all APIs)
Brian Paul
2008-07-10
1
-0
/
+1
*
|
nouveau: winsys surface funcs deprecated, remove them
Ben Skeggs
2008-07-11
1
-30
/
+0
*
|
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-07-11
12
-88
/
+262
|
\
|
|
*
egl: plug a small memleak
Zack Rusin
2008-07-09
1
-0
/
+1
|
*
i915: Takedown EGL screen
Jakob Bornecrantz
2008-07-08
1
-10
/
+71
|
*
i915: Use deviceID in EGL device create
Jakob Bornecrantz
2008-07-08
1
-1
/
+1
[prev]
[next]