summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast/swrast.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix 24bpp software rendering"Brian Paul2011-06-251-18/+4
* Fix 24bpp software renderingMarc Pignat2011-06-241-4/+18
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-1/+1
* swrast: add an interface createNewContextForAPIHaitao Feng2011-02-031-9/+76
* swrast: Remove unnecessary header.Vinson Lee2010-11-201-1/+0
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-6/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-11/+11
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-9/+9
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-4/+4
* dri: Unset current context and dispatch table when unbindingKristian Høgsberg2010-09-081-0/+4
* dri/swrast: Remove unnecessary header.Vinson Lee2010-06-021-1/+0
* swrast: add TFP support to swrast.Dave Airlie2010-05-311-0/+69
* driswrast: Fix more context creation breakageKristian Høgsberg2010-05-031-1/+2
* drisw: Move pointer dereferences to after NULL checks.Vinson Lee2010-04-161-2/+4
* drisw: add comment to libGL about strideGeorge Sapountzis2010-03-271-0/+1
* drisw: make stride issue profoundGeorge Sapountzis2010-03-271-5/+13
* dri/swrast: update copyright emailGeorge Sapountzis2010-03-151-1/+1
* dri/swrast: port to dri_sw (drawable)George Sapountzis2010-03-151-8/+31
* dri/swrast: port to dri_sw (context)George Sapountzis2010-03-151-10/+31
* dri/swrast: port to dri_swGeorge Sapountzis2010-03-151-152/+97
* DRI/swrast: Remove color-index support from DRI swrast driverIan Romanick2010-03-031-35/+22
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-12/+12
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-1/+2
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* Merge branch 'texformat-rework'Brian Paul2009-10-281-17/+6
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-17/+6
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-73/+1
|/
* Merge branch 'asm-shader-rework-2'Ian Romanick2009-09-251-0/+1
|\
| * Merge branch 'master' into asm-shader-rework-2Ian Romanick2009-09-101-0/+6
| |\
| * | Enable GL_NV_fragment_program_option for software renderingIan Romanick2009-09-031-0/+1
* | | dri/swrast: call _mesa_meta_init/free()Brian Paul2009-09-201-0/+4
| |/ |/|
* | mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-0/+2
* | mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt2009-09-081-0/+1
* | mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+1
* | ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops.Ian Romanick2009-09-031-1/+1
* | ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+2
|/
* swrast: enable ARB_vertex_array_object.Eric Anholt2009-07-291-0/+2
* 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
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-1/+4
* swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt2009-02-031-29/+43
* intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-301-4/+4
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
* swrast: Enable GL_EXT_stencil_two_sideIan Romanick2009-01-231-0/+2
* swrast: Fix GL_ATI_separate_stencilIan Romanick2009-01-091-0/+2
* 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 Makefile.te...Brian Paul2008-09-181-6/+6
* dri/swrast: make unbind a noopGeorge Sapountzis2008-06-131-1/+0
* dri/swrast: add OpenGL 2.1 functionsGeorge Sapountzis2008-06-131-1/+3