summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-2627-10403/+0
* mesa: get rid of homegrown logbase2 implementation in driversRoland Scheidegger2011-06-091-13/+1
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-1/+3
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-102-19/+19
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-3/+1
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-10/+10
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-291-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1313-84/+84
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-133-5/+5
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-135-6/+6
* Remove unnescessary initializations of UpdateTexturePaletteIan Romanick2010-09-271-1/+0
* unichrome: Remove unnecessary header.Vinson Lee2010-09-241-1/+0
* unichrome: Mostly revert my convolution removal changes.Eric Anholt2010-09-231-7/+9
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-15/+7
* dri: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+2
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-1/+0
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-282-2/+4
* dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-1251/+0
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-2/+0
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* unichrome: Assert that pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+2
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-3/+3
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* dri: Fix copy-and-paste brain damage in previous commitIan Romanick2010-02-101-1/+1
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-227-15/+0
|\
| * unichrome: Remove unnecessary headers.Vinson Lee2010-01-197-15/+0
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-058-48/+55
|\ \
| * | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-048-48/+48
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-8/+8
|/ /
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-5/+5
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-212-2/+2
|\|
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-162-2/+2
| |\
| | * unichrome: Silence compiler warnings.Vinson Lee2009-12-153-4/+4
* | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-2/+2
|/ /
* | Merge branch 'texformat-rework'Brian Paul2009-10-284-82/+72
|\ \
| * | mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-251-1/+1
| * | mesa: change compressed texture size callsBrian Paul2009-10-241-10/+4
| * | dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-222-17/+16
| * | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-0/+5
| * | drivers: don't include texformat.hBrian Paul2009-10-051-2/+1
| * | mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul2009-10-051-3/+0
| * | mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-2/+3
| * | mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-0/+1
| * | mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-3/+2
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-34/+34
| * | drivers: use new _mesa_texstore() functionBrian Paul2009-09-281-12/+9