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 |
2001-05-04 |
Brian Paul | added info about driver status in 3.5 |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Brian Paul | do FLUSH_VERTICES() in glGet*() functions to make occlu... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Brian Paul | interpolate fog valus as floats, not fixed - fixed... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Keith Whitwell | fix for moebius infinite loop |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Brian Paul | added assertion to catch infinite loop in _tnl_fixup_co... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Brian Paul | minor clean-ups and warning fixes |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Keith Whitwell | add disabled test to turn on vertex snapping. |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Brian Paul | fixed vertex color problems |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Brian Paul | teximage updates. seems to work fine. |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Brian Paul | changed parameters to _mesa_rescale_teximage2d() |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Brian Paul | minor XFree86 change |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Keith Whitwell | float color changes |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Brian Paul | applied Diego Santa Cruz's patch to triangulateRectCenter() |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Keith Whitwell | removed debug |
commit | commitdiff | tree | snapshot |
2001-05-01 |
Keith Whitwell | fix from Jouk |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Keith Whitwell | Lots more eval fixes |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Keith Whitwell | Restore optimization for cva glArrayElement operation. |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Brian Paul | sync with XFree86/DRI glcore.h, now identical |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Keith Whitwell | typo |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Keith Whitwell | More HW_DIVIDE checks. |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Keith Whitwell | Allow drivers to provide a dynamic CHECK_HW_DIVIDE... |
commit | commitdiff | tree | snapshot |
2001-04-28 |
Keith Whitwell | fix color copying in twosided quads |
commit | commitdiff | tree | snapshot |
2001-04-28 |
Keith Whitwell | add specialized interp for backcolor, edgeflags |
commit | commitdiff | tree | snapshot |
2001-04-28 |
Keith Whitwell | Support for floating point color representation in... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Brian Paul | added -display option |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Brian Paul | changed xmesa_visual and xmesa_buffer structs to direct... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Brian Paul | added _mesa_free_framebuffer_data() |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Brian Paul | added 16-bit/channel rendering info |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Brian Paul | Added Makefile support for building libOSMesa16.so... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Brian Paul | fixed mem leak in XFreeFontInfo() call |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Brian Paul | flush pipeline in WMesaSwapBuffers (Frank Warmerdam) |
commit | commitdiff | tree | snapshot |
next |