summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast
AgeCommit message (Expand)Author
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2011-02-03swrast: add an interface createNewContextForAPIHaitao Feng
2010-11-20swrast: Remove unnecessary header.Vinson Lee
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg
2010-06-02dri/swrast: Remove unnecessary header.Vinson Lee
2010-05-31swrast: add TFP support to swrast.Dave Airlie
2010-05-03driswrast: Fix more context creation breakageKristian Høgsberg
2010-04-16drisw: Move pointer dereferences to after NULL checks.Vinson Lee
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-26Merge branch '7.8'Michel Dänzer
2010-03-26dri/swrast: Fix frontbuffer rendering.Michel Dänzer
2010-03-26dri/swrast: Fix missed conversion of one pixel pointer increment.Michel Dänzer
2010-03-21rename dri_sw to drisw_util for consistencyGeorge Sapountzis
2010-03-21dri_inteface: add define for checking presence of drm.hGeorge Sapountzis
2010-03-15dri/swrast: add comment in case it's not clearGeorge Sapountzis
2010-03-15dri/swrast: update copyright emailGeorge Sapountzis
2010-03-15dri/swrast: port to dri_sw (drawable)George Sapountzis
2010-03-15dri/swrast: port to dri_sw (context)George Sapountzis
2010-03-15dri/swrast: port to dri_swGeorge Sapountzis
2010-03-03DRI/swrast: Remove color-index support from DRI swrast driverIan Romanick
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
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