Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | windows/gdi: Remove GL_NV_register_combiners and GL_NV_vertex_array_range ↵ | José Fonseca | 2012-06-14 | 1 | -15/+0 |
| | | | | exports | ||||
* | mesa/gdi: remove clear_color() function | Brian Paul | 2012-03-12 | 1 | -32/+15 |
| | | | | | | Setup the clearing color in the clear() function. Reviewed-by: Dave Airlie <[email protected]> | ||||
* | mesa/gdi: include swrast.h to fix compilation | Brian Paul | 2012-02-24 | 1 | -0/+1 |
| | |||||
* | mesa/gdi: remove wmesa_set_renderbuffer_funcs() function | Brian Paul | 2012-01-24 | 1 | -50/+0 |
| | | | | | | The code is no longer relevant. Note: this driver is probably broken now. There's no implementation of ctx->Driver.Map/UnmapRenderbuffer(). | ||||
* | mesa: remove gl_renderbuffer::DataType | Brian Paul | 2012-01-24 | 1 | -1/+0 |
| | |||||
* | mesa: remove gl_renderbuffer::PutRowRGB() | Brian Paul | 2011-12-24 | 1 | -123/+0 |
| | | | | | | No longer used anywhere. Reviewed-by: Eric Anholt <[email protected]> | ||||
* | mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues() | Brian Paul | 2011-12-24 | 1 | -210/+5 |
| | | | | | | | The former was only used for clearing buffers. The later wasn't used anywhere! Remove them and all implementations of those functions. Reviewed-by: Eric Anholt <[email protected]> | ||||
* | mesa/drivers: use new swrast renderbuffer functions | Brian Paul | 2011-12-08 | 1 | -7/+8 |
| | | | | Reviewed-by: Eric Anholt <[email protected]> | ||||
* | wglSetPixelFormat should ignore the ppfd parameter. | Morgan Armand | 2011-11-02 | 1 | -3/+7 |
| | | | | Signed-off-by: José Fonseca <[email protected]> | ||||
* | mesa: introduce a clear color union to be used for int/unsigned buffers | Dave Airlie | 2011-09-14 | 1 | -4/+5 |
| | | | | | | | | | | This introduces a new gl_color_union union and moves the current ClearColorUnclamped to use it, it removes current ClearColor completely and renames CCU to CC, then all drivers are modified to expected unclamped floats instead. also fixes st to use translated color in one place it wasn't. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | gdi: Remove mesa_wgl.h | José Fonseca | 2011-08-30 | 1 | -23/+0 |
| | | | | | | | | All commonly used windows toolchains define wgl entrypoints in the windows headers, and mesa_wgl.h not only is unnecessary but actually often stands in the waydue to slight inconsistencies. So remove it. | ||||
* | mesa: Remove obsolete Windows gldirect and ICD drivers | Ian Romanick | 2011-08-26 | 59 | -35834/+0 |
| | | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]> | ||||
* | mesa/gdi: Silence gcc warning about unused result. | José Fonseca | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | mesa/gdi: Address compiler warnings. | José Fonseca | 2011-04-23 | 2 | -136/+131 |
| | | | | In particular the function prototypes. | ||||
* | mesa/gdi: Remove InitCritSections.cpp. | José Fonseca | 2011-04-23 | 1 | -33/+0 |
| | | | | | We are now able to declare global critical sections through other mechanisms so this is useless code. | ||||
* | Drop fx windows driver. | José Fonseca | 2011-04-23 | 3 | -2299/+0 |
| | | | | Irrelevant now that glide driver was removed. | ||||
* | scons: Build classic mesa gdi driver. | José Fonseca | 2011-04-23 | 5 | -115/+47 |
| | | | | | | Build as scons platform=windows mesagdi | ||||
* | mesa: Remove empty header file s_trispan.h. | Kenneth Graunke | 2011-02-10 | 4 | -4/+0 |
| | |||||
* | mesa: remove _mesa_create_context_for_api() | Brian Paul | 2011-02-08 | 1 | -1/+1 |
| | | | | Just add the gl_api parameter to _mesa_create_context(). | ||||
* | mesa: remove _mesa_initialize_context_for_api() | Brian Paul | 2011-02-08 | 1 | -1/+2 |
| | | | | Just add the gl_api parameter to _mesa_initialize_context(). | ||||
* | gldirect: remove _NEW_ACCUM | Brian Paul | 2011-01-23 | 3 | -6/+0 |
| | |||||
* | WIN32_THREADS -> WIN32 | José Fonseca | 2010-12-02 | 1 | -2/+3 |
| | | | | | | | | | Fixes nasty bug where some parts of the code didn't define WIN32_THREADS and were using the integer mutex implementation, causing even confusion to the debuggers. And there is little interest of other thread implemenation on Win32 besides Win32 threads. | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 36 | -488/+488 |
| | |||||
* | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg | 2010-10-13 | 9 | -20/+20 |
| | |||||
* | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg | 2010-10-13 | 2 | -5/+5 |
| | |||||
* | Remove GL_EXT_cull_vertex | Ian Romanick | 2010-09-27 | 1 | -2/+0 |
| | | | | | This is only used in the i915 driver where it provides little benefit for very few applications that use it with fixed function TNL. | ||||
* | windows: fix compilation errors and warnings | Karl Schultz | 2010-03-10 | 2 | -20/+9 |
| | |||||
* | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick | 2010-03-03 | 1 | -16/+0 |
| | | | | | | | | These are used to inform the driver of the clear value for color-index buffers and to control write-masking of bits in color-index buffers. No driver use or need (not even Nouveau) these interfaces. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | mesa: Remove support for creating color-index visuals | Ian Romanick | 2010-03-03 | 2 | -5/+1 |
| | | | | | | | | Remove the rgbMode and indexBits parameters from _mesa_create_visual and _mesa_initialize_visual. These values are now hardcoded to GL_TRUE and 0. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | Remove now obsolete mesa_bzero symbol. | Karl Schultz | 2010-03-01 | 1 | -1/+0 |
| | |||||
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 3 | -9/+4 |
| | |||||
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 2 | -2/+0 |
| | | | | This may break the SUNOS4 build, but it's no longer relevant. | ||||
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 2 | -2/+0 |
| | | | | This may break the SUNOS4 build, but it's no longer relevant. | ||||
* | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke | 2010-02-19 | 2 | -3/+1 |
| | |||||
* | Add new symbol to exports list | unknown | 2010-02-10 | 1 | -0/+1 |
| | |||||
* | mesa: Factor out the fb initialization details from _mesa_new_framebuffer. | Francisco Jerez | 2010-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | This should make things easier for drivers wanting to work with a "subclass" of gl_framebuffer. The complementary "_mesa_initialize_framebuffer" function is now called "_mesa_initialize_window_framebuffer" for the sake of symmetry. Signed-off-by: Brian Paul <[email protected]> | ||||
* | windows: assorted build fixes | Brian Paul | 2010-01-29 | 2 | -14/+2 |
| | | | | | | | These changes were originally submitted by Karl Schultz for Mesa 7.7-rc2 but weren't applied. (cherry picked from commit 82c76cd16f35f4d903f49761af7eb28a755ad299) | ||||
* | mesa: implement per-buffer color masking | Brian Paul | 2009-12-29 | 4 | -19/+19 |
| | | | | | | | | | | | This is part of the GL_EXT_draw_buffers2 extension and part of GL 3.0. The ctx->Color.ColorMask field is now a 2-D array. Until drivers are modified to support per-buffer color masking, they can just look at the 0th color mask. The new _mesa_ColorMaskIndexed() function will be called by glColorMaskIndexedEXT() or glColorMaski(). | ||||
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt | 2009-11-19 | 6 | -18/+18 |
| | |||||
* | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS] | Eric Anholt | 2009-11-19 | 3 | -3/+3 |
| | |||||
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt | 2009-11-19 | 3 | -12/+12 |
| | |||||
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-11-04 | 1 | -11/+0 |
|\ | | | | | | | | | | | Conflicts: src/mesa/drivers/windows/gdi/mesa.def | ||||
| * | windows: remove old entrypoints from mesa.def file | Karl Schultz | 2009-11-03 | 1 | -12/+0 |
| | | | | | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | | windows: call _mesa_meta_init/free() | Brian Paul | 2009-09-20 | 1 | -0/+5 |
| | | |||||
* | | windows: replace old ColorTable, Convolution functions with new | Brian Paul | 2009-09-19 | 2 | -8/+8 |
| | | |||||
* | | windows: replace old TexCopy functions w/ new | Brian Paul | 2009-09-19 | 2 | -10/+10 |
| | | |||||
* | | gldirect: remove refs to soon-to-be-obsolete functions | Brian Paul | 2009-09-19 | 1 | -24/+2 |
|/ | | | | I don't know if this driver is anywhere near build-able, but anyway. | ||||
* | windows: updated VC8 project files | Karl Schultz | 2009-07-27 | 1 | -1/+0 |
| | | | | See bug 22882. | ||||
* | gdi: Don't implement broken gl_dispatch_stub_xxx. | José Fonseca | 2009-04-20 | 1 | -77/+0 |
| | |||||
* | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul | 2009-03-07 | 2 | -2/+2 |
| |