summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparison of unsigned value against < 0.Michel Dänzer2010-03-051-1/+1
|
* Revert "mesa: Fix unsigned comparison."Vinson Lee2010-03-041-1/+1
| | | | | | This reverts commit f9504e75f02586a8561733e0e2711c65efa2979d. This patch is incorrect.
* mesa: Fix unsigned comparison.Vinson Lee2010-03-041-1/+1
|
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-03-041-0/+2
|
* Fix unmatched parenthesis introduce by previous commitsIan Romanick2010-03-031-1/+1
| | | | | | | | I wasn't careful enough when removing support for GCC versions earlier than 3.3.0. I could have sworn that I compile tested before pushing, but apparently not. FAIL. Signed-off-by: Ian Romanick <[email protected]>
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-032-9/+5
| | | | Signed-off-by: Ian Romanick <[email protected]>
* mesa: Remove unused RasterIndex fieldIan Romanick2010-03-032-2/+0
| | | | | | | With the preceeding changes, gl_current_attrib::RasterIndex is not used. Remove it. Signed-off-by: Ian Romanick <[email protected]>
* mesa: Always return default value for CURRENT_RASTER_INDEXIan Romanick2010-03-032-5/+5
| | | | | | | Since there is no color-index rendering, it is impossible to update this value. Just return the initial setting and be happy. Signed-off-by: Ian Romanick <[email protected]>
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-033-12/+2
| | | | Signed-off-by: Ian Romanick <[email protected]>
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-032-7/+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 _mesa_add_color_index_renderbuffersIan Romanick2010-03-032-62/+0
| | | | | | | After all the recent color-index visual support removal, _mesa_add_color_index_renderbuffers is no longer used anywhere. Signed-off-by: Ian Romanick <[email protected]>
* mesa: Remove checks of Visual.rgbMode in Get pathsIan Romanick2010-03-032-10/+10
| | | | Signed-off-by: Ian Romanick <[email protected]>
* mesa: Remove checks of Visual.rgbModeIan Romanick2010-03-038-119/+48
| | | | | | This must always be true now, so there is no reason to check it. Ever. Signed-off-by: Ian Romanick <[email protected]>
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-032-15/+6
| | | | | | | | 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]>
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-03-021-0/+2
|
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-02-271-0/+3
|
* mesa: Add assert to check input to memcpy is not null.Vinson Lee2010-02-271-0/+1
|
* mesa: Remove unnecessary header.Vinson Lee2010-02-261-1/+0
|
* Set API dispatch pointers for OES_EGL_image functionsKristian Høgsberg2010-02-261-0/+5
| | | | This chunk fell through the cracks when I rebase the EGLImage patch series.
* mesa: fix _BaseFormat assignment in _mesa_soft_renderbuffer_storage()Brian Paul2010-02-261-1/+1
| | | | | | The rb->InternalFormat field will be set by the caller if the allocation succeeds. Until then, this field's value can't be used. Fixes a failed assertion with FlightGear.
* mesa: enable GL_EXT_texture_array for sw driversBrian Paul2010-02-251-0/+1
|
* mesa: added new extension flag for GL_EXT_texture_arrayBrian Paul2010-02-252-0/+2
|
* mesa: remove redundant call to _mesa_base_fbo_format()Brian Paul2010-02-251-1/+1
|
* mesa: added renderbuffer->_BaseFormat assertionBrian Paul2010-02-251-0/+1
|
* drop stray src/mesa/main/sourcesGeorge Sapountzis2010-02-261-158/+0
|
* mesa: use simplified _BaseFormat value in render-to-texture codeBrian Paul2010-02-251-1/+4
| | | | Fixes fd.o bug 26762.
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-2523-23/+60
| | | | | | glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table.
* glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu2010-02-252-99/+0
| | | | | | main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c.
* mesa: Remove unused Makefile.{ugl,win}.Chia-I Wu2010-02-252-572/+0
|
* mesa: Remove dead error condition.Vinson Lee2010-02-251-1/+1
|
* mesa: Fix SCons build.Vinson Lee2010-02-241-2/+2
|
* mesa: put declaration before codeBrian Paul2010-02-241-1/+1
|
* core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg2010-02-246-0/+83
|
* glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg2010-02-241-1150/+1167
|
* mesa: Assert that array index is not negative.Vinson Lee2010-02-231-0/+1
|
* mesa: Add assert to check for null pointer dereference.Vinson Lee2010-02-211-2/+6
|
* mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul2010-02-193-4/+20
| | | | This reverts part of commit 298be2b028263b2c343a707662c6fbfa18293cb2
* mesa: casts to silence new warnings from printf()Brian Paul2010-02-191-2/+2
|
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-11/+0
|
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-1920-262/+185
|
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-1931-227/+197
|
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-197-22/+8
|
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-193-6/+3
|
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-197-64/+62
|
* Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke2010-02-194-17/+3
| | | | This may break the SUNOS4 build, but it's no longer relevant.
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-197-23/+9
| | | | This may break the SUNOS4 build, but it's no longer relevant.
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-1915-76/+62
| | | | This may break the SUNOS4 build, but it's no longer relevant.
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-192-11/+1
|
* Remove _mesa_strncmp in favor of plain strncmp.Kenneth Graunke2010-02-192-10/+0
|
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-194-13/+3
|