gallium: include scissor.h
[mesa.git] / src / mesa / drivers /
2008-06-09 Brian PaulMakefile clean-ups
2008-06-06 Brian Paulmesa: sync up with latest Makefile changes on master
2008-06-05 Brian Paulsync up with Makefile changes on master
2008-06-05 Brian PaulMove construction of libOSMesa.so into src/mesa/drivers...
2008-06-05 Brian Paulinsert mesa/ before include files
2008-05-30 Jakob Bornecrantzsis: Removed useless comment
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-26 José FonsecaRemove CVS keywords.
2008-05-26 José FonsecaRemove CVS keywords.
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian PaulRegenerated API dispatch files
2008-04-04 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2008-04-04 BrianFinish up ATI_separate_stencil
2008-03-31 José Fonsecagallium: Eliminate p_winsys::printf
2008-02-28 José FonsecaConvert crlf->lf line endings.
2008-02-27 José Fonsecamesa: Add copyright headers.
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-02-18 José FonsecaUpdate scons build for new code layout.
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 José FonsecaCode reorganization: move files into their places.
2008-02-14 Michel Dänzerintel_winsys: Call st_notify_swapbuffers_complete(...
2008-02-08 Jerome Glisseintel_winsys: remove leftover code
2008-02-06 BrianAdded ctx->Driver.GenerateMipmap() driver hook
2008-01-31 José Fonsecagallium: Add SCons as alternative build system for...
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2008-01-17 José Fonsecagallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data.
2007-12-19 BrianFix problem with initial viewport/scissor size.
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-12 Brianupdate format param type
2007-12-12 Zack Rusini915tex: remove. it's deprecated and causes merge problems
2007-12-11 Keith WhitwellRework gallium and mesa queries a little.
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-10 Michel DänzerLink fewer common objects into Gallium winsys layers.
2007-12-10 Michel DänzerRemove stray references to struct pipe_region.
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-12-08 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianGet rid of "duplicate" formats.
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-22 José FonsecaRemove fences from the i915simple winsys interface.
2007-11-17 José FonsecaFix typo
2007-11-17 José FonsecaProper fence reference counting.
2007-11-15 José FonsecaInclude fences in the i915simple winsys interface.
2007-11-08 Briancheck for fence==NULL in intel_batchbuffer_finish(...
2007-11-08 Michel DänzerRename struct field 'private' to 'priv'.
2007-11-08 BrianRemove winsys->wait_idle(), subsumed by pipe->flush().
2007-11-07 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-07 Briancosmetic fix to driFenceFinish() call
2007-11-07 Brianreplace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I9...
2007-11-07 Brianremove DriverCtx=intel assigment/hack
2007-11-07 BrianPass winsys as a parameter to intel_create_i915simple...
2007-11-07 Brianvar renaming: s/sws/winsys/
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-07 Brianrestore dispatch/extension code (without, dynamic entry...
2007-11-06 Brianremove more dependencies on Mesa types/functions
2007-11-06 Brianimplement context sharing code
2007-11-06 Briancode clean-up
2007-11-06 BrianRemove use of Mesa/GL types/functions (s/GLuint/uint...
2007-11-06 Briandon't include mtypes.h
2007-11-06 BrianRemove last of core Mesa dependencies in intel_swapbuff...
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-06 Brianclean ups
2007-11-06 Brianchange includes, minor simplification in intelDisplaySu...
2007-11-05 Brianinclude mtypes.h (temporary)
2007-11-05 BrianRemove some temporary state tracker context/framebuffer...
2007-11-05 BrianUpdate xlib driver to use newer state tracker context...
2007-11-05 Brianasst clean-ups
2007-11-05 Brianremove some GL types, mesa includes
2007-11-05 Brianmove intel_context_mesa() into intel_swapbuffers.c...
2007-11-05 BrianMove driBatchPoolInit() into new intel_batchpool.h...
2007-11-05 BrianMove driBatchPoolInit() into new intel_batchpool.h...
2007-11-05 Brianremove intelScreenPrivate typedef and use cast wrapper...
2007-11-05 Brianremove driScrnPriv field from intel_screen
2007-11-05 Briancomments
2007-11-05 Brianfix typo, formatting
2007-11-05 Brianremove unused intelScreen->texPool
2007-11-05 Brianadd missing free() in intelDestroyContext
2007-11-05 Briancomments, clean-ups, assertions
2007-11-05 Brianrewrite/simplify intelCopySubBuffer()
2007-11-05 Brianrewrite/simplify intelSwapBuffers()
2007-11-05 Brianreplace get_color_surface() with st_get_framebuffer_sur...
2007-11-05 Brianbetter use of intel_context() cast wrappers
2007-11-05 Brianclean-up/re-org of intel_framebuffer code
2007-11-05 Brianremove unused intel_fb decls, code
2007-11-05 Brianmove intelCopySubBuffer() decl
2007-11-05 Brianremove dead code in intelCreateBuffer()
2007-11-05 Brianremove intel_context cliprect code
2007-11-05 Brianremove unused var
2007-11-05 Brianremove cliprect code
2007-11-05 Brianremove mesa includes
2007-11-05 Brianuse st_unreference_framebuffer()
next