summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast
AgeCommit message (Expand)AuthorFilesLines
2011-12-01swrast: Fix signed/unsigned problems with negative strides.Mathias Fröhlich1-2/+2
2011-11-04dri: drop drisw_util.hGeorge Sapountzis1-1/+1
2011-11-01Add MapRenderbuffer implementations for software drivers.Eric Anholt2-4/+85
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-1/+4
2011-10-04mesa: Remove ARB_draw_buffers extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove EXT_blend_subtract extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove ARB_multitexture extension enable flagIan Romanick1-1/+0
2011-09-26mesa: Remove many extension enable flagsIan Romanick1-7/+0
2011-09-20mesa: move last bits of GLchan stuff into swrastBrian Paul1-1/+1
2011-09-09dri: Remove all extension enabling utility functionsIan Romanick1-3/+0
2011-09-09swrast-dri: Remove call to driInitExtensionsIan Romanick1-2/+0
2011-09-09swrast-dri: Silence several "warning: unused parameter"Ian Romanick1-0/+14
2011-08-30make: Remove duplicate occurence of driverfuncs.cChad Versace1-1/+0
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