Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enables | Brian Paul | 2004-08-18 | 1 | -12/+13 | |
| | ||||||
* | updates from Jouk | Brian Paul | 2004-08-18 | 1 | -3/+4 | |
| | ||||||
* | don't enable the float texture and GLhalf pixel extensions yet | Brian Paul | 2004-08-17 | 1 | -4/+7 | |
| | ||||||
* | Update Visual Studio Project file for src tree updates. | Karl Schultz | 2004-08-14 | 1 | -42/+10 | |
| | ||||||
* | fix some memory leaks (bug #1002030) | Brian Paul | 2004-08-14 | 4 | -39/+68 | |
| | ||||||
* | Remove obsoleted BeOS-specific makefile as the main Makefile system now | Philippe Houdoin | 2004-08-14 | 1 | -453/+0 | |
| | | | | support BeOS platform too. | |||||
* | Silent compiler "variable may be used uninitialized" warnings. | Philippe Houdoin | 2004-08-14 | 1 | -5/+6 | |
| | ||||||
* | document some assumptions made about compressed texture tile size | Brian Paul | 2004-07-02 | 1 | -0/+6 | |
| | ||||||
* | a few comments | Brian Paul | 2004-07-02 | 1 | -3/+3 | |
| | ||||||
* | init some vars to silence warnings | Brian Paul | 2004-07-02 | 1 | -8/+8 | |
| | ||||||
* | First phase of TLS work. At this point SPARC assembly dispatch is | Ian Romanick | 2004-06-29 | 1 | -0/+6 | |
| | | | | | broken, but it will be fixed "shortly." This is pretty much the same as the patch I sent to the dri-devel list on 22-Jun-2004. | |||||
* | glBegin/EndQueryARB didn't work inside display lists | Brian Paul | 2004-06-28 | 1 | -2/+63 | |
| | ||||||
* | Re-enable SPARC assembly on sunos5-gcc platform. | Ian Romanick | 2004-06-26 | 1 | -1/+1 | |
| | ||||||
* | disabled unnecessary assertions in texture replicator | Daniel Borca | 2004-06-24 | 1 | -1/+1 | |
| | ||||||
* | added support for non-64bit compilers | Daniel Borca | 2004-06-21 | 1 | -29/+64 | |
| | ||||||
* | Big-endian texture fixes from Michel Dänzer. | Brian Paul | 2004-06-19 | 3 | -59/+120 | |
| | ||||||
* | fix tex env mode GL_BLEND for GL_INTENSITY texture formats | Roland Scheidegger | 2004-06-17 | 1 | -0/+2 | |
| | ||||||
* | fix component indexing bug in _mesa_texstore_al88() | Brian Paul | 2004-06-16 | 1 | -2/+3 | |
| | ||||||
* | added more compressed formats to is_color_format() | Roland Scheidegger | 2004-06-15 | 1 | -0/+4 | |
| | ||||||
* | added compressed formats to is_color_format() and updated some comments | Brian Paul | 2004-06-14 | 1 | -14/+27 | |
| | ||||||
* | disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of ↵ | Brian Paul | 2004-06-11 | 1 | -0/+2 | |
| | | | | the 1.5 spec | |||||
* | s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/ | Brian Paul | 2004-06-11 | 1 | -2/+2 | |
| | ||||||
* | remove the 3dfx CatchSignals stuff (the var was alwasy set) | Brian Paul | 2004-06-11 | 2 | -4/+4 | |
| | ||||||
* | added GL_BGR and GL_BGRA to is_color_format() (Ronny Vindenes | Brian Paul | 2004-06-11 | 1 | -0/+2 | |
| | ||||||
* | fix some minor glitches in glGetTexParameter code | Brian Paul | 2004-06-11 | 1 | -7/+7 | |
| | ||||||
* | Additional error checking for glTexImageXD. | Brian Paul | 2004-06-10 | 1 | -7/+31 | |
| | | | | | Only allow 1D and 2D GL_DEPTH_COMPONENT textures. Make sure internal format and user format are in same catagory. | |||||
* | Roland's patch to fix promotion of alpha or luminance textures to the | Brian Paul | 2004-06-10 | 1 | -32/+57 | |
| | | | | | luminance_alpha format. In particular, using the al88 format to store GL_ALPHA textures with r200 driver. | |||||
* | small corrections | Daniel Borca | 2004-06-07 | 1 | -1/+1 | |
| | ||||||
* | Fix problems when sizeof(Node) != sizeof(float) | Keith Whitwell | 2004-06-03 | 1 | -5/+31 | |
| | ||||||
* | reworked FXT1 | Daniel Borca | 2004-05-31 | 1 | -77/+921 | |
| | | | | minor fixes to fxMesa | |||||
* | Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. | Ian Romanick | 2004-05-27 | 5 | -221/+220 | |
| | ||||||
* | oops | Daniel Borca | 2004-05-25 | 1 | -1/+0 | |
| | ||||||
* | FXT1 texture compression (initial draft) | Daniel Borca | 2004-05-25 | 1 | -35/+640 | |
| | ||||||
* | minor doxygen updates | Brian Paul | 2004-05-14 | 4 | -4/+6 | |
| | ||||||
* | Another pass at implementing byte-swapped texture formats. | Brian Paul | 2004-05-13 | 5 | -650/+319 | |
| | | | | | More code re-use this time. Most formats now tested/debugged with new packedpixels.c test. | |||||
* | GL_BGR can't be used with the packed types, according to the GL spec. ↵ | Brian Paul | 2004-05-12 | 1 | -1/+15 | |
| | | | | Enforce such. | |||||
* | some component ordering bugs in extract_float_rgba() | Brian Paul | 2004-05-12 | 1 | -24/+32 | |
| | ||||||
* | remove last remnants of NEWTEXSTORE stuff | Brian Paul | 2004-05-12 | 2 | -21/+0 | |
| | ||||||
* | yank bgr233 texformat. minor comment updates. | Brian Paul | 2004-05-12 | 5 | -106/+2 | |
| | ||||||
* | Added big-endian texture formats. | Brian Paul | 2004-05-12 | 8 | -438/+1052 | |
| | | | | Moved CI->RGBA palette lookup into texel fetch function. | |||||
* | Don't call calculate_derived_texenv() from in _mesa_TexEnv(). | Brian Paul | 2004-05-10 | 1 | -32/+18 | |
| | | | | Minor code rearranging. | |||||
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 7 | -1/+78 | |
| | ||||||
* | fixed bugs in fxddtex.c | Daniel Borca | 2004-05-10 | 1 | -1/+0 | |
| | | | | cleaned up win32 definition files | |||||
* | fix a few bugs when using GL_REDUCE convolution mode | Brian Paul | 2004-05-05 | 1 | -6/+8 | |
| | ||||||
* | fix a bug on the convolution path | Brian Paul | 2004-05-04 | 1 | -1/+3 | |
| | ||||||
* | Fix minor warnings found with g++. | Brian Paul | 2004-05-04 | 4 | -14/+12 | |
| | ||||||
* | texture compression: getting warmer | Daniel Borca | 2004-05-04 | 4 | -23/+57 | |
| | ||||||
* | unbloat namespace | Daniel Borca | 2004-05-03 | 1 | -16/+18 | |
| | ||||||
* | restored _mesa_rescale_teximage2d() | Brian Paul | 2004-05-02 | 2 | -0/+78 | |
| | ||||||
* | minor vertex/fragment program tweaks | Brian Paul | 2004-05-01 | 1 | -4/+2 | |
| |