summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-31make winsys objects singletons, commentsBrian
2007-10-31Clean up xmesa winsys stuffBrian
2007-10-31update comments for pipe_contextBrian
2007-10-31remove some extension #definesBrian
2007-10-31ObsoleteBrian
2007-10-31remove xm_dd.c from buildBrian
2007-10-31move few remaining bits of xm_dd.c into xm_api.cBrian
2007-10-31move dither kernels/tables to xm_span.cBrian
2007-10-31Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState()Brian
2007-10-31move surface clear functions to xm_buffer.cBrian
2007-10-31clean-up includesBrian
2007-10-31remove HPCR supportBrian
2007-10-31get rid of xmesa_clear_buffers()Brian
2007-10-31don't pass x,y,width,height to clear functionsBrian
2007-10-31remove get_string, test_proxy_teximageBrian
2007-10-31remove timer_query, s3tc extension bitsBrian
2007-10-31Start removing old driver funcs like ColorMask, ClearColor, etc.Brian
2007-10-31remove FX/glide stuffBrian
2007-10-31remove tnl/swrast codeBrian
2007-10-31ObsoleteBrian
2007-10-31remove dead swrast/tnl codeBrian
2007-10-31disable swrast/tnl stuffBrian
2007-10-31remove Draw/CopyPixels functionsBrian
2007-10-31omit X point/line/triangle routinesBrian
2007-10-31switch to Xlib driver in pipe/xlib/Brian
2007-10-31Copy of xlib driver. This will get trimmed down a lot for Gallium.Brian
2007-10-31Update texenvprogram.c code to use prog_cache.c routines.Brian
2007-10-31remove dead program cache codeBrian
2007-10-31No longer need st_update_tnl atomBrian
2007-10-31No longer need st_update_tnl atom.Brian
2007-10-31more flags for MaintainTnlProgram case, update #includesBrian
2007-10-31Use ffvertex_prog.c code instead of t_vp_build.c code.Brian
2007-10-31fix some breakage from lifting vbo/tnl codeBrian
2007-10-31Lift fixed function vertex program generation up from tnl module.Brian
2007-10-31fix type for Samplers fieldBrian
2007-10-31alloc caches for fixed-func vertex/fragment progsBrian
2007-10-31move a few lines of codeBrian
2007-10-31Lift VBO/tnl stuff up out of driversBrian
2007-10-31remove intelInvalidateStateBrian
2007-10-31plug st_invalidate_state() into ctx->Driver.UpdateStateBrian
2007-10-31re-enable fb size assertions which were previously disabledBrian
2007-10-31Hold the vertex buffer handle.José Fonseca
2007-10-31Handle TGSI_OPCODE_RET.José Fonseca
2007-10-31Allow more verbose error output.José Fonseca
2007-10-31Chain vertex buffers into the batch buffer.José Fonseca
2007-10-30Implement shader concatenation for glBitmap.Brian
2007-10-30fix InputsRead bug in _mesa_combine_programs()Brian
2007-10-30special-case KIL/KIL_NVBrian
2007-10-30combine shaders for glCopyPixelsBrian
2007-10-30Use program serial numbers to avoid re-generating fragment programs for glDra...Brian