change gl_buffer_object's Size field to GLsizeiptrARB type
[mesa.git] / src / mesa / swrast /
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.
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...
next