aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* move st_invalidate_state() prototype to st_context.hBrian2007-11-052-2/+2
* Remove some temporary state tracker context/framebuffer_create functions.Brian2007-11-052-39/+29
* Update xlib driver to use newer state tracker context/framebuffer functions.Brian2007-11-054-39/+64
* added st_notify_swapbuffers()Brian2007-11-052-0/+19
* added st_get_framebuffer_surface() and ST_SURFACE_x tokensBrian2007-11-052-0/+30
* comments, tweaksBrian2007-11-052-3/+9
* added st_unreference_framebuffer()Brian2007-11-052-1/+10
* set stfb->Base.InitializedBrian2007-11-051-0/+3
* added st_resize_framebuffer()Brian2007-11-052-0/+17
* st_create_framebuffer() workingBrian2007-11-051-30/+17
* move st_create_framebuffer() to new st_framebuffer.c fileBrian2007-11-051-10/+0
* new file for st_framebuffer stuffBrian2007-11-051-0/+103
* Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()Brian2007-11-053-0/+41
* added check for fb==NULLBrian2007-11-051-1/+3
* include context.hBrian2007-11-051-0/+1
* call FLUSH_VERTICES() in st_flush()Brian2007-11-051-0/+2
* public st_flush()Brian2007-11-052-10/+25
* Check if the user/texenvprogram is just a pass-through program and skip progr...Brian2007-11-041-4/+35
* Renaming llvmtgsi to gallivm. Taking first steps on the way to supportingZack Rusin2007-11-021-4/+1
* Start re-working SwapBuffers.Brian2007-11-011-1/+6
* Sketch out new create/destroy context functions which create/wrap a Mesa cont...Brian2007-11-012-0/+33
* silence the finalize_mipmap_tree msgBrian2007-11-011-0/+2
* plug in _mesa_test_proxy_teximage, temporarilyBrian2007-11-011-0/+3
* remove dead codeBrian2007-11-011-14/+0
* remove unneeded tnl stuffBrian2007-11-011-7/+0
* No longer need st_update_tnl atomBrian2007-10-312-2/+0
* Use ffvertex_prog.c code instead of t_vp_build.c code.Brian2007-10-311-4/+0
* Lift VBO/tnl stuff up out of driversBrian2007-10-311-0/+8
* plug st_invalidate_state() into ctx->Driver.UpdateStateBrian2007-10-311-0/+10
* Implement shader concatenation for glBitmap.Brian2007-10-302-39/+81
* combine shaders for glCopyPixelsBrian2007-10-301-79/+64
* Use program serial numbers to avoid re-generating fragment programs for glDra...Brian2007-10-305-28/+58
* Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...Brian2007-10-301-2/+10
* color matrixBrian2007-10-301-15/+86
* start using program cacheBrian2007-10-301-5/+70
* added pixel_transfer_cacheBrian2007-10-302-1/+7
* tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.Michel Dänzer2007-10-301-1/+2
* Disable debug code.Brian2007-10-302-2/+10
* Remove obsolete filesBrian2007-10-303-233/+0
* Rename file since it's now a state atomBrian2007-10-302-0/+197
* checkpoint: combine pixel transfer and user shader for glDrawPixelsBrian2007-10-301-1/+33
* make st_upload_constants() publicBrian2007-10-302-5/+52
* added pixel_transfer_program fieldBrian2007-10-301-0/+2
* added st_update_pixel_transfer atomBrian2007-10-302-1/+3
* bug fixes, implement state atom for pixel transferBrian2007-10-301-11/+41
* Set _NEW_BUFFERS in glRead/DrawBuffer().Brian2007-10-301-5/+1
* comment unused 'cb' fieldBrian2007-10-301-0/+1
* update comments, fix typoBrian2007-10-301-4/+3
* Initial version of st_get_pixel_transfer_program().Brian2007-10-302-0/+167
* Enable immediates in TGSI and work with them in LLVM code.Zack Rusin2007-10-301-14/+0