Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-16 | mesa: lift default symlinks target into Makefile.template | Brian Paul | |
Driver Makefiles can still add symlink dependencies/rules if needed. | |||
2009-09-25 | Merge branch 'asm-shader-rework-2' | Ian Romanick | |
Conflicts: src/mesa/shader/program_parse.tab.c | |||
2009-09-20 | dri/swrast: call _mesa_meta_init/free() | Brian Paul | |
2009-09-10 | Merge branch 'master' into asm-shader-rework-2 | Ian Romanick | |
Conflicts: src/mesa/shader/lex.yy.c src/mesa/shader/program_parse.tab.c src/mesa/shader/program_parse.tab.h | |||
2009-09-08 | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt | |
2009-09-08 | mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported. | Eric Anholt | |
The wording of these two is exactly the same, except for the issue "Can fragments with wc<=0 be generated when this extension is supported?", which idr thinks is a non-issue for us. | |||
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt | |
This currently doesn't include fixing up the cliptests in the assembly paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path. | |||
2009-09-03 | Enable GL_NV_fragment_program_option for software rendering | Ian Romanick | |
At this point the extension is not fully implemented. | |||
2009-09-03 | ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops. | Ian Romanick | |
2009-09-03 | ARB sync: Add support for GL_ARB_sync to swrast | Ian Romanick | |
This isn't quite right yet. The delete behavior and the context clean-up needs some work. | |||
2009-07-29 | swrast: enable ARB_vertex_array_object. | Eric Anholt | |
It was getting enabled anyway but without the entrypoints installed. Whoops. | |||
2009-03-07 | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul | |
2009-02-10 | intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8. | Eric Anholt | |
This involved fixing driConcatConfigs to not return const (which had made a mess of a previous patch too). | |||
2009-02-10 | gallium: Fixups for driCreateConfigs MSAA support. | Michel Dänzer | |
Add the MSAA samples array or make sure its contents are initialized. | |||
2009-02-03 | swrast: Add support for x8r8g8b8 fbconfig. | Eric Anholt | |
This lets swrast produce an fbconfig suitable for the root visual now that the server's not allowing mismatched fbconfigs. | |||
2009-01-30 | intel: Expose more FBconfigs in the 3D driver. | Eric Anholt | |
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. | |||
2009-01-28 | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2009-01-23 | swrast: Enable GL_EXT_stencil_two_side | Ian Romanick | |
2009-01-09 | swrast: Fix GL_ATI_separate_stencil | Ian Romanick | |
GL_ATI_separate_stencil is enabled by default for software rasterizers, but the extension functions weren't hooked up to the dispatch table. | |||
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | |
2008-09-18 | mesa: fix asst path/include mistakes in prev commits | Chris Rankin | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
2008-06-13 | dri/swrast: make unbind a noop | George Sapountzis | |
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 ... | |||
2008-06-13 | dri/swrast: add OpenGL 2.1 functions | George Sapountzis | |
2008-06-09 | dri/swrast: minor cosmetic | George Sapountzis | |
2008-05-23 | dri/swrast: cosmetic, mainly generic vs. xorg terminology | George Sapountzis | |
2008-05-23 | dri/swrast: add dithering support | George Sapountzis | |
2008-05-23 | dri/swrast: add support for r3g3b2 | George Sapountzis | |
2008-05-23 | dri/swrast: split out common pixel macros | George Sapountzis | |
2008-05-23 | dri/swrast: drop TODO list | George Sapountzis | |
2008-05-21 | dri/swrast: use Makefile.template | George Sapountzis | |
2008-05-21 | dri/swrast: fb configs tweaks | George Sapountzis | |
@32: provide configs with depth=0, stencil=8 @16: provide configs with depth=0, stencil=8 and depth=16, stencil=8 | |||
2008-05-21 | dri/swrast: re-indent FillInModes | George Sapountzis | |
2008-05-20 | Add DRI driver that uses the mesa swrast module. | George Sapountzis | |