by karoshi - add support for ARB_shader objects and ARB_vertex_shader
[mesa.git] / src / mesa / swrast /
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.
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...
next