2000-11-11 |
Brian Paul | latest sources from Loki |
commit | commitdiff | tree |
2000-11-10 |
Brian Paul | replaced _NEW_IMAGING with _NEW_PIXEL |
commit | commitdiff | tree |
2000-11-10 |
Brian Paul | replaced s_imaging.h with s_histogram.h |
commit | commitdiff | tree |
2000-11-10 |
Brian Paul | renamed imaging files to histogram since that's what... |
commit | commitdiff | tree |
2000-11-10 |
Brian Paul | renamed to histogram |
commit | commitdiff | tree |
2000-11-10 |
Brian Paul | minor changes to silence compiler warnings |
commit | commitdiff | tree |
2000-11-10 |
Brian Paul | removed old TexImage() and TexSubImage() functions |
commit | commitdiff | tree |
2000-11-10 |
Brian Paul | patched to silence compiler warnings (Martin Lindhe) |
commit | commitdiff | tree |
2000-11-10 |
Brian Paul | restored call to _mesa_select_tex_image() in _mesa_GetT... |
commit | commitdiff | tree |
2000-11-09 |
Brian Paul | GL_BGR case was misplaced in _mesa_is_legal_format_and_... |
commit | commitdiff | tree |
2000-11-09 |
Brian Paul | updated with bug fix from 3.4 branch |
commit | commitdiff | tree |
2000-11-09 |
Brian Paul | fixed mipmap setup bug |
commit | commitdiff | tree |
2000-11-07 |
Keith Whitwell | fixed very obvious fog bug |
commit | commitdiff | tree |
2000-11-07 |
Brian Paul | adjust x/y/zoffset parameters to fill_texture_image... |
commit | commitdiff | tree |
2000-11-06 |
Brian Paul | test ctx->RenderMode in chooser functions |
commit | commitdiff | tree |
2000-11-06 |
Brian Paul | test ctx->RenderMode in chooser functions, removed... |
commit | commitdiff | tree |
2000-11-06 |
Brian Paul | added a setup function for selection/feedback |
commit | commitdiff | tree |
2000-11-06 |
Brian Paul | added buffer test to xmesa_choose_point(), fixes X... |
commit | commitdiff | tree |
2000-11-06 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-11-05 |
Brian Paul | removed obsolete VB vars |
commit | commitdiff | tree |
2000-11-05 |
Brian Paul | added swrast/s_aaline.c |
commit | commitdiff | tree |
2000-11-05 |
Brian Paul | hooked in new AA line code, minor clean-up |
commit | commitdiff | tree |
2000-11-05 |
Brian Paul | New implementation of antialiased lines. Mesa should... |
commit | commitdiff | tree |
2000-11-05 |
Keith Whitwell | - Changes for new software rasterizer modules |
commit | commitdiff | tree |
2000-11-05 |
Keith Whitwell | Reworked to use the new software rasterizer. Optimized... |
commit | commitdiff | tree |
2000-11-05 |
Keith Whitwell | Use the new software rasterizer. Reworked optimized... |
commit | commitdiff | tree |
2000-11-05 |
Keith Whitwell | Reorganized software rasterizer as a module which manag... |
commit | commitdiff | tree |
2000-11-05 |
Keith Whitwell | A new module to provide RasterSetup and advanced triang... |
commit | commitdiff | tree |
2000-11-05 |
Keith Whitwell | Lots of changes: |
commit | commitdiff | tree |
2000-11-03 |
Brian Paul | update to GL_MESA_trace extension enums |
commit | commitdiff | tree |
2000-11-03 |
Brian Paul | MESA_trace extension (Loki) |
commit | commitdiff | tree |
2000-11-03 |
Brian Paul | added GL_MESA_packed_depth_stencil extension |
commit | commitdiff | tree |
2000-11-03 |
Brian Paul | GL_MESA_packed_depth_stencil extension spec |
commit | commitdiff | tree |
2000-11-03 |
Brian Paul | added some missing backslashes |
commit | commitdiff | tree |
2000-11-03 |
Gareth Hughes | Change transformation from ortho to perspective so... |
commit | commitdiff | tree |
2000-11-01 |
Brian Paul | update for separate libOSMesa.so lib |
commit | commitdiff | tree |
2000-11-01 |
Brian Paul | print number of texture units |
commit | commitdiff | tree |
2000-11-01 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-11-01 |
Gareth Hughes | Added trivial CVA test for testing HW driver fastpaths... |
commit | commitdiff | tree |
2000-10-31 |
Brian Paul | Always call Driver.SetReadBuffer() in copy pixels funct... |
commit | commitdiff | tree |
2000-10-31 |
Brian Paul | added comment explaining why the demo is flawed |
commit | commitdiff | tree |
2000-10-31 |
Keith Whitwell | Moved the software rasterizer to a new directory. |
commit | commitdiff | tree |
2000-10-31 |
Keith Whitwell | Moved software rasterizer functionality to new directory. |
commit | commitdiff | tree |
2000-10-31 |
Keith Whitwell | Remove dead code in FX driver. |
commit | commitdiff | tree |
2000-10-31 |
Brian Paul | removed debug printf |
commit | commitdiff | tree |
2000-10-30 |
Brian Paul | big overhaul of the demo, works better now |
commit | commitdiff | tree |
2000-10-30 |
Keith Whitwell | Rearrange VERT_* flags to support 4 texture units. |
commit | commitdiff | tree |
2000-10-30 |
Brian Paul | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL... |
commit | commitdiff | tree |
2000-10-30 |
Keith Whitwell | Removed references to gcc's __FUNCTION__ macro. |
commit | commitdiff | tree |
2000-10-30 |
Brian Paul | set *t->flag = enabled in gl_extensions_add(), otherwis... |
commit | commitdiff | tree |
2000-10-30 |
Keith Whitwell | test cvs commit logging |
commit | commitdiff | tree |
2000-10-30 |
Keith Whitwell | Replace the flags Mesa was using for ctx->NewState... |
commit | commitdiff | tree |
2000-10-30 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-10-29 |
Brian Paul | renamed Current.ByteColor Current.Color |
commit | commitdiff | tree |
2000-10-29 |
Brian Paul | more minor header file re-org (moved CONST, ASSERT... |
commit | commitdiff | tree |
2000-10-29 |
Brian Paul | More GLchan color channel changes. |
commit | commitdiff | tree |
2000-10-28 |
Brian Paul | New colormac.h file for color-related macros. |
commit | commitdiff | tree |
2000-10-28 |
Brian Paul | Basic work to support deep color channels: |
commit | commitdiff | tree |
2000-10-28 |
Keith Whitwell | Do per-pixel fog when GL_FOG_HINT is GL_NICEST. |
commit | commitdiff | tree |
2000-10-28 |
Jon Taylor | Lots of misc. bugfixes to bring GGIMesa in sync with... |
commit | commitdiff | tree |
2000-10-27 |
Brian Paul | restored test for __alpha in _mesa_win_fog_coords_from_z() |
commit | commitdiff | tree |
2000-10-27 |
Brian Paul | added info about GL_EXT_secondary_color and GL_EXT_fog_... |
commit | commitdiff | tree |
2000-10-27 |
Brian Paul | Enabled GL_EXT_secondary_color. Fixed a bunch of typos... |
commit | commitdiff | tree |
2000-10-27 |
Keith Whitwell | Implement EXT_fog_coord and EXT_secondary_color. |
commit | commitdiff | tree |
2000-10-27 |
Gareth Hughes | Change animated apps to double-buffered visuals by... |
commit | commitdiff | tree |
2000-10-26 |
Brian Paul | added GL_BGR case to bytes_per_pixel() |
commit | commitdiff | tree |
2000-10-26 |
Brian Paul | removed X86/*.m4 files from tar archive |
commit | commitdiff | tree |
2000-10-26 |
Brian Paul | clarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS value |
commit | commitdiff | tree |
2000-10-26 |
Brian Paul | fixed value for GLU_NURBS_MODE |
commit | commitdiff | tree |
2000-10-26 |
Brian Paul | added a glFinish() call |
commit | commitdiff | tree |
2000-10-24 |
Brian Paul | added incomplete() debug function/macro |
commit | commitdiff | tree |
2000-10-24 |
Brian Paul | signal NEW_TEXTURING if there's a Driver.BindTexture... |
commit | commitdiff | tree |
2000-10-23 |
Brian Paul | Put a white texel in each corner of each texture. |
commit | commitdiff | tree |
2000-10-23 |
Brian Paul | added idle() func, enable fog by default |
commit | commitdiff | tree |
2000-10-23 |
Brian Paul | added libOSMesa.so info |
commit | commitdiff | tree |
2000-10-23 |
Brian Paul | generate separate libOSMesa library ala XFree86/DRI |
commit | commitdiff | tree |
2000-10-23 |
Brian Paul | fixed 386/x86 mismatches, reordered a few configs |
commit | commitdiff | tree |
2000-10-23 |
Gareth Hughes | Major audit of all Mesa's x86 assembly code. This... |
commit | commitdiff | tree |
2000-10-23 |
Gareth Hughes | Major audit of all Mesa's x86 assembly code. This... |
commit | commitdiff | tree |
2000-10-21 |
Brian Paul | added a proper idle() function |
commit | commitdiff | tree |
2000-10-21 |
Brian Paul | fixed a texture enable bug |
commit | commitdiff | tree |
2000-10-21 |
Brian Paul | polygon offset changes; added Visual->MRD field |
commit | commitdiff | tree |
2000-10-20 |
Brian Paul | Changes for multitexture > 3, code clean-ups. |
commit | commitdiff | tree |
2000-10-20 |
Brian Paul | use 1.1 glPolygonOffset instead of glPolygonOffsetEXT |
commit | commitdiff | tree |
2000-10-19 |
Brian Paul | Rewrote get_static_proc_address(). It made mistakes... |
commit | commitdiff | tree |
2000-10-19 |
Brian Paul | glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled... |
commit | commitdiff | tree |
2000-10-19 |
Brian Paul | call Driver.SetReadBuffer() in clear_color_buffers... |
commit | commitdiff | tree |
2000-10-19 |
Brian Paul | improved blending accuracy to fix Glean test failures |
commit | commitdiff | tree |
2000-10-18 |
Brian Paul | GL_MAX_TEXTURE_UNITS_ARB is now 3 |
commit | commitdiff | tree |
2000-10-18 |
Brian Paul | More fixes for MAX_TEXTURE_UNITS > 2. Seems to work... |
commit | commitdiff | tree |
2000-10-17 |
Brian Paul | ported render begin/end calls from Mesa 3.4 |
commit | commitdiff | tree |
2000-10-16 |
Brian Paul | added _mesa_get_teximages_from_driver() |
commit | commitdiff | tree |
2000-10-16 |
Brian Paul | use gray background, memset TempImage to white to help... |
commit | commitdiff | tree |
2000-10-09 |
Brian Paul | if depthBits == 0, set DepthMask = 2^16 to fix per... |
commit | commitdiff | tree |
2000-10-05 |
Brian Paul | update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases |
commit | commitdiff | tree |
2000-10-05 |
Brian Paul | brighter colors |
commit | commitdiff | tree |
2000-10-05 |
Brian Paul | better handling of GLX_DEPTH_SIZE in glXChooseVisual() |
commit | commitdiff | tree |
2000-10-05 |
Brian Paul | drawing color-index image to RGB window was broken |
commit | commitdiff | tree |
2000-10-05 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-10-04 |
Brian Paul | improved to test alpha blending with texture palette |
commit | commitdiff | tree |
next |