Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -4/+5 |
| | | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | ||||
* | undef DEPTH_TYPE at end | Brian Paul | 2005-04-22 | 1 | -0/+1 |
| | |||||
* | silence warning | Brian Paul | 2004-12-03 | 1 | -1/+1 |
| | |||||
* | added cast to fix AIX color interpolation problem (bug 983144) | Brian Paul | 2004-07-05 | 1 | -14/+14 |
| | |||||
* | fix HP occlusion testing when using generic span path | Brian Paul | 2004-06-24 | 1 | -4/+0 |
| | |||||
* | more TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad) | Brian Paul | 2004-03-14 | 1 | -25/+80 |
| | |||||
* | Fix color index mode rendering. | Brian Paul | 2004-03-09 | 1 | -3/+6 |
| | | | | Changed SWvertex's index field to GLfloat and fix a few other bits. | ||||
* | A bit of an overhaul of the fog code. | Brian Paul | 2004-02-17 | 1 | -0/+10 |
| | | | | | | glFogCoord didn't always work reliably. ARB fragment program fog options work now. Per-fragment fog computations are now perspective corrected. | ||||
* | Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoubles | Brian Paul | 2004-02-17 | 1 | -34/+91 |
| | | | | instead of GLfixed. (Justin Novosad) | ||||
* | some code clean-ups | Brian Paul | 2004-02-15 | 1 | -64/+67 |
| | |||||
* | Minor clean-ups of variable scopes, initializations, etc. | Brian Paul | 2004-02-15 | 1 | -29/+51 |
| | | | | | New comments discussing FIXED_FRAC_BITS, SUB_PIXEL_BITS, max viewport size and rasterization accuracy. | ||||
* | init vars to silence warnings | Brian Paul | 2003-12-13 | 1 | -1/+1 |
| | |||||
* | s/_backface_sign/_BackfaceSign/ | Brian Paul | 2003-09-18 | 1 | -1/+1 |
| | |||||
* | Silence compiler warnings about implicit casts or conversions by supplying ↵ | Karl Schultz | 2003-08-30 | 1 | -11/+34 |
| | | | | explicit casts and/or tweaking constant and variable definitions. | ||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -3/+0 |
| | |||||
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -2/+2 |
| | | | | | | Fixed some vertex array / vertex program glitches with glDrawElements. Fixed some fragment program runtime bugs. Non-trivial Cg programs are running now. | ||||
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -2/+2 |
| | |||||
* | Store partial derivative values in sw_span structure. | Brian Paul | 2003-03-16 | 1 | -179/+187 |
| | | | | | Implemented DDX and DDY fragment program instructions (whew!) Not fully tested yet. | ||||
* | use TEX_UNIT_LOOP macro to coalesce some code | Brian Paul | 2003-03-16 | 1 | -156/+80 |
| | |||||
* | clean-ups, re-org in preparation for fragment program work | Brian Paul | 2003-03-16 | 1 | -387/+205 |
| | |||||
* | fix GLchan=GLfloat problems | Brian Paul | 2003-03-04 | 1 | -5/+5 |
| | |||||
* | fix IBM CPP warning (Evgeny Kotsuba) | Brian Paul | 2003-01-20 | 1 | -3/+6 |
| | |||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -13/+13 |
| | | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. | ||||
* | moved function declaration into the template, define the NAME to specify the ↵ | Brian Paul | 2002-11-13 | 1 | -5/+9 |
| | | | | function names | ||||
* | patches from Gerk Huisma for float-channel rendering | Brian Paul | 2002-10-17 | 1 | -3/+3 |
| | |||||
* | finished up GL_EXT_stencil_two_side | Brian Paul | 2002-10-02 | 1 | -1/+2 |
| | |||||
* | re-check-in - something didn't work on the previous check-in | Brian Paul | 2002-08-07 | 1 | -164/+164 |
| | |||||
* | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul | 2002-04-19 | 1 | -164/+164 |
| | | | | | on the stack frame in the point/line/triangle functions. (Klaus Niederkrueger) This should solve the performance problem Karl found on Windows. | ||||
* | Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive | Brian Paul | 2002-04-12 | 1 | -2/+2 |
| | | | | type, width, interp mask and array mask. | ||||
* | New mipmap lambda calculation. Previously, trilinear filtering could | Brian Paul | 2002-03-16 | 1 | -92/+57 |
| | | | | | result in _very_ blurry textures. Still need to do some optimization of the new code in s_span.c | ||||
* | silence gcc warnings (Marc La France) | Brian Paul | 2002-03-01 | 1 | -14/+15 |
| | |||||
* | Still more texture/span simplification and clean-up. | Brian Paul | 2002-01-28 | 1 | -9/+19 |
| | | | | Updated comments, fixed indentation, etc. | ||||
* | More span improvements. Removed _mesa_write_monocolor_span(). | Brian Paul | 2002-01-28 | 1 | -3/+2 |
| | | | | | Removed last of span.filled* flags and Klaus's macros. More simplification of triangle functions. | ||||
* | LOTS of changes, building upon Klaus's work. | Brian Paul | 2002-01-27 | 1 | -16/+18 |
| | | | | | struct sw_span is used throughout span/fragment processing. This is leading to less code and more chances for optimization. | ||||
* | added some debug printfs (disabled) | Brian Paul | 2001-12-17 | 1 | -1/+8 |
| | |||||
* | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 2001-12-17 | 1 | -5/+7 |
| | |||||
* | add inf and nan tests to swrast functions | Keith Whitwell | 2001-12-05 | 1 | -2/+2 |
| | |||||
* | silence compiler warnings (last batch for src) | Karl Schultz | 2001-09-19 | 1 | -17/+31 |
| | |||||
* | minor optimizations for flat shading (Klaus Niederkrueger) | Brian Paul | 2001-09-13 | 1 | -4/+3 |
| | |||||
* | replaced some tabs with spaces | Brian Paul | 2001-09-13 | 1 | -94/+94 |
| | |||||
* | Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now. | Brian Paul | 2001-08-14 | 1 | -26/+33 |
| | |||||
* | Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own. | Brian Paul | 2001-07-26 | 1 | -85/+165 |
| | |||||
* | more work on float colors (still not finished) | Brian Paul | 2001-07-14 | 1 | -38/+137 |
| | |||||
* | removed unused tiny triangle test code | Brian Paul | 2001-07-14 | 1 | -26/+4 |
| | |||||
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 1 | -8/+8 |
| | |||||
* | fixed a +/- typo in the Y coord setup | Brian Paul | 2001-06-13 | 1 | -4/+4 |
| | |||||
* | Snap triangle x,y vertices to 1/16 subpixel positions. | Brian Paul | 2001-06-12 | 1 | -35/+56 |
| | | | | Disabled tiny triangle threshold test. | ||||
* | use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon) | Brian Paul | 2001-05-16 | 1 | -1/+6 |
| | |||||
* | New triangle rasterization code. Store per-span initial/step values in the | Brian Paul | 2001-05-14 | 1 | -268/+299 |
| | | | | | new triangle_span struct. Much cleaner code and possibilities for future optimizations. | ||||
* | interpolate fog valus as floats, not fixed - fixed the swrast fog problem | Brian Paul | 2001-05-03 | 1 | -36/+35 |
| |