don't apply pixelzoom to bitmaps
[mesa.git] / src / mesa / state_tracker / st_cb_drawpixels.c
2007-09-25 Briandon't apply pixelzoom to bitmaps
2007-09-25 Brianst_draw_vertices() no longer needs attribs[] array...
2007-09-25 BrianSimple implementation of glBitmap rendering.
2007-09-25 Brianre-org/prep for glBitmap
2007-09-25 BrianTranslate mesa vertex/fragment programs to TGSI program...
2007-09-21 Zack RusinMake the alpha test state a cso.
2007-09-20 Zack RusinFix failover state binding and convert the sampler...
2007-09-20 Zack RusinConvert depth_stencil state to the new semantics.
2007-09-20 Zack RusinSwitch fragment/vertex shaders to the new caching seman...
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-19 Zack RusinConvert the rasterizer cso to the new semantics.
2007-09-19 Zack RusinRedo the cso cache to map driver data in a lot more...
2007-09-19 Zack RusinFinish up conversions of shaders to immutable objects.
2007-09-19 BrianCheckpoint: rework shader input/output register mapping.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-09-18 Zack RusinMake sampler an immutable state object.
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-08-24 Brianadd some warnings about bitmaps/copypixels
2007-08-22 BrianRework of shader constant buffers.
2007-08-20 BrianSet viewport state so viewport matches window dims.
2007-08-21 BrianUpdate glClear and glDrawPixels code.
2007-08-20 BrianStart to remove the temporary draw_vb() and draw_vertic...
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-16 Brianadded PIPE_PRIM_x tokens (matching GL), use in a few...
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Brianadded glCopyPixels stub
2007-08-13 Brianfix some issues with texture/mipmap_tree state tracking
2007-08-11 Brianadded Bitmap() stub, call st_validate_state() in DrawPixels
2007-08-10 Brianadded pipe->max_texture_size() query, use it in st_draw...
2007-08-10 Brianfix image orientation
2007-08-10 Briansetup sampler state, computed wincoords with pixel...
2007-08-10 Briandon't hardcode cpp
2007-08-10 Brianbasic texture-based glDrawPixels path works
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-10 Brianfix asst glitches
2007-08-10 Brianrename st_cb_teximage.h st_format.h
2007-08-10 Brianmore work toward texture-based glDrawPixels
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-08-03 Briantrim #includes
2007-08-02 Brianinitial work for textured-quad glDrawPixels