revived linux-glide build process
[mesa.git] / src / mesa / swrast /
2004-04-05 Jouk Jansen Committing in .
2004-04-05 Jouk Jansen Committing in .
2004-04-02 Brian PaulImplement ARB_f_p KIL correctly.
2004-03-30 Keith WhitwellMake the output a little more likely to compile...
2004-03-30 Brian PaulInsert original fragment program instructions as comments.
2004-03-30 Keith WhitwellAmusing utility to print ARB_fp programs as C code
2004-03-29 Brian Paulfix array indexing for UP4B and UP4UB
2004-03-29 Keith WhitwellAccomodate ARB_fp XPD opcode separately from NV_fp...
2004-03-24 Brian Pauluse Driver.WriteMonoRGBAPixels() when possible (Dan...
2004-03-23 Jouk Jansen Committing in .
2004-03-22 Brian Pauladded s_auxbuffer.c
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-14 Brian Paulmore TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad)
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-09 Brian Paulremove unneeded casts
2004-03-09 Brian PaulFix color index mode rendering.
2004-03-03 Brian Pauls/_swrast_exec_nv_fragment_program/_swrast_exec_fragmen...
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulconsolidate image transfer operations in new _mesa_appl...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2004-02-28 Brian Paulmove _swrast_texture_table_lookup() to _mesa_lookup_rgb...
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
2004-02-27 Brian Paulmove _mesa_load_state_parameters() to state validation...
2004-02-27 Brian Paulfix PK2H, UP2H, PK2US bugs
2004-02-17 Brian PaulA few more tweaks to fog code.
2004-02-17 Brian PaulA bit of an overhaul of the fog code.
2004-02-17 Brian Pauladded SPAN_W
2004-02-17 Brian Pauljust some reformatting
2004-02-17 Brian PaulAdded TRIANGLE_WALK_DOUBLE to optionally walk triangle...
2004-02-15 Brian Paulsome code clean-ups
2004-02-15 Brian PaulMinor clean-ups of variable scopes, initializations...
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-04 Brian Paulfix typo
2004-02-02 Daniel Borcafixed a bug in GL_NEAREST sampler
2004-01-28 Brian Pauls/BlendEquatioRGB/BlendEquationRGB/
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-23 Brian PaulChange software alpha plane pointers from void* to...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2004-01-13 Karl Schultzadd cast to quiet compiler warning
2003-12-15 Brian Paulfix GL_MIN/MAX w/ glBlendFuncSeparate bug (Ian Romanick)
2003-12-13 Karl RascheProblem computing specular value in OPCODE_LIT - pulled...
2003-12-13 Brian Paulinit vars to silence warnings
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-12-05 Brian PaulFix a front/back CopyPixels glitch.
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-11-22 Brian Paulpass ctx to fetch_vector4_deriv()
2003-11-21 Brian Paulfix some bugs in computation of DDX, DDY commands
2003-11-19 Karl RascheInitial checkin of new ARB_frag/vertex program parser
2003-11-18 Brian Pauladded missing <type> error checking in read_index_pixels()
2003-11-12 Brian PaulVille Syrjala's logic op patch
2003-10-22 Kendall BennettMore SciTech SNAP updates. Some of these files didn...
2003-10-21 Kendall BennettUpdates to SSE assembler support for Open Watcom
2003-10-11 Brian Pauldon't use color table's format to determine texture...
2003-10-10 Brian Paulremove bogus _swrast_texture_table_lookup() call (Eric...
2003-10-09 Kendall BennettAdded missing #undef SPAN_VARS to swrast/s_spantemp.h
2003-10-08 Kendall BennettMore SciTech SNAP specific changes to glheader.h. Also...
2003-10-02 Kendall BennettFixed bugs in Mesa software span rendering for color...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-19 Karl SchultzAdd include for context.h to define NEED_SECONDARY_COLOR.
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-09-18 Brian Pauls/_backface_sign/_BackfaceSign/
2003-09-18 Karl SchultzAdd casts to prevent double->float conversion compiler...
2003-09-17 Brian Paulchanged a comment
2003-09-17 Brian Paulmove a comment
2003-09-04 Brian Paulimplement SWZ and TXB. some code clean-up
2003-09-04 Brian PaulAdded new opcodes for ARB_fragment_program, like ABS...
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-08-31 Brian Paulalways assign texcoord[i][3] to silence valgrind
2003-08-31 Brian Paulupdate parameter indexing
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-29 Brian Pauls/GLuint/GLint/
2003-08-28 Brian PaulMove clamping of texture LOD bias to texture applicatio...
2003-08-28 Brian PaulAdded OpenGL 1.4's per-texture LOD bias.
2003-08-27 Jouk Jansen Committing in .
2003-08-23 Brian Paulindentation fix
2003-08-23 Brian PaulglDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn...
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-07-26 Karl SchultzVC 6 Project File
2003-07-24 Brian Paulif texture color table is enabled, use the color table...
2003-07-23 Brian Paulfix GL_SGI_texture_colortable bugs
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-10 Brian Paulfixes for x86 builds
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-10 Brian Paulinitialize condition codes before running program
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-21 Brian Paulremove unneeded fragment program test
2003-04-21 Brian Paulfix DDX, DDY instructions (probably not finished though)
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-14 Brian Paulfix depth texture tex env bug (#719903)
next