Don't include glapi_*.S files in DRI / solo builds.
[mesa.git] / src / mesa / swrast /
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.
2004-04-14 Brian Paulwrap file in #ifdef USE_TCC, otherwise compilation...
2004-04-14 Keith WhitwellUse tcc and the emitted C code from s_fragprog_to_c...
2004-04-13 Keith WhitwellBuild a single string containing the generated 'C'...
2004-04-09 Brian Pauladded SPECULAR flag for sprite point functions
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 .
next