Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main /
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)
2005-10-08 Brian Paulchange test for presence of accum buffer
2005-10-08 Brian PaulFix some issues with state updates and renderbuffers...
2005-10-07 Keith WhitwellPopulate arb_fp_instruction negate field correctly.
2005-10-07 Brian PaulFix a number of point size attenuation problems.
2005-10-05 Brian Paulfix byteswapping bug in _mesa_texstore_ycbcr() (Benjami...
2005-10-05 Brian PaulRemove _IsPowerOfTwo from gl_texture_object, not really...
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-04 Brian Paulcheck if deleting currently bound frame/renderbuffer...
2005-10-04 Brian Paulfix behaviour of glIsFrame/Renderbuffer()
2005-10-04 Brian Paulchange initialization of renderbuffer DepthBits
2005-10-03 Adam JacksonBug #1155: Define IEEE_ONE on Super-H as well.
2005-10-03 Brian Pauldisable a warning
2005-10-03 Brian Pauladded a few calls to _mesa_update_framebuffer_visual()
2005-10-03 Brian Paulfinish up some missing code
2005-10-01 Brian Paulcheck for GL_DEPTH_STENCIL_EXT
2005-10-01 Brian Paulplug in _mesa_texstore_z24_s8()
2005-10-01 Brian Pauladded _mesa_texstore_z24_s8()
2005-10-01 Brian Pauladditional error checking for GL_EXT_packed_depth_stencil
2005-10-01 Brian Paulfix broken z24_s8 fetcher
2005-10-01 Brian Paulupdated comment
2005-10-01 Brian Pauladded _mesa_pack_depth_stencil_span()
2005-10-01 Brian Paulmove around some error checking
2005-09-28 Brian Pauladd error checks for framebuffer completeness
2005-09-28 Brian Paulcheck for framebuffer completeness, code clean-up
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-28 Brian Paulchange initialization of rb->DepthBits
2005-09-28 Brian Pauladded _mesa_scale_and_bias_depth()
2005-09-27 Brian Paultweak glAccum error checking
2005-09-27 Brian Paulgenerate GL_INVALID_OPERATION in glAccum if read/draw...
2005-09-27 Brian PaulLift all the format/type error checking out of the...
next