2001-05-09 |
Brian Paul | fixed Y flip problem in read_rgba_pixels() (Frank Warme... |
commit | commitdiff | tree |
2001-05-09 |
Brian Paul | check for tiny values in dir[] vector in calcposobjs... |
commit | commitdiff | tree |
2001-05-09 |
Brian Paul | missed a GLfixed->GLfloat fog change |
commit | commitdiff | tree |
2001-05-09 |
Brian Paul | don't call _mesa_win_fog_coords_from_z() if fog is... |
commit | commitdiff | tree |
2001-05-09 |
Brian Paul | make sure rotation plugged into sin/cos lookup tables... |
commit | commitdiff | tree |
2001-05-09 |
Brian Paul | fixed minor logic error in _mesa_StencilOp() |
commit | commitdiff | tree |
2001-05-09 |
Keith Whitwell | remove debug code |
commit | commitdiff | tree |
2001-05-09 |
Keith Whitwell | add missing translate functions |
commit | commitdiff | tree |
2001-05-09 |
Keith Whitwell | fix possible segfault on destroy context |
commit | commitdiff | tree |
2001-05-09 |
Keith Whitwell | Add FLUSH_CURRENT() calls to fix ordering problems... |
commit | commitdiff | tree |
2001-05-09 |
Keith Whitwell | Use correct PV when clipping. |
commit | commitdiff | tree |
2001-05-09 |
Keith Whitwell | Don't scale basealpha by 255 now it's a float. |
commit | commitdiff | tree |
2001-05-09 |
Keith Whitwell | fix eval/colormaterial interaction |
commit | commitdiff | tree |
2001-05-07 |
Brian Paul | set MRD to 1.0, fixes new Glean polygon offset failure |
commit | commitdiff | tree |
2001-05-07 |
Brian Paul | sample plane equations at fragment centers, not lower... |
commit | commitdiff | tree |
2001-05-07 |
Gareth Hughes | Add new tests. |
commit | commitdiff | tree |
2001-05-07 |
Gareth Hughes | More cleanups. |
commit | commitdiff | tree |
2001-05-07 |
Gareth Hughes | Initial new Win32 build support. More to come. |
commit | commitdiff | tree |
2001-05-04 |
Brian Paul | added info about driver status in 3.5 |
commit | commitdiff | tree |
2001-05-03 |
Brian Paul | do FLUSH_VERTICES() in glGet*() functions to make occlu... |
commit | commitdiff | tree |
2001-05-03 |
Brian Paul | interpolate fog valus as floats, not fixed - fixed... |
commit | commitdiff | tree |
2001-05-03 |
Keith Whitwell | fix for moebius infinite loop |
commit | commitdiff | tree |
2001-05-03 |
Brian Paul | added assertion to catch infinite loop in _tnl_fixup_co... |
commit | commitdiff | tree |
2001-05-03 |
Brian Paul | minor clean-ups and warning fixes |
commit | commitdiff | tree |
2001-05-03 |
Keith Whitwell | add disabled test to turn on vertex snapping. |
commit | commitdiff | tree |
2001-05-02 |
Brian Paul | fixed vertex color problems |
commit | commitdiff | tree |
2001-05-02 |
Brian Paul | teximage updates. seems to work fine. |
commit | commitdiff | tree |
2001-05-02 |
Brian Paul | changed parameters to _mesa_rescale_teximage2d() |
commit | commitdiff | tree |
2001-05-01 |
Brian Paul | minor XFree86 change |
commit | commitdiff | tree |
2001-05-01 |
Keith Whitwell | float color changes |
commit | commitdiff | tree |
2001-05-01 |
Brian Paul | applied Diego Santa Cruz's patch to triangulateRectCenter() |
commit | commitdiff | tree |
2001-05-01 |
Keith Whitwell | removed debug |
commit | commitdiff | tree |
2001-05-01 |
Keith Whitwell | fix from Jouk |
commit | commitdiff | tree |
2001-04-30 |
Keith Whitwell | Lots more eval fixes |
commit | commitdiff | tree |
2001-04-30 |
Keith Whitwell | Restore optimization for cva glArrayElement operation. |
commit | commitdiff | tree |
2001-04-29 |
Brian Paul | sync with XFree86/DRI glcore.h, now identical |
commit | commitdiff | tree |
2001-04-29 |
Keith Whitwell | typo |
commit | commitdiff | tree |
2001-04-29 |
Keith Whitwell | More HW_DIVIDE checks. |
commit | commitdiff | tree |
2001-04-29 |
Keith Whitwell | Allow drivers to provide a dynamic CHECK_HW_DIVIDE... |
commit | commitdiff | tree |
2001-04-28 |
Keith Whitwell | fix color copying in twosided quads |
commit | commitdiff | tree |
2001-04-28 |
Keith Whitwell | add specialized interp for backcolor, edgeflags |
commit | commitdiff | tree |
2001-04-28 |
Keith Whitwell | Support for floating point color representation in... |
commit | commitdiff | tree |
2001-04-27 |
Brian Paul | added -display option |
commit | commitdiff | tree |
2001-04-27 |
Brian Paul | changed xmesa_visual and xmesa_buffer structs to direct... |
commit | commitdiff | tree |
2001-04-27 |
Brian Paul | added _mesa_free_framebuffer_data() |
commit | commitdiff | tree |
2001-04-26 |
Brian Paul | added 16-bit/channel rendering info |
commit | commitdiff | tree |
2001-04-26 |
Brian Paul | Added Makefile support for building libOSMesa16.so... |
commit | commitdiff | tree |
2001-04-26 |
Brian Paul | fixed mem leak in XFreeFontInfo() call |
commit | commitdiff | tree |
2001-04-26 |
Brian Paul | flush pipeline in WMesaSwapBuffers (Frank Warmerdam) |
commit | commitdiff | tree |
2001-04-26 |
Keith Whitwell | first pass at eval fixes |
commit | commitdiff | tree |
2001-04-26 |
Keith Whitwell | no-copy drawarrays for remaining non-fan primitives |
commit | commitdiff | tree |
2001-04-25 |
Brian Paul | fixed a potential tex obj reference count problem invol... |
commit | commitdiff | tree |
2001-04-25 |
Brian Paul | added -Wundef to linux-debug compiler flags |
commit | commitdiff | tree |
2001-04-25 |
Brian Paul | added ShowAlphaBuffer feature - 'a' key |
commit | commitdiff | tree |
2001-04-25 |
Brian Paul | minor simplification in glGetTexLevelParameter |
commit | commitdiff | tree |
2001-04-24 |
Brian Paul | fixed typo in GL_ARB_transpose_matrix |
commit | commitdiff | tree |
2001-04-24 |
Brian Paul | added -i and -h options |
commit | commitdiff | tree |
2001-04-24 |
Brian Paul | reordered a few blend enums |
commit | commitdiff | tree |
2001-04-24 |
Brian Paul | fixed problems with texel component size queries in... |
commit | commitdiff | tree |
2001-04-24 |
Brian Paul | texture image code updates (not finished) |
commit | commitdiff | tree |
2001-04-24 |
Brian Paul | assign texImage->FetchTexel only if NULL |
commit | commitdiff | tree |
2001-04-23 |
Brian Paul | fixed two mistakes in texture combine code |
commit | commitdiff | tree |
2001-04-20 |
Brian Paul | compilation fixes - texturing isn't working at this... |
commit | commitdiff | tree |
2001-04-20 |
Brian Paul | Minor fixes for Win32 (Karl Schultz). |
commit | commitdiff | tree |
2001-04-20 |
Brian Paul | improved a glBindTexture error message |
commit | commitdiff | tree |
2001-04-20 |
Brian Paul | Fixed a texture conversion problem: sometimes need... |
commit | commitdiff | tree |
2001-04-20 |
Brian Paul | check-in of old updates |
commit | commitdiff | tree |
2001-04-19 |
Brian Paul | removed glext.h hacks |
commit | commitdiff | tree |
2001-04-19 |
Brian Paul | bug fixes, added missing state query cases |
commit | commitdiff | tree |
2001-04-19 |
Brian Paul | added GL_ARB_texture_env_combine GL_ARB_texture_env_dot... |
commit | commitdiff | tree |
2001-04-19 |
Brian Paul | added SecondaryColor functions |
commit | commitdiff | tree |
2001-04-19 |
Keith Whitwell | Add more options, including '-10','-100' and '-1000... |
commit | commitdiff | tree |
2001-04-19 |
Keith Whitwell | Remove values from VB->importable_data as those arrays... |
commit | commitdiff | tree |
2001-04-19 |
Keith Whitwell | Fix striding of color material inputs. (Fixes glean... |
commit | commitdiff | tree |
2001-04-17 |
Brian Paul | minor optimization to dot3 computation |
commit | commitdiff | tree |
2001-04-17 |
Brian Paul | Fixed a number of minor GL_ARB_texture_env_combine... |
commit | commitdiff | tree |
2001-04-17 |
Brian Paul | another fix in import_texcoord() |
commit | commitdiff | tree |
2001-04-17 |
Brian Paul | replaced ac->count with ac->count - ac->start in import... |
commit | commitdiff | tree |
2001-04-17 |
Brian Paul | fixed mis-ordered args to _math_trans_4f() in _tnl_fill... |
commit | commitdiff | tree |
2001-04-16 |
Brian Paul | return hex string for unknown tokens in _mesa_lookup_en... |
commit | commitdiff | tree |
2001-04-16 |
Brian Paul | added missing 'break' in _mesa_TexEnvfv(), better error... |
commit | commitdiff | tree |
2001-04-13 |
Brian Paul | added a work-around in _swrast_copy_texsubimage[123... |
commit | commitdiff | tree |
2001-04-12 |
Brian Paul | b-key toggles between textures w/ and w/out border |
commit | commitdiff | tree |
2001-04-12 |
Brian Paul | Moved FRAC macro out of mmath.h into s_texture.c since... |
commit | commitdiff | tree |
2001-04-11 |
Brian Paul | Reimplemented glPopAttrib code for GL_TEXTURE_BIT.... |
commit | commitdiff | tree |
2001-04-10 |
Brian Paul | fixed some divide by zero conformance problems |
commit | commitdiff | tree |
2001-04-10 |
Brian Paul | Added IROUND_POS() macro to mmath.h and use where appro... |
commit | commitdiff | tree |
2001-04-09 |
Alan Hourihane | remove a HAVE_ELTS that I'd stuck before. |
commit | commitdiff | tree |
2001-04-09 |
Keith Whitwell | Perform fixup on material values |
commit | commitdiff | tree |
2001-04-09 |
Alan Hourihane | fix use of projected vertices with notex vertices when... |
commit | commitdiff | tree |
2001-04-07 |
Alan Hourihane | Add quad and quad_strip |
commit | commitdiff | tree |
2001-04-06 |
Alan Hourihane | add FINISH function at end of each render_* function |
commit | commitdiff | tree |
2001-04-04 |
Brian Paul | replaced IntFormat GL_BGRA with GL_RGBA, fixes problems... |
commit | commitdiff | tree |
2001-04-04 |
Brian Paul | GL_INTENSITY case was incorrect in extract_float_rgba() |
commit | commitdiff | tree |
2001-04-04 |
Brian Paul | fixed tmpTexelSize computation bug |
commit | commitdiff | tree |
2001-04-04 |
Brian Paul | More texture image changes. |
commit | commitdiff | tree |
2001-04-04 |
Brian Paul | Updated bug report info in _mesa_problem() |
commit | commitdiff | tree |
2001-04-04 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2001-04-03 |
Brian Paul | another fix to clear_32bit_ximage() |
commit | commitdiff | tree |
2001-04-03 |
Brian Paul | include fxdrv.h before other headers (Ivan Kalvatchev) |
commit | commitdiff | tree |
next |