aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
Commit message (Collapse)AuthorAgeFilesLines
* swrast: enable ARB_vertex_array_object.Eric Anholt2009-07-291-0/+2
| | | | It was getting enabled anyway but without the entrypoints installed. Whoops.
* 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
| | | | | This involved fixing driConcatConfigs to not return const (which had made a mess of a previous patch too).
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-1/+4
| | | | Add the MSAA samples array or make sure its contents are initialized.
* swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt2009-02-033-33/+121
| | | | | This lets swrast produce an fbconfig suitable for the root visual now that the server's not allowing mismatched fbconfigs.
* intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-301-4/+4
| | | | | | We can support any combination of (a8r8g8b8, x8r8g8b8, r5g6b5) x (z0,z24,z24s8) on either class of chipsets. The only restriction is no mixing bpp when also mixing tiling. This shouldn't be occurring currently.
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
| | | | Signed-off-by: Ian Romanick <[email protected]>
* swrast: Enable GL_EXT_stencil_two_sideIan Romanick2009-01-231-0/+2
|
* swrast: Fix GL_ATI_separate_stencilIan Romanick2009-01-091-0/+2
| | | | | | GL_ATI_separate_stencil is enabled by default for software rasterizers, but the extension functions weren't hooked up to the dispatch table.
* 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 ↵Brian Paul2008-09-183-8/+8
| | | | Makefile.template
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-212-7/+7
|
* dri/swrast: make unbind a noopGeorge Sapountzis2008-06-131-1/+0
| | | | | | | This is for loading swrast_dri.so from libGL. MakeContextCurrent() seems to unbind the context right after binding it and DRI drivers also have a noop DriverAPI.UnbindContext ...
* 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
| | | | | @32: provide configs with depth=0, stencil=8 @16: provide configs with depth=0, stencil=8 and depth=16, stencil=8
* 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