gallium: more vertex count checks
[mesa.git] / src / gallium / winsys /
2008-09-02 Patrice MandinIntialize swizzled_surface object
2008-09-02 Jakob Bornecrantzi915: Fix typo in ws_dri_bufmgr.c
2008-09-01 Brian Paulgallium: remove glthread.h file (not used)
2008-08-27 Brian Paulgallium: call st_finish() in XMesaFlush()
2008-08-26 Brian Paulgallium: thread wrapper clean-up
2008-08-25 Brian Paulgallium: include u_math.h
2008-08-25 Briangallium: include u_memory.h, u_math.h
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-18 José Fonsecaxlib: Revert destroying pipe_screen (temporary).
2008-08-18 Michal Krolscons: Fix build.
2008-08-18 Younes Mantong3dvl: Use rotating buffers to avoid waiting for map().
2008-08-17 Alan Hourihaneif we can't find a mode, return first. At least we...
2008-08-17 Alan Hourihaneconsolidate intel directories.
2008-08-17 Alan Hourihanerather than use CRTC 1 (aka LVDS), try and setup all...
2008-08-15 José Fonsecaxlib: Kill xmesa_surface.
2008-08-14 José Fonsecaxlib: Use trace usage.
2008-08-13 Ben SkeggsMerge remote branch 'origin/gallium-0.1' into nouveau...
2008-08-12 José Fonsecagdi: Remove CVS keyword.
2008-08-11 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-08-09 José Fonsecatrace: Trace pipe_winsys calls.
2008-08-07 Brian Paulgallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but...
2008-08-07 José Fonsecaxlib: Integrate with the trace pipe driver.
2008-08-07 Ben SkeggsMerge remote branch 'origin/gallium-0.1' into nouveau...
2008-07-26 Younes Mantong3dvl: Recursively build dependencies.
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-23 Jakob Bornecrantzi915: intel_flush_frontbuffer does work
2008-07-23 Younes Mantong3dvl: Minor fixes.
2008-07-23 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-23 Younes Mantong3dvl: Add Nouveau winsys, libdriclient.
2008-07-20 Younes Mantong3dvl: Fix some memory leaks in the winsys.
2008-07-20 Younes Mantong3dvl: Minor SP winsys cleanup.
2008-07-13 Jakob Bornecrantzi915: Ops should not have pushed that
2008-07-13 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-13 Jakob Bornecrantzi915: WIP swap rework
2008-07-11 Jakob Bornecrantzgallium: Make dri drivers create a egl_name_dri.so...
2008-07-11 Ben Skeggsnouveau: winsys surface funcs deprecated, remove them
2008-07-10 Brian Paulegl: added EGL_OPENVG_API case (allow all APIs)
2008-07-10 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-09 Zack Rusinegl: plug a small memleak
2008-07-08 Jakob Bornecrantzi915: Takedown EGL screen
2008-07-08 Stephane MarchesinMerge branch 'gallium-0.1' of git+ssh://marcheu@git...
2008-07-08 Jakob Bornecrantzi915: Use deviceID in EGL device create
2008-07-08 Jakob Bornecrantzi915: Complete the screen -> device renaming
2008-07-08 Jakob Bornecrantzi915: Renamed intel_screen to intel_device
2008-07-08 Ben Skeggsnv50: make use of nouveau drm 0.0.11 to get 3d going
2008-07-07 Stephane Marchesinnv04: Hook the lib into the build.
2008-07-07 Jakob Bornecrantzi915: Fix wrong pointer to cleanup
2008-07-07 Jakob Bornecrantzi915: Fix EGL make current
2008-07-07 Jakob Bornecrantzi915: More cleanup of display
2008-07-07 Jakob Bornecrantzi915: Fetch the real deviceID for EGL
2008-07-07 Jakob Bornecrantzi915: Destruction of surface, context and device in EGL
2008-07-05 Jakob Bornecrantzi915: Fix EGL version and name
2008-07-05 Jakob Bornecrantzi915: Added a intel be function to wrap a drm bo handle
2008-07-05 Jakob Bornecrantzi915: Fix haveDepth and haveStencil for visual in EGL
2008-07-04 Jakob Bornecrantzi915: Clean up intel_egl.c a bit
2008-07-04 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into gallium-0.1
2008-07-03 Jakob Bornecrantzi915: EGL almost works again
2008-07-01 Jakob Bornecrantzi915: Last reference to surface -> pitch
2008-06-30 Younes Mantong3dvl: Use block and stride instead of cpp and pitch.
2008-06-29 Ben Skeggsnouveau: oops, bump the drm patchlevel back down again
2008-06-29 Ben Skeggsnv50: fixes after rebase + commits note on the code...
2008-06-29 Ben Skeggsnouveau: adapt to cpp->pf_block changes
2008-06-29 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-28 Brian Paulegl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE...
2008-06-27 Zack Rusinegl: helps if the stride is right
2008-06-27 Zack Rusineh, we need a buildbot... fix the compilation
2008-06-27 Roland Scheideggergallium: handle msaa
2008-06-27 Robert Ellisonegl: These changes allow an eglBindAPI(EGL_OPENGL_ES_AP...
2008-06-27 Jakob Bornecrantzi915: Fix the last of the stride/pitch changes
2008-06-27 José Fonsecagdi: Update for cpp removal.
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-27 José Fonsecascons: Fix i965/xlib build.
2008-06-24 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-24 Jakob Bornecrantzi915: Create a texture and surface for shared frontbuffer
2008-06-24 Jakob Bornecrantzi915: Moved screen creation to intel_be_device
2008-06-24 José Fonsecadri/intel: Use standard integer types.
2008-06-24 José Fonsecagdi: Update for surface_alloc_storage changes.
2008-06-22 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-20 Brian Paulegl: added cpp assertions/sanity checks
2008-06-20 Brian Paulegl: added null ptr checks
2008-06-19 Brian Paulegl: use dlsym() to try to identify APIs
2008-06-18 Brian Paulegl: omit libmesa.a glapi.c from library
2008-06-18 Brian Paulegl: call st_get_proc_address()
2008-06-17 Jakob Bornecrantzi915: Made region pool a slabpool
2008-06-11 Alan Hourihanerevert the DRI2 commits
2008-06-11 Alan Hourihanefix card_extensions
2008-06-11 Alan Hourihanefix legacy DRI
2008-06-11 Alan HourihaneHook gallium i915 up to DRI2
2008-06-11 Alan HourihaneBring in DRI2 changes
2008-06-09 Brian Paulegl: s/softpipe_egl.so/egl_softpipe.so/
2008-06-09 Younes MantonMerge branch 'gallium-0.1' of ssh://ymanton@git.freedes...
2008-06-08 Younes MantonInitial commit for g3dvl.
2008-06-08 Ben Skeggsnouveau: kill off surface_alloc_storage()
2008-06-06 Brian Paulegl: clean-ups
2008-06-06 Brian Paulgallium: additional comment
2008-06-06 Brian Paulegl: open X display if needed
2008-06-06 Jakob Bornecrantzi915: Moved EGL_i915 to the common code
2008-06-06 Jakob Bornecrantzi915: Moved pipe_buffer and i915_winsys functions to...
2008-06-04 Brian Paulegl: do proper setup/init of EGL configs
2008-06-04 Brian Paulegl: prototype some multi-API code
next