pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r300's...
[mesa.git] / src / mesa / main /
2006-03-07 Brian Paulcall _mesa_update_framebuffer_visual() in _mesa_Framebu...
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-03-02 Roland ScheideggerFix more enums defined not only by one extension when...
2006-03-02 Brian Paulimproved error msg
2006-03-02 Brian Paulcheck FEATURE_EXT_framebuffer_blit
2006-03-01 Roland ScheideggerFix glGet with enums which are used not only in NV_vert...
2006-03-01 Brian PaulNo need for _mesa_save_error() to be public.
2006-03-01 Brian Pauladded BlitFramebuffer() support
2006-03-01 Brian Paulupdated comment
2006-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2006-03-01 Brian Paulremove temporary tokens, more error checks for blit...
2006-02-28 Brian PaulAllow error checking to look for presence of either...
2006-02-27 Michal KrolMore GLSL code:
2006-02-26 Brian Paulre-formated with indent.
2006-02-26 Brian PaulRemove need to initialize the InstSize[] array elements...
2006-02-26 Brian Pauldisplay list clean-ups
2006-02-24 Brian Paulfix broken _mesa_copy_context() for GL_LIGHTING_BIT
2006-02-24 Brian PaulFix _mesa_copy_texture_state() so that we copy texture...
2006-02-15 Eric AnholtInclude dix-config.h if HAVE_DIX_CONFIG_H is defined...
2006-02-15 Michal KrolEnable texcoords when program object in use.
2006-02-15 Michal KrolEnable GL_ARB_fragment_shader extension.
2006-02-13 Michal KrolEnable GL_ARB_shader_objects, GL_ARB_shading_language_1...
2006-02-13 Michal KrolRename current glsl program variable.
2006-02-13 Michal KrolAdd _mesa_atanf and _mesa_asinf functions.
2006-02-11 Eric AnholtAdd the ability to define NO_LIBCWRAPPER to avoid libcw...
2006-02-01 Roland Scheideggerfix test for valid texunit in _mesa_ClientActiveTextureARB
2006-01-24 Jerome Glissefix using a tmp without asking for one
2006-01-24 Alan Hourihanepull in fix from 6.4 branch for XFree86Server definition
2006-01-24 Aapo Tahkolafix broken get_half & get_zero
2006-01-19 Adam JacksonAvoid a crash when the user has enabled glVertex{,Attri...
2006-01-16 Brian Paulproperly free ATI fragment shaders (Tilman Sauerbeck)
2006-01-09 Brian Pauls/GLuint/GLbitfield/
2005-12-30 Keith Whitwellproperly notify driver on scissor change in MakeCurrent
2005-12-15 Brian Paulmove va_end() call (Evgeny Kotsuba)
2005-12-14 Keith WhitwellFix typo.
2005-12-14 Brian Pauluse GLbitfield instead of GLuint
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-12-12 Brian Paulsilence warning, bug 5318
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-12-08 Brian Pauldon't need LONGLONG typedefs
2005-12-08 Karl Schultzadd 64-bit typedefs for portability
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-02 Brian Paulfix _mesa_ffs() return, test for more platforms (Evgeny...
2005-12-01 Brian Paulremove uintptr_t cast
2005-12-01 Brian Paultry removing need for the uintptr_t casts
2005-12-01 Brian PaulAdded FinishRenderTexture() device driver function...
2005-12-01 Brian Pauladded comment about glTexImage and renderbuffers
2005-11-30 Brian Paulfxt1_decode_1() should not be static
2005-11-28 Keith WhitwellRemove the many aliases for 'struct mem_block' in mm.h
2005-11-28 Keith WhitwellCorrect author attribution of mm.h
2005-11-27 Brian Paulinclude stdint.h for BSD
2005-11-25 Brian Pauluse ADD_POINTERS macro instead of (uintptr_t) cast
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian Pauladditional clean-ups and improvements
2005-11-19 Brian PaulBunch of little fixes:
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-19 Brian Paulmove a bunch of gl2/shading language structs from mtype...
2005-11-18 Aapo TahkolaReduce stderr noise.
2005-11-18 Brian PaulIn _mesa_RenderbufferStorageEXT(), try to avoid needles...
2005-11-17 Brian Paulmove _mesa_update_state() calls before error tests...
2005-11-17 Brian Paulimproved error checking in error_check_format_type()
2005-11-16 Brian Pauladditional comments about GL_DEPTH_STENCIL buffers
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-11-16 Brian Pauladded depthstencil.c
2005-11-16 Brian PaulSupport for combined depth/stencil renderbuffers (GL_EX...
2005-11-16 Brian Pauladded _mesa_new_depthstencil_renderbuffer() for combine...
2005-11-16 Brian Pauladd GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()
2005-11-15 Brian Paulcheck for ctx==NULL, bug 4087
2005-11-12 Brian PaulAdded _mesa_light() helper function so we can avoid...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-11 Brian PaulMake _mesa_is_proxy_texture() non-static and use in...
2005-11-10 Brian Pauls/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some...
2005-11-10 Brian Paulfix popping of GL_SPOT_DIRECTION (bug 5005)
2005-11-10 Brian PaulMove code to enable FP exceptions into debug.c (set...
2005-11-09 Brian Paulfix popping of GL_EYE_PLANE state (bug 4996)
2005-11-09 Brian PaulBug 4996.
2005-11-09 Brian PaulMove COPY_FLOAT() macro down into glide driver.
2005-11-08 Ian RomanickAt keithw's request, remove all traces of the "fragment...
2005-11-08 Brian Pauls/_mesa_debug_fp_inst/_mesa_print_program/
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian Paulremove unneeded #includes
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-05 Brian Paulminor improvements in _mesa_init_teximage_fields()
2005-11-04 Brian Paulbetter ffs() function (bug 4956)
2005-11-04 Brian Paulfix MinGW problems (bug 4956)
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-29 Brian Paulclean-up comments
2005-10-21 Brian Paulfix GLX server resize/crash when resizing windows
2005-10-20 Jouk Jansen descrip.mms syntax correction
2005-10-19 Brian Paulupdated for new mm.c, execmem.c files
2005-10-18 Brian Paulmove _mesa_exec_malloc/free() up near other malloc...
2005-10-18 Brian PaulLots of clean-ups. Replace __inline__ with INLINE...
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-10-12 Brian Paulremove unused _mesa_log2() (bug 4468)
next