platform/upstream/mesa.git
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 PaulAdded error checking in _tnl_Begin to detect incomplete...
2005-11-16 Brian Paulchange an assertion
2005-11-16 Brian PaulReplace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END
2005-11-16 Brian Pauladd GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()
2005-11-15 Brian Paulfix color interpolation problem reported on VMS
2005-11-15 Brian Paulcheck for ctx==NULL, bug 4087
2005-11-15 Brian PaulFix problem in stencil_and_ztest_span() when using...
2005-11-15 Ian RomanickTwo subtle things missed on the previous commit.
2005-11-15 Ian RomanickAdd the ability for interleave to test passing invalid...
2005-11-14 Ian RomanickSimple test of glInterleavedArrays functionality.
2005-11-14 Brian Paulremove unneeded RasterPosValid check
2005-11-12 Brian PaulImprove _mesa_print_program().
2005-11-12 Brian Paulfix comment for TexSrcTarget
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 Paulupdate an assertion
2005-11-12 Brian Paulupdate some assertions
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 Ian RomanickSupport for "fragment program to C" and TCC has been...
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 Paulremove -DMESA_DEBUG
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 Pauluse UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffe...
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 Ian RomanickThis patch adds the missing NV_vertex_program2 and...
2005-11-08 Brian Pauls/_mesa_debug_fp_inst/_mesa_print_program/
2005-11-08 Brian Paulremove _mesa_debug_fp_inst()
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-11-08 Brian Paulremove a bunch of extension stuff that's in glxext.h
2005-11-08 Brian Paulminor work in _mesa_print_program()
2005-11-08 Brian Paulremove unneeded #includes
2005-11-07 Brian Paulremove unneeded #includes
2005-11-07 Brian Pauls/_mesa_debug_fp_inst/_mesa_print_program/
2005-11-05 Brian Pauls/_mesa_debug_vp_inst/_mesa_print_program/
2005-11-05 Brian Paulconsolidate vertex/fragment program printing into _mesa...
2005-11-05 Brian Pauluse _mesa_program_file_string() and _mesa_opcode_string()
2005-11-05 Brian Pauladded _mesa_program_file_string()
2005-11-05 Brian PaulUse _mesa_opcode_string()
2005-11-05 Brian Pauluse _mesa_num_inst_src_regs() and _mesa_opcode_string()
2005-11-05 Brian Pauluse _mesa_num_inst_src_regs() instead of nr_args()
2005-11-05 Brian Pauladded _mesa_num_inst_src_regs() and _mesa_opcode_string()
2005-11-05 Brian Pauls/Negate/NegateBase/
2005-11-05 Brian Pauls/TexSrcIdx/TexSrcTarget/
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian Paulremove unneeded #includes
2005-11-05 Brian Paulremove unneeded #include
2005-11-05 Aapo TahkolaFix broken build.
2005-11-05 Brian Pauladded MESA_GLX_ALPHA_BITS env var
2005-11-05 Brian Pauldon't need MAKE_SWIZZLE() macro
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 Pauluse VERT_RESULT_HPOS, VERT_BIT_POS tokens
2005-11-04 Brian Paulbetter ffs() function (bug 4956)
2005-11-04 Brian Pauljust pass ctx to do_ndc_cliptest() rather than stuffing...
2005-11-04 Brian PaulMESA_GLX_ALPHA_BITS env var to force visual with alpha...
2005-11-04 Brian Paulremove unneeded HIDDEN definition (bug 4956)
2005-11-04 Brian Paulfix MinGW problems (bug 4956)
2005-11-03 Adam Jacksons/dri.sourceforge.net/dri.freedesktop.org/
2005-11-03 Brian PaulStreamline code generation by using a fixed size instru...
2005-11-03 Brian Pauluse WRITEMASK_* tokens
2005-11-03 Brian Pauls/15/VERT_RESULT_MAX/
2005-11-03 Brian Pauladded a const, clean-up
2005-11-03 Brian Paulfix typo, minor clean-ups
2005-11-02 Brian Pauladded osdemos/ dir to DEMO_FILES
2005-11-02 Brian Paulimplement USE_MGL_NAMESPACE for x86-64 dispatch code...
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-02 Jouk Jansen Committing in .
2005-11-02 Aapo TahkolaUse ctx->VertexProgram._Current .
2005-11-02 Aapo TahkolaRemove some ghost code and adjust things a bit.
2005-11-02 Keith WhitwellMore useful ARL test
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-11-01 Keith Whitwelladd an arl test
2005-11-01 Aapo TahkolaFix broken tnl stage.
2005-11-01 Keith WhitwellAdd a NotifyInputChanges() callback so that drivers...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Aapo TahkolaRe-enable fallbacks.
2005-11-01 Aapo Tahkola-Fix first frame -bug
2005-11-01 Aapo TahkolaFix segmentation fault in _tnl_ProgramCacheDestroy().
2005-11-01 Keith WhitwellMake colors match the fp tests (really)
2005-11-01 Keith WhitwellMake colors match the fp tests
2005-11-01 Keith Whitwellstandalone tests for vp instructions
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-10-31 Brian Paulcheck swrast->_FogEnabled instead of ctx->Fog.Enabled
2005-10-31 Aapo TahkolaNeed more than 200 instructions.
2005-10-31 Aapo TahkolaImprove tnl program searching performance.
2005-10-30 Brian PaulSimplify parse_attrib_binding().
2005-10-30 Brian PaulLots of clean-up in arb program parser.
2005-10-30 Brian Paulneed to use absolute value for RSQ
2005-10-29 Brian Pauladded some assertions to catch unexpected swizzle value...
2005-10-29 Brian PaulUse MAKE_SWIZZLE4() macro in a few more places.
2005-10-29 Brian Paulreduced swizzle comment
2005-10-29 Brian PaulFree old parameter list before assigning new one. ...
next