summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast
AgeCommit message (Expand)Author
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-11-23Fix the DRI swrast driver for big endian platforms.Michel Dänzer
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-20dri/swrast: call _mesa_meta_init/free()Brian Paul
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-08mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-09-03Enable GL_NV_fragment_program_option for software renderingIan Romanick
2009-09-03ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops.Ian Romanick
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-07-29swrast: enable ARB_vertex_array_object.Eric Anholt
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer
2009-02-03swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt
2009-01-30intel: Expose more FBconfigs in the 3D driver.Eric Anholt
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick
2009-01-23swrast: Enable GL_EXT_stencil_two_sideIan Romanick
2009-01-09swrast: Fix GL_ATI_separate_stencilIan Romanick
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-13dri/swrast: make unbind a noopGeorge Sapountzis
2008-06-13dri/swrast: add OpenGL 2.1 functionsGeorge Sapountzis
2008-06-09dri/swrast: minor cosmeticGeorge Sapountzis
2008-05-23dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis
2008-05-23dri/swrast: add dithering supportGeorge Sapountzis
2008-05-23dri/swrast: add support for r3g3b2George Sapountzis
2008-05-23dri/swrast: split out common pixel macrosGeorge Sapountzis
2008-05-23dri/swrast: drop TODO listGeorge Sapountzis
2008-05-21dri/swrast: use Makefile.templateGeorge Sapountzis
2008-05-21dri/swrast: fb configs tweaksGeorge Sapountzis
2008-05-21dri/swrast: re-indent FillInModesGeorge Sapountzis
2008-05-20Add DRI driver that uses the mesa swrast module.George Sapountzis