define Bool for solo builds
[mesa.git] / src / mesa / swrast /
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-25 Brian Paulalso check for texture border in sample_linear_2d()
2005-07-26 Brian Paulimprove comments about win[0..3] values (bug 2554)
2005-07-18 Brian Pauls/clippping/clipping/
2005-07-18 Alan Hourihanepass in the renderbuffer
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-07-01 Brian Paulremove OLD_RENDERBUFFER code
2005-06-30 Brian PaulRedo all the GL_LINEAR interpolation code in terms...
2005-06-21 Brian Paulcheck for NULL swrast->Driver.SetBuffer before calling it
2005-06-10 Brian Paulbe sure we have span texcoords before calling _swrast_t...
2005-06-10 Brian Paulpass mask array to PutRowRGB() in simple_z_textured_tri...
2005-06-04 Brian Paulset OLD_RENDERBUFFER=0, need to clean up a few more...
2005-06-04 Brian Paulremove old span functions from swrast_device_driver...
2005-06-04 Brian Paulremove old span code
2005-06-04 Brian Paulfix an assertion
2005-06-04 Brian Paulremove old span code
2005-06-02 Brian PaulRemove last of the old span code.
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-20 Jon SmirlRemove some debug output
2005-05-15 Brian Paulfix GetRow parameters (Nicolai Haehnle)
2005-05-11 Keith WhitwellDon't let FragmentProgram._Active influence choice...
2005-05-11 Keith WhitwellPreviously in TXP and TEX instructions, lambda was...
2005-05-11 Keith WhitwellDon't let FragmentProgram._Active influence choice...
2005-05-11 Keith WhitwellTest for texcoord[3] == zero before dividing. Not...
2005-05-10 Jouk Jansen Committing in .
2005-05-08 Jon Smirldri fb works using renderbuffers now in RGBA mode
2005-05-06 Brian Paulrestore call to SetBuffer() in clear_color_buffers...
2005-05-05 Brian Paulmore updates for users of s_spantemp.h
2005-05-04 Brian PaulFBO changes
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-26 Brian Pauladded interpolate_fog()
2005-04-22 Brian Paulundef DEPTH_TYPE at end
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-01-29 Brian Paulremove stray span.y++
2005-01-17 Brian Pauluse FABSF(fogCoord) to fix fog calculation problem...
2005-01-17 Brian Paulfix a few warnings
2005-01-13 Michal Kroladd s_atifragshader.c, s_atifragshader.h
2005-01-03 Brian Paulupdates from Jouk
2004-12-29 Keith WhitwellUse Point._Size in calculation
2004-12-29 Keith Whitwelluse clamped Line._Width in calculations
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-18 Brian PaulConsolidate _swrast_write_texture_span() into _swrast_w...
2004-12-18 Brian PaulAdded PRINT instruction for GL_NV_fragment_program.
2004-12-16 Brian Paulfix typos in texcoord setup - fixes perspective correct...
2004-12-16 Brian Pauldon't divide texcoords by q if using a fragment program
2004-12-15 Brian Paulfixes for fragment programs
2004-12-15 Brian Paulinit span.w, dwdx, dwdy in case we're running a fragmen...
2004-12-15 Brian Paultweaks to the LIT instructions
2004-12-03 Brian Paulsilence warning
2004-12-02 Alan HourihaneFix some warnings
2004-11-27 Brian Paulnew comments and assertions
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauluse the new _mesa_clip_readpixels() routine
2004-11-09 Brian PaulRemoved _swrast_clip_pixelrect(). Use _mesa_clip_drawp...
2004-11-09 Brian Pauldon't use ctx->Pack, use the function argument
2004-11-01 Brian Paulfix convolution regression from revision 1.48 to 1.49
2004-10-31 Brian PaulPBO support for glColorTable, glColorSubTable, glGetCol...
2004-10-31 Brian PaulPBO support for glConvolutionFilter1D/2D, glGetConvolut...
2004-10-31 Brian PaulRemoved _swrast_validate_pbo_access().
2004-10-31 Brian PaulAllow the software fallback glDrawPixels, glReadPixels...
2004-10-23 Brian Paulminor fixes from J.P. Delport
2004-10-13 Brian PaulFix minor fog / fragment program state bug.
2004-10-06 Karl Schultz*** empty log message ***
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-30 Brian Paulset span.y prior to each span write in draw_depth_pixel...
2004-09-28 Karl SchultzFix bug in glDrawPixels when writing color indexed...
2004-09-24 Brian Paulpatches for clearing hw depth buffers from software...
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Brian Paultweak texcoord for sampling texture rectangles (Dave...
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-09-10 Brian PaulMore updates for Doxygen.
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-25 Brian Paulwork around a param bug (Adam Jackson)
2004-08-14 Karl SchultzUpdate Visual Studio Project file for src tree updates.
2004-08-10 Brian Pauladded a few more debug printfs (disabled)
2004-07-26 Brian Paulconsistantly use unpack parameter, instead of ctx-...
2004-07-05 Brian Pauladded cast to fix AIX color interpolation problem ...
2004-06-24 Brian Paulfix HP occlusion testing when using generic span path
2004-06-24 Brian Paulfix capitalization, new comments, etc
2004-06-23 Brian PaulFixed occlusion_zless_triangle() to work with 16 or...
2004-06-20 Brian Paulstore's to RC/HC didn't work (bug 976287)
2004-06-11 Brian Pauljust a comment
2004-06-11 Brian Paulfix minor typo in comment
2004-06-02 Brian Paulfix stencil index bug (#964704)
2004-06-02 Brian PaulCheck for NULL texture object when choosing texture...
2004-05-25 Brian Paulonly use simple_z_textured_triangle if depthBits <= 16
2004-05-14 Brian PaulMinor fixes/optimizations to type conversions in draw_d...
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-05-06 Brian Paulfix rectangle texture clamping and border-related code
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-23 Brian Paulremove some errant code from previous check-in
2004-04-22 Brian PaulNew glTexImage code.
2004-04-21 Brian Paulonly init temp regs to zero if executing NV fragment...
2004-04-19 Brian Pauldo texcoord projective division in _swrast_span_default...
2004-04-18 Brian PaulAudit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.
2004-04-15 Keith WhitwellMake _SAT instructions compile correctly.
next