summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-1127-0/+4432
|
* i915: Fix typo in intel_lock.cJakob Bornecrantz2008-09-031-1/+1
|
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
| | | | | We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed.
* 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: thread wrapper clean-upBrian Paul2008-08-267-130/+130
| | | | | In p_thread.h replace _glthread_* functions with new pipe_* functions. Remove other old cruft.
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-242-2/+2
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* if we can't find a mode, return first. At least we shouldAlan Hourihane2008-08-171-5/+5
| | | | | see the top left portion if we've got larger screens on other CRTC's
* consolidate intel directories.Alan Hourihane2008-08-1747-0/+8671
we now have src/gallium/winsys/drm/intel/{common,dri,egl}