summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2007-11-05added st_notify_swapbuffers()Brian
2007-11-05added st_get_framebuffer_surface() and ST_SURFACE_x tokensBrian
2007-11-05comments, tweaksBrian
2007-11-05added st_unreference_framebuffer()Brian
2007-11-05set stfb->Base.InitializedBrian
2007-11-05added st_resize_framebuffer()Brian
2007-11-05st_create_framebuffer() workingBrian
2007-11-05move st_create_framebuffer() to new st_framebuffer.c fileBrian
2007-11-05new file for st_framebuffer stuffBrian
2007-11-05Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian
2007-11-05added check for fb==NULLBrian
2007-11-05include context.hBrian
2007-11-05call FLUSH_VERTICES() in st_flush()Brian
2007-11-05public st_flush()Brian
2007-11-04Check if the user/texenvprogram is just a pass-through program and skip progr...Brian
2007-11-02Renaming llvmtgsi to gallivm. Taking first steps on the way to supportingZack Rusin
2007-11-01Start re-working SwapBuffers.Brian
2007-11-01Sketch out new create/destroy context functions which create/wrap a Mesa cont...Brian
2007-11-01silence the finalize_mipmap_tree msgBrian
2007-11-01plug in _mesa_test_proxy_teximage, temporarilyBrian
2007-11-01remove dead codeBrian
2007-11-01remove unneeded tnl stuffBrian
2007-10-31No longer need st_update_tnl atomBrian
2007-10-31Use ffvertex_prog.c code instead of t_vp_build.c code.Brian
2007-10-31Lift VBO/tnl stuff up out of driversBrian
2007-10-31plug st_invalidate_state() into ctx->Driver.UpdateStateBrian
2007-10-30Implement shader concatenation for glBitmap.Brian
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-30start using program cacheBrian
2007-10-30added pixel_transfer_cacheBrian
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-30Set _NEW_BUFFERS in glRead/DrawBuffer().Brian
2007-10-30comment unused 'cb' fieldBrian
2007-10-30update comments, fix typoBrian
2007-10-30Initial version of st_get_pixel_transfer_program().Brian
2007-10-30Enable immediates in TGSI and work with them in LLVM code.Zack Rusin
2007-10-29Make it compile under linux.Michal Krol
2007-10-29remove dead codeBrian
2007-10-29check for signed vs. unsigned in st_get_format_info() - fixes accum buffer fa...Brian