Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added format/type error check to draw_rgba_pixels() | Brian Paul | 2000-09-12 | 1 | -1/+6 |
| | |||||
* | changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul | 2000-09-08 | 1 | -9/+9 |
| | |||||
* | silence compiler warning (zoomY0) | Brian Paul | 2000-09-06 | 1 | -4/+2 |
| | |||||
* | more convolution work | Brian Paul | 2000-08-30 | 1 | -16/+5 |
| | |||||
* | enabling 1D convolution caused a problem | Brian Paul | 2000-08-23 | 1 | -4/+4 |
| | |||||
* | basic glDrawPixels convolution implemented | Brian Paul | 2000-08-21 | 1 | -27/+102 |
| | |||||
* | optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee) | Brian Paul | 2000-08-16 | 1 | -8/+102 |
| | |||||
* | fixed typo which disabled simple_DrawPixels | Brian Paul | 2000-08-16 | 1 | -3/+3 |
| | |||||
* | added histogram sink test | Brian Paul | 2000-06-30 | 1 | -2/+3 |
| | |||||
* | enabled GL_POST_CONVOLUTION_COLOR_TABLE | Brian Paul | 2000-06-30 | 1 | -1/+2 |
| | |||||
* | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul | 2000-06-27 | 1 | -2/+7 |
| | |||||
* | fixed type checking error | Brian Paul | 2000-06-27 | 1 | -4/+4 |
| | |||||
* | implemented GL_EXT_histogram extension | Brian Paul | 2000-05-04 | 1 | -1/+2 |
| | |||||
* | more color table and imaging work | Brian Paul | 2000-04-18 | 1 | -1/+5 |
| | |||||
* | more work on GL_SGI_color_table, pixel transfer code clean-up | Brian Paul | 2000-04-12 | 1 | -4/+12 |
| | |||||
* | clip depth/stencil spans to window bounds | Brian Paul | 2000-04-11 | 1 | -2/+2 |
| | |||||
* | added GL_SGI_color_matrix extension | Brian Paul | 2000-04-08 | 1 | -9/+8 |
| | |||||
* | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul | 2000-04-07 | 1 | -1/+15 |
| | |||||
* | changes for GL_HP_occlusion_test | Brian Paul | 2000-04-01 | 1 | -1/+3 |
| | |||||
* | changed imaging functions to _mesa_ prefix | Brian Paul | 2000-03-21 | 1 | -7/+7 |
| | |||||
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -21/+15 |
| | |||||
* | moved device driver DrawPixels call | Brian Paul | 2000-03-03 | 1 | -8/+8 |
| | |||||
* | glDrawPixels w/ format=GL_COLOR_INDEX was broken | Brian Paul | 2000-02-08 | 1 | -4/+4 |
| | |||||
* | updated includes for source file reorg | Brian Paul | 2000-02-02 | 1 | -1/+2 |
| | |||||
* | generate Z values when fog enabled (Andree Borrmann) | Brian Paul | 1999-11-26 | 1 | -3/+3 |
| | |||||
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 1 | -27/+29 |
| | |||||
* | added _mesa_clip_pixelrect() | Brian Paul | 1999-11-22 | 1 | -1/+45 |
| | |||||
* | silence an uninitialized var warning | Brian Paul | 1999-11-18 | 1 | -1/+3 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -414/+159 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
| | |||||
* | more image type error checking in draw_stencil_pixels() | Brian Paul | 1999-10-19 | 1 | -1/+13 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -1/+5 |
| | |||||
* | Large patch: | Keith Whitwell | 1999-09-18 | 1 | -5/+2 |
| | | | | | | | | | | - FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives. | ||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+946 |