Eliminate struct pipe_region.
[mesa.git] / src / mesa / state_tracker / st_cb_drawpixels.c
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerHide texture layout details from the state tracker.
2007-12-09 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-04 BrianCheck if the user/texenvprogram is just a pass-through...
2007-10-31 BrianImplement shader concatenation for glBitmap.
2007-10-30 Briancombine shaders for glCopyPixels
2007-10-30 BrianUse program serial numbers to avoid re-generating fragm...
2007-10-30 BrianBefore calling texformat->StoreImage() set _ImageTransf...
2007-10-30 BrianDisable debug code.
2007-10-30 Briancheckpoint: combine pixel transfer and user shader...
2007-10-29 Michal KrolMake it compile under linux.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-27 BrianMove mesa_to_tgsi.[ch] to state_tracker
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-24 Brianflush pipe in draw_stencil_pixels()
2007-10-18 BrianAlternate CopyPixels path based on get/put_tile().
2007-10-18 Brianfix off-by-one error in CopyPixels src position
2007-10-18 Brianfix upside down CopyPixels image
2007-10-18 Briancheckpoint: code refactoring for glCopyPixels
2007-10-18 Brianstart implementing glCopyPixels (stencil works)
2007-10-17 Brianremove #include vf.h
2007-10-17 BrianFix viewport Z scale/bias to get the right Z values...
2007-10-16 Brianremove debug assertion
2007-10-15 Brianadd 'normalized_coords' field to pipe_sampler_state
2007-10-15 Briansimplify KIL usage for bitmap fragprog
2007-10-13 BrianGL_STENCIL_INDEX support
2007-10-13 BrianglDrawPixels support for GL_DEPTH_COMPONENT
2007-10-12 BrianUse KIL in glBitmap shader to cull the fragments for...
2007-10-12 Brianinitial use of KIL for glBitmap rendering
2007-09-28 BrianInstead of linked program pairs, keep a list of vertex...
2007-09-25 Briancomments, null ptr checks, etc.
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