2001-06-01 |
Keith Whitwell | apply David Miller's quad/backcolor patch |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Brian Paul | replaced #ifdef 0 with #if 0 |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Brian Paul | swapped in/out arguments to interp_func. Improved... |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Brian Paul | fixed s/w alpha channel bug |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Brian Paul | GLubyte -> GLchan fix |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Brian Paul | added current raster fog coord and related code |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Brian Paul | added test for EXT_fog_coord |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Brian Paul | forgot to check-in yesterday |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Keith Whitwell | rerun vertex stage on _MESA_NEW_NEED_EYE_COORDS |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Brian Paul | more DRI libGL-related changes |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Brian Paul | added math/m_debug_clip.c |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Brian Paul | removed some old DRI-isms |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Brian Paul | added new functions to GLX_functions[] |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Brian Paul | s/void */GLvoid */ |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Brian Paul | infrastructure for GL_ARB_multisample |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Brian Paul | removed unused var |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Brian Paul | more work on XMesa / libGL integration |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Brian Paul | added void to __GLXextFuncPtr |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Brian Paul | added missing GLX_SGIS_multisample tokens |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Brian Paul | changed #if OLD_VMS to #ifdef OLD_VMS |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Brian Paul | added some casts so that older glx.h can be used |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Brian Paul | change GLXContext and GLXFBConfig typedefs |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Brian Paul | Initial changes to allow Mesa and its fake GLX to be... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Brian Paul | added GL_SGIS_generate_mipmap |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Brian Paul | Finished GL_SGIS_generate_mipmap. Should be trivial... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Brian Paul | prototyping some new stuff |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Brian Paul | added color table clamp bugfix |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Brian Paul | fix bug 426657: need to clamp RGBA before color table... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Brian Paul | import from 3.4 branch |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Brian Paul | added 3.4.2 changes, SPARC assembly |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Brian Paul | updated copyright |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Brian Paul | SPARC assembly optimizations from David Miller. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Brian Paul | a little more work on GL_SGIS_generate_mipmap |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Brian Paul | fixed a number of multi-texture line bugs |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Brian Paul | added multitexture support |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Brian Paul | initial support for GL_SGIS_generate_mipmap extension |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Gareth Hughes | Initial commit of cliptest work. More to come shortly. |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Brian Paul | s/Height/height/ (Jeff Potter) |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Brian Paul | added missing #undefs at end of file |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Brian Paul | fixed a bad error string in ClientActiveTexture() |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Brian Paul | fixed two GL error calls |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Brian Paul | fixed Width/Height typo (Jeff Hartmann) |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Brian Paul | removed (void) index; statement |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Keith Whitwell | Comment out __FUNCTION__ usage. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Keith Whitwell | Fix order of decomposition of quad. |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Brian Paul | use DEFARRAY, etc macros to work around 32k data limit... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Brian Paul | generate INVALID_OPERATION if active texture != 0 in... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Keith Whitwell | fix for Jouk's glplanet bug |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Brian Paul | added latest 3.5 changes |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Brian Paul | Apply antialiasing coverage factor to alpha after textu... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Brian Paul | _mesa_pack_index_span() was broken for non-GLubyte... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Brian Paul | increase FOG_MAX to 10.0 to fix CI conformace failure |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Brian Paul | minor clean-ups and more comments |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Brian Paul | moved some misplaced compiler flags from CC assigment... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Brian Paul | New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Keith Whitwell | typo |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Brian Paul | changed MAX_HEIGHT to 2048 |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Brian Paul | New triangle rasterization code. Store per-span initia... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Keith Whitwell | Fix for glean texgen test. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Keith Whitwell | increase blocksize, remove dead opcodes |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Gareth Hughes | Fix long-standing FP exception bug in _mesa_x86_cliptes... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Brian Paul | fixed scissor clear problem (Michael Saunders) |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Keith Whitwell | Clean up _tnl_Begin/begin/hard_begin. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Keith Whitwell | fix a couple of small bugs |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Keith Whitwell | made render path selection more flexible |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Keith Whitwell | Clean up translation of array elements, copying of... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | redo previous change in a more defensive way |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | added check for zero-length spans, avoids potential... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | fixed some divide by zero problems found w/ conform |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | RGBA mode GL_NAND was wrong, fixed 16-bit GLchan support |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Keith Whitwell | Set 'prefer_float_colors' true, now that tnl uses them... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | applied Jeff & Keith's optimization to write_span_mono_... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | fixed bad texture border test (sometimes caused a segfault) |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | minor clean-up |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Keith Whitwell | Driver interface changes |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Keith Whitwell | Replace PipelineStart, PipelineFinish with RunPipeline... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | removed linux-386-opt-V2-glide config since FX_V2 symbo... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Brian Paul | check hardware type and use SETUP_SNAP if needed |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | fixed loop bug in _mesa_ConvolutionFilter2D() |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | minor clean-ups |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | fixed FP underflow problem in kfact computation |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | fixed font/bitmap x-offset bug (Frank Warmerdam) |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | fixed Y flip problem in read_rgba_pixels() (Frank Warme... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | check for tiny values in dir[] vector in calcposobjs... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | missed a GLfixed->GLfloat fog change |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | don't call _mesa_win_fog_coords_from_z() if fog is... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | make sure rotation plugged into sin/cos lookup tables... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Brian Paul | fixed minor logic error in _mesa_StencilOp() |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Keith Whitwell | remove debug code |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Keith Whitwell | add missing translate functions |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Keith Whitwell | fix possible segfault on destroy context |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Keith Whitwell | Add FLUSH_CURRENT() calls to fix ordering problems... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Keith Whitwell | Use correct PV when clipping. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Keith Whitwell | Don't scale basealpha by 255 now it's a float. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Keith Whitwell | fix eval/colormaterial interaction |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Brian Paul | set MRD to 1.0, fixes new Glean polygon offset failure |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Brian Paul | sample plane equations at fragment centers, not lower... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Gareth Hughes | Add new tests. |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Gareth Hughes | More cleanups. |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Gareth Hughes | Initial new Win32 build support. More to come. |
commit | commitdiff | tree | snapshot |
next |