Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | |
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. | |||
2010-02-03 | mesa: added tex unit assert, use Elements() macro | Brian Paul | |
2009-09-30 | mesa/main: New feature FEATURE_rastpos. | Chia-I Wu | |
It is separated from FEATURE_drawpix and made to follow the feature conventions. | |||
2008-12-31 | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | |
The max texture coord units is still 8. All the fixed-function paths are still limited to 8 too. But GLSL shaders can use more samplers now. Note that some texcoord-related data structures are declared to be 16 elements in size rather than 8. This just simplifies the code in a few places; the extra elements aren't accessible to the user. These changes haven't been extensively tested yet, but sanity checking has been done. It should be possible to increase the max image units/samplers to 32 without doing anything special. Beyond that we'll need longer bitfields in a few places. | |||
2008-11-11 | mesa: update new state for RasterPos like other operations. | Xiang, Haihao | |
This fixes a lighting issue when drawing a bitmap. | |||
2008-09-21 | mesa: refactor: fix some FEATURE_ typos, mistakes | Brian Paul | |
(cherry picked from commit e4cfe0854ad968193106048179b9b52ec1768f41) | |||
2008-09-21 | mesa: move rastpos helper to tnl | Keith Whitwell | |
2007-04-21 | specularColor.alpha should default to 1, not 0 | Brian | |
2007-03-08 | remove a if-statement | Xiang, Haihao | |
glMaterial changes the current specular exponent or glLight changes the intensity distribution of the light, but _mesa_update_state doesn't update the corresponding light table. So they must be updated at this time. | |||
2007-03-01 | fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general | Brian | |
2006-11-02 | init SecondaryRasterColor | Brian Paul | |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul | |
Update a lot of loops, conditionals to use the _TNL_FIRST/LAST_* values instead of specific vertex attributes. Remove the EdgeFlagv function from the GLvertexformat struct. | |||
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2004-11-27 | remove _glapi_add_entrypoint() calls, they're already in context.c | Brian Paul | |
2004-04-23 | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | |
program is enabled AND the currently bound program is valid. Check _Enable instead of Enable to prevent things from blowing up when someone calls glEnable(GL_VERTEX_PROGRAM_ARB) without actually defining a program. | |||
2004-04-19 | apply texgen/texture matrix in glRasterPos | Brian Paul | |
2003-11-25 | current raster color index should be GLfloat | Brian Paul | |
2003-11-25 | casts for g++ | Brian Paul | |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | |
points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | |||
2003-08-30 | Silence compiler warnings about implicit casts or conversions by supplying ↵ | Karl Schultz | |
explicit casts and/or tweaking constant and variable definitions. | |||
2003-08-05 | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | |
first step to reviving/rescuing the 'vtx' rework from the old mesa tree. | |||
2003-07-30 | replace assertion with conditional | Brian Paul | |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | |
2003-05-01 | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | |
Misc vertex array / vertex program changes. | |||
2003-04-08 | add missing return in raster_pos4f() | Brian Paul | |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | |
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | |||
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-05-27 | dispatch offsets for ARB_window_pos | Brian Paul | |
2002-05-09 | Minor change to current raster position and texcoords. | Brian Paul | |
2002-03-29 | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul | |
2002-02-15 | finished up GL_ARB_window_pos | Brian Paul | |
2001-12-18 | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | |
Moved vertex program hash table into shared context state. Implemented reference counting for vertex programs. Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates). | |||
2001-12-14 | vertex program check-in | Brian Paul | |
2001-11-18 | added test implementation of GL_ARB_window_pos | Brian Paul | |
2001-09-18 | more compiler warning fixes | Karl Schultz | |
2001-07-28 | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell | |
2001-07-05 | fixed segfault (NULL _ShineTable[0]) in shade_rastpos() | Brian Paul | |
2001-06-26 | More raster fog coord fixes. | Brian Paul | |
New truncate vs. floor comments in drawpixels.c Added current raster secondary color state, not used yet. | |||
2001-06-26 | added GL_IBM_rasterpos_clip extension | Brian Paul | |
2001-06-18 | Consolidated source files. Since the re-org a number of source files | Brian Paul | |
only had one or two functions left in them. | |||
2001-05-30 | added current raster fog coord and related code | Brian Paul | |
2001-05-01 | fix from Jouk | Keith Whitwell | |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | |
Replace "RGBAMode" with "rgbMode", etc. Other minor clean-ups. | |||
2001-01-03 | minor clean-up | Brian Paul | |
2000-12-26 | Major rework of tnl module | Keith Whitwell | |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. | |||
2000-11-27 | Added MaxClipPlanes and MaxLights to gl_constants struct so T&L | Brian Paul | |
drivers can report non-default numbers of lights and clip planes. | |||
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | |
driver (enable with FX_ALLOW_VTXFMT=t). |