summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* move EXT_shadow_funcs assignmentBrian2007-11-081-1/+1
* set sampler state for shadow testBrian2007-11-081-0/+8
* Replace gl_stencil_func_to_sp() and gl_depth_func_to_sp() with st_compare_fun...Brian2007-11-082-35/+16
* Added pipe->get_paramf() to query float limits.Brian2007-11-081-0/+21
* Rename struct field 'private' to 'priv'.Michel Dänzer2007-11-081-1/+1
* New PIPE_FLUSH_WAIT flag for pipe->flush().Brian2007-11-073-9/+6
* Remove context dependencies in winsys layer.Brian2007-11-071-2/+3
* enable GL_ARB/NV_point_sprite togetherBrian2007-11-071-0/+1
* Float->uint conversion for PIPE_FORMAT_U_Z32 resulted in overflow in depth_va...Brian2007-11-071-1/+5
* init glsl functions in st_init_driver_functions()Brian2007-11-071-0/+3
* fix typos, re-enable some extensions to get back to GL 2.1 levelBrian2007-11-071-7/+14
* Add winsys->surface_release() to complement winsys->surface_alloc().Brian2007-11-071-13/+4
* Improved logic for setting up depth/stencil buffers in st_create_framebuffer()Brian2007-11-061-14/+41
* realloc surface if format changes, remove dead codeBrian2007-11-061-26/+13
* init luminance/intensity_bits to zero in st_get_format_info()Brian2007-11-061-2/+2
* Handle the corner case of 24bit depth buffer with 0bit stencil buffer.José Fonseca2007-11-061-3/+6
* Remove pipe->max_texture_size(), use get_param() instead.Brian2007-11-062-42/+39
* Supply buffer usage hints to winsys.José Fonseca2007-11-064-5/+29
* Convert format bitfields to shifts and masks.Michel Dänzer2007-11-061-26/+25
* Determine GL extensions/limits by making pipe queries.Brian2007-11-053-3/+229
* don't include mtypes.h in st_public.hBrian2007-11-052-4/+4
* 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