aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome
Commit message (Expand)AuthorAgeFilesLines
* 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
| * via: use mesa texture format helper functionsBrian Paul2009-09-271-10/+5
| * mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-10/+13
* | via: silence unused var warningsBrian Paul2009-10-272-2/+2
* | mesa: Enable remap table in core.Chia-I Wu2009-10-232-16/+2
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
|/
* mesa: move generate mipmap callsBrian Paul2009-09-151-5/+0
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-1/+1
* re-add MSAA supportBrian Paul2009-02-091-1/+3
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* Remove CVS keywords.Keith Whitwell2008-09-213-3/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-214-36/+36
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1813-68/+69
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+5
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-213-6/+6
* Fix segfault on exit in unichrome driver (bug 16150)Luc Verhaegen2008-05-291-27/+29
* Make utils.h self-contained.George Sapountzis2008-05-201-1/+1
* swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie2008-05-091-3/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-51/+29
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-293-7/+11
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-062-6/+11
* __driConfigOptions must be PUBLIC.Adam Jackson2007-12-241-1/+1
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* code clean-ups, reformattingBenno Schulenberg2007-11-091-11/+8
* fix Unichrome/Blender crash, bug 13142Benno Schulenberg2007-11-081-2/+4
* More vblank cleanups.Michel Dänzer2007-10-302-11/+10
* Refactor and fix core vblank supportJesse Barnes2007-10-295-15/+13
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-112-6/+2
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-112-7/+7
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-112-2/+2
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-102-2/+7
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-48/+28
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-6/+5
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-103-16/+11