summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2007-10-30Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...Brian
2007-10-30color matrixBrian
2007-10-30more additions for COLOR_MATRIX, etcBrian
2007-10-30add state vars for color matrix, pixel transfer scale&biasBrian
2007-10-30start using program cacheBrian
2007-10-30added pixel_transfer_cacheBrian
2007-10-30added prog_cache.cBrian
2007-10-30Program cache functions.Brian
2007-10-30tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.Michel Dänzer
2007-10-30Disable debug code.Brian
2007-10-30Remove obsolete filesBrian
2007-10-30Rename file since it's now a state atomBrian
2007-10-30checkpoint: combine pixel transfer and user shader for glDrawPixelsBrian
2007-10-30make st_upload_constants() publicBrian
2007-10-30added pixel_transfer_program fieldBrian
2007-10-30added st_update_pixel_transfer atomBrian
2007-10-30bug fixes, implement state atom for pixel transferBrian
2007-10-30check for NULL ptr in _mesa_print_parameter_list()Brian
2007-10-30Set _NEW_BUFFERS in glRead/DrawBuffer().Brian
2007-10-30comment unused 'cb' fieldBrian
2007-10-30update comments, fix typoBrian
2007-10-30make _mesa_combine_programs() params constBrian
2007-10-30added st_pixeltransfer.cBrian
2007-10-30Initial version of st_get_pixel_transfer_program().Brian
2007-10-30Added _mesa_combine_programs() for concatenating two programs.Brian
2007-10-30added _mesa_combine_parameter_lists()Brian
2007-10-30Switch to using LLVM builder.Zack Rusin