summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2008-02-18Update scons build for new code layout.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca
2008-02-14intel_winsys: Call st_notify_swapbuffers_complete() after buffer swap.Michel Dänzer
2008-02-08intel_winsys: remove leftover codeJerome Glisse
2008-02-06Added ctx->Driver.GenerateMipmap() driver hookBrian
2008-01-31gallium: Add SCons as alternative build system for Gallium.José Fonseca
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-17gallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data.José Fonseca
2007-12-19Fix problem with initial viewport/scissor size.Brian
2007-12-12Re-org of st_create_framebuffer() and renderbuffer format selection.Brian
2007-12-12update format param typeBrian
2007-12-12i915tex: remove. it's deprecated and causes merge problemsZack Rusin
2007-12-11Rework gallium and mesa queries a little.Keith Whitwell
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-10Link fewer common objects into Gallium winsys layers.Michel Dänzer
2007-12-10Remove stray references to struct pipe_region.Michel Dänzer
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-07Move _mesa_init_glsl_driver_functions() into shader_api.cBrian
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-22Remove fences from the i915simple winsys interface.José Fonseca
2007-11-17Fix typoJosé Fonseca
2007-11-17Proper fence reference counting.José Fonseca
2007-11-15Include fences in the i915simple winsys interface.José Fonseca
2007-11-08check for fence==NULL in intel_batchbuffer_finish(), fixes glxinfo crash on exitBrian
2007-11-08Rename struct field 'private' to 'priv'.Michel Dänzer
2007-11-07Remove winsys->wait_idle(), subsumed by pipe->flush().Brian
2007-11-07New PIPE_FLUSH_WAIT flag for pipe->flush().Brian
2007-11-07Remove context dependencies in winsys layer.Brian
2007-11-07cosmetic fix to driFenceFinish() callBrian
2007-11-07replace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I915_FENCE_TYPE_RW in dr...Brian
2007-11-07remove DriverCtx=intel assigment/hackBrian
2007-11-07Pass winsys as a parameter to intel_create_i915simple(), intel_create_softpipe()Brian
2007-11-07var renaming: s/sws/winsys/Brian
2007-11-07Add winsys->surface_release() to complement winsys->surface_alloc().Brian
2007-11-06restore dispatch/extension code (without, dynamic entrypoints aren't added)Brian
2007-11-06remove more dependencies on Mesa types/functionsBrian
2007-11-06implement context sharing codeBrian
2007-11-06code clean-upBrian
2007-11-06Remove use of Mesa/GL types/functions (s/GLuint/uint/ etc)Brian
2007-11-06don't include mtypes.hBrian
2007-11-06Remove last of core Mesa dependencies in intel_swapbuffers.cBrian
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-11-05clean upsBrian