summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-1161-874/+332
|\
| * scons: Install libGL.so and respective symlinks.José Fonseca2008-09-081-1/+3
| * gallium: do image clipping in xmesa_display_surface_tiled()Brian Paul2008-09-031-5/+11
| * cell: move misplaced assertions; put them after ximage is assigned.Brian Paul2008-09-031-4/+4
| * i915: Fix typo in intel_lock.cJakob Bornecrantz2008-09-031-1/+1
| * Cell: added linux-cell-debug configBrian Paul2008-09-031-4/+1
| * gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-035-5/+5
| * i915: Fix typo in ws_dri_bufmgr.cJakob Bornecrantz2008-09-021-1/+1
| * gallium: remove glthread.h file (not used)Brian Paul2008-09-011-359/+0
| * gallium: call st_finish() in XMesaFlush()Brian Paul2008-08-271-0/+1
| * gallium: thread wrapper clean-upBrian Paul2008-08-2610-158/+140
| * gallium: include u_math.hBrian Paul2008-08-251-1/+2
| * gallium: include u_memory.h, u_math.hBrian2008-08-241-0/+1
| * gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-248-8/+9
| * xlib: Revert destroying pipe_screen (temporary).José Fonseca2008-08-191-0/+3
| * scons: Fix build.Michal Krol2008-08-181-1/+1
| * if we can't find a mode, return first. At least we shouldAlan Hourihane2008-08-171-5/+5
| * consolidate intel directories.Alan Hourihane2008-08-1751-252/+30
| * rather than use CRTC 1 (aka LVDS), try and setup all connectors/encodersAlan Hourihane2008-08-171-19/+92
| * xlib: Kill xmesa_surface.José Fonseca2008-08-151-43/+19
| * xlib: Use trace usage.José Fonseca2008-08-142-12/+8
* | Intialize swizzled_surface objectPatrice Mandin2008-09-021-0/+4
* | g3dvl: Use rotating buffers to avoid waiting for map().Younes Manton2008-08-181-1/+1
* | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-141-2/+0
|\ \ | |/
| * gdi: Remove CVS keyword.José Fonseca2008-08-121-2/+0
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-113-26/+53
|\ \ | |/
| * trace: Trace pipe_winsys calls.José Fonseca2008-08-091-1/+6
| * gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencilBrian Paul2008-08-071-0/+5
| * xlib: Integrate with the trace pipe driver.José Fonseca2008-08-072-25/+42
* | g3dvl: Recursively build dependencies.Younes Manton2008-07-261-0/+2
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-271-5/+3
|\ \ | |/
| * i915: intel_flush_frontbuffer does workJakob Bornecrantz2008-07-231-5/+3
| * i915: Ops should not have pushed thatJakob Bornecrantz2008-07-133-144/+169
| * i915: WIP swap reworkJakob Bornecrantz2008-07-133-169/+144
* | g3dvl: Minor fixes.Younes Manton2008-07-231-19/+23
* | g3dvl: Add Nouveau winsys, libdriclient.Younes Manton2008-07-2230-26/+1151
* | g3dvl: Fix some memory leaks in the winsys.Younes Manton2008-07-202-5/+22
* | g3dvl: Minor SP winsys cleanup.Younes Manton2008-07-201-17/+29
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-143-1/+11
|\ \ | |/
| * gallium: Make dri drivers create a egl_name_dri.so if supportedJakob Bornecrantz2008-07-112-1/+10
| * egl: added EGL_OPENVG_API case (allow all APIs)Brian Paul2008-07-101-0/+1
* | nouveau: winsys surface funcs deprecated, remove themBen Skeggs2008-07-111-30/+0
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-1112-88/+262
|\ \ | |/
| * egl: plug a small memleakZack Rusin2008-07-091-0/+1
| * i915: Takedown EGL screenJakob Bornecrantz2008-07-081-10/+71
| * i915: Use deviceID in EGL device createJakob Bornecrantz2008-07-081-1/+1
| * i915: Complete the screen -> device renamingJakob Bornecrantz2008-07-084-10/+10
| * i915: Renamed intel_screen to intel_deviceJakob Bornecrantz2008-07-086-23/+23
| * i915: Fix wrong pointer to cleanupJakob Bornecrantz2008-07-071-1/+1
| * i915: Fix EGL make currentJakob Bornecrantz2008-07-071-5/+8