More work on vertex feedback / glRasterPos. Basic rasterpos works now.
[mesa.git] / src / mesa / state_tracker /
2007-09-10 Brianplug in rasterpos/feedback code
2007-09-10 BrianglRasterPos function
2007-08-25 keithwadd missing files
2007-08-25 keithwfix frag vs vertex typo
2007-08-25 keithwadd names to tracked state atoms to improve debug
2007-08-25 Keith Whitwellcheckpoint in constant tracking rework
2007-08-25 keithwremove unneeded dirty flag
2007-08-25 Briancode re-org, minor improvements
2007-08-25 Briancheck for USE_X86_ASM or SLANG_X86 in st_delete_program()
2007-08-25 BrianAdd support for more surface types in sp_surface.c
2007-08-24 michalHook-up SSE2 to VS.
2007-08-24 Brianfix a tracking of changed lighting state
2007-08-24 Brianadd some warnings about bitmaps/copypixels
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-23 Briantrack more vertex-related state changes
2007-08-23 Brianadded GL_STENCIL_INDEX8_EXT
2007-08-24 BrianVertex shader outputs are now tightly packed into the...
2007-08-23 Brianmap Mesa vertex attribs/arrays to TGSI attribs
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 BrianNeed to store vendor and renderer strings in the context.
2007-08-22 BrianImproved pipe_region/surface_reference() functions
2007-08-22 BrianRework of shader constant buffers.
2007-08-22 Briantemporarily call _mesa_enable_sw_extensions() so we...
2007-08-20 BrianSet viewport state so viewport matches window dims.
2007-08-21 BrianUpdate glClear and glDrawPixels code.
2007-08-20 BrianCheckpoint: remove more of the old draw_vb() code.
2007-08-20 BrianStart to remove the temporary draw_vb() and draw_vertic...
2007-08-20 Brianimplement DrawElements, still some rough spots
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-18 BrianCreate a default vertex attribute buffer which mirrors...
2007-08-18 Brianadded tnl state atom
2007-08-17 Brianadded outputs_written field to pipe_shader_state
2007-08-17 Briantell vbo module to use bufferobjs
2007-08-17 Brianadded call to _mesa_load_state_parameters()
2007-08-17 BrianUse simple st->pipe->clear() in more cases for depth...
2007-08-17 Brianadded assertions, disable debug output
2007-08-16 michalMove VS code from st_atom_fs.c to st_atom_vs.c.
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-16 Brianmisc changes to support vertex shaders (disabled by...
2007-08-16 Brianmake pass-through vertex shader
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-16 Briantranslate GL texture targets to PIPE_TEXTURE_x values
2007-08-16 Brianadded PIPE_PRIM_x tokens (matching GL), use in a few...
2007-08-16 Brianconvert vbo->draw_prims() to pipe->draw_arrays(): works...
2007-08-15 Briansketch out vbo drawing function
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Brianadded glCopyPixels stub
2007-08-14 Brianset renderbuffer Width/Height = texture size
2007-08-14 BrianAdded st_fb_orientation() function to determine the...
2007-08-14 Brianfix up some render-to-texture code ... almost there
2007-08-14 Brianadded an assertion
2007-08-13 Brianfix some issues with texture/mipmap_tree state tracking
2007-08-13 Briancheck for ctx==NULL in st_renderbuffer_delete()
2007-08-13 Brianflush pipe before reading image
2007-08-11 Brianadded Bitmap() stub, call st_validate_state() in DrawPixels
2007-08-11 Brianadded st_cb_queryobj.c
2007-08-11 BrianBegin/EndQuery functions
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 BrianY invert, clean-up
2007-08-10 Brianinvert Y for scissor
2007-08-10 Brianadded pipe->max_texture_size() query, use it in st_draw...
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Brianfix image orientation
2007-08-10 Brianreadpixels handles any format/type/packing/transfer...
2007-08-10 Briansetup sampler state, computed wincoords with pixel...
2007-08-10 Briandon't hardcode cpp
2007-08-10 Brianadded st_sizeof_format()
2007-08-10 Brianbasic texture-based glDrawPixels path works
2007-08-10 Brianuse st_mesa_format_to_pipe_format()
2007-08-10 Brianadded st_mesa_format_to_pipe_format()
2007-08-10 Brianminor clean-ups
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-10 Brianfix asst glitches
2007-08-10 Brianuse st_cb_readpixels.c
2007-08-10 BrianglReadPixels
2007-08-10 Brianmore render to texture work
2007-08-10 Briansketch out some render-to-texture code
2007-08-10 Brianrename st_cb_teximage.h st_format.h
2007-08-10 BrianRename (file contains surface format-related functions)
2007-08-10 Briancode movement
2007-08-09 Brianinit strb->Base.DataType appropriately, clean-ups
2007-08-09 Keith WhitwellSplit texfilter enums to match common hardware usage.
2007-08-09 Keith Whitwellsilence warning
2007-08-10 Brianmore work toward texture-based glDrawPixels
2007-08-10 Briancomments
2007-08-10 Brianmove viewport Y inversion to state tracker
2007-08-09 Brianassertions
2007-08-09 BrianCheckpoint intel_renderbuffer removal.
2007-08-09 Briancheckpoint: no longer using intel_fbo.c
2007-08-09 Keith WhitwellQuieten TGSI
2007-08-08 Brianupdate lod bias, limits
2007-08-08 Briansetup frag shader state: color pass-through program
2007-08-08 Briandebug info
2007-08-08 Brianset mt->format
2007-08-08 Brians/intel/st/
2007-08-07 Brianplug in texture/sampler state update
2007-08-07 Briantexture image state handling
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-08-06 Briannew header
next