summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast
AgeCommit message (Expand)AuthorFilesLines
2011-06-25Revert "Fix 24bpp software rendering"Brian Paul3-89/+4
2011-06-24Fix 24bpp software renderingMarc Pignat3-4/+89
2011-06-02dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr1-1/+3
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul1-1/+1
2011-02-03swrast: add an interface createNewContextForAPIHaitao Feng1-9/+76
2010-11-20swrast: Remove unnecessary header.Vinson Lee1-1/+0
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-6/+5
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg3-24/+24
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2-11/+11
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-4/+4
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg1-0/+4
2010-06-02dri/swrast: Remove unnecessary header.Vinson Lee1-1/+0
2010-05-31swrast: add TFP support to swrast.Dave Airlie1-0/+69
2010-05-03driswrast: Fix more context creation breakageKristian Høgsberg1-1/+2
2010-04-16drisw: Move pointer dereferences to after NULL checks.Vinson Lee1-2/+4
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis1-0/+1
2010-03-27drisw: make stride issue profoundGeorge Sapountzis2-13/+13
2010-03-26Merge branch '7.8'Michel Dänzer2-7/+12
2010-03-26dri/swrast: Fix frontbuffer rendering.Michel Dänzer1-6/+11
2010-03-26dri/swrast: Fix missed conversion of one pixel pointer increment.Michel Dänzer1-1/+1
2010-03-21rename dri_sw to drisw_util for consistencyGeorge Sapountzis2-2/+2
2010-03-21dri_inteface: add define for checking presence of drm.hGeorge Sapountzis1-0/+2
2010-03-15dri/swrast: add comment in case it's not clearGeorge Sapountzis1-2/+2
2010-03-15dri/swrast: update copyright emailGeorge Sapountzis3-11/+3
2010-03-15dri/swrast: port to dri_sw (drawable)George Sapountzis3-18/+59
2010-03-15dri/swrast: port to dri_sw (context)George Sapountzis3-20/+56
2010-03-15dri/swrast: port to dri_swGeorge Sapountzis3-180/+100
2010-03-03DRI/swrast: Remove color-index support from DRI swrast driverIan Romanick4-105/+27
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-2/+2
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-12/+12
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick1-1/+2
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez1-1/+1
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-43/+29
2009-11-23Fix the DRI swrast driver for big endian platforms.Michel Dänzer1-43/+29
2009-10-28Merge branch 'texformat-rework'Brian Paul1-17/+6
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-73/+1
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul1-1/+0
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-17/+6
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick1-0/+1
2009-09-20dri/swrast: call _mesa_meta_init/free()Brian Paul1-0/+4
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick1-0/+6
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-0/+2
2009-09-08mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt1-0/+1
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt1-0/+1
2009-09-03Enable GL_NV_fragment_program_option for software renderingIan Romanick1-0/+1
2009-09-03ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops.Ian Romanick1-1/+1
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick1-0/+2
2009-07-29swrast: enable ARB_vertex_array_object.Eric Anholt1-0/+2
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul1-1/+1
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt1-4/+5