summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'texformat-rework'Brian Paul2009-10-281-17/+6
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-17/+6
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-73/+1
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
|/
* Merge branch 'asm-shader-rework-2'Ian Romanick2009-09-251-0/+1
|\
| * Merge branch 'master' into asm-shader-rework-2Ian Romanick2009-09-101-0/+6
| |\
| * | Enable GL_NV_fragment_program_option for software renderingIan Romanick2009-09-031-0/+1
* | | dri/swrast: call _mesa_meta_init/free()Brian Paul2009-09-201-0/+4
| |/ |/|
* | mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-0/+2
* | mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt2009-09-081-0/+1
* | mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+1
* | ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops.Ian Romanick2009-09-031-1/+1
* | ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+2
|/
* swrast: enable ARB_vertex_array_object.Eric Anholt2009-07-291-0/+2
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-101-4/+5
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-1/+4
* swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt2009-02-033-33/+121
* intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-301-4/+4
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
* swrast: Enable GL_EXT_stencil_two_sideIan Romanick2009-01-231-0/+2
* swrast: Fix GL_ATI_separate_stencilIan Romanick2009-01-091-0/+2
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: fix asst path/include mistakes in prev commitsChris Rankin2008-09-181-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-183-8/+8
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-212-7/+7
* dri/swrast: make unbind a noopGeorge Sapountzis2008-06-131-1/+0
* dri/swrast: add OpenGL 2.1 functionsGeorge Sapountzis2008-06-131-1/+3
* dri/swrast: minor cosmeticGeorge Sapountzis2008-06-091-50/+52
* dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis2008-05-234-74/+103
* dri/swrast: add dithering supportGeorge Sapountzis2008-05-231-6/+34
* dri/swrast: add support for r3g3b2George Sapountzis2008-05-233-3/+96
* dri/swrast: split out common pixel macrosGeorge Sapountzis2008-05-231-47/+47
* dri/swrast: drop TODO listGeorge Sapountzis2008-05-231-30/+0
* dri/swrast: use Makefile.templateGeorge Sapountzis2008-05-211-56/+6
* dri/swrast: fb configs tweaksGeorge Sapountzis2008-05-211-6/+11
* dri/swrast: re-indent FillInModesGeorge Sapountzis2008-05-211-46/+46
* Add DRI driver that uses the mesa swrast module.George Sapountzis2008-05-205-0/+1513