summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)Author
2007-09-28Instead of linked program pairs, keep a list of vertex programs translated fo...Brian
2007-09-25comments, null ptr checks, etc.Brian
2007-09-25don't apply pixelzoom to bitmapsBrian
2007-09-25st_draw_vertices() no longer needs attribs[] array parameterBrian
2007-09-25Simple implementation of glBitmap rendering.Brian
2007-09-25re-org/prep for glBitmapBrian
2007-09-25Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian
2007-09-21Make the alpha test state a cso.Zack Rusin
2007-09-20Fix failover state binding and convert the sampler to use the newZack Rusin
2007-09-20Convert depth_stencil state to the new semantics.Zack Rusin
2007-09-20Switch fragment/vertex shaders to the new caching semantics.Zack Rusin
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
2007-09-19Convert the rasterizer cso to the new semantics.Zack Rusin
2007-09-19Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin
2007-09-19Finish up conversions of shaders to immutable objects.Zack Rusin
2007-09-18Checkpoint: rework shader input/output register mapping.Brian
2007-09-18Convert shader to an immutable state object.Zack Rusin
2007-09-18converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin
2007-09-18Combing depth and stencil objects and making them immutable.Zack Rusin
2007-09-18Make sampler an immutable state object.Zack Rusin
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin
2007-08-24add some warnings about bitmaps/copypixelsBrian
2007-08-22Rework of shader constant buffers.Brian
2007-08-20Set viewport state so viewport matches window dims.Brian
2007-08-20Update glClear and glDrawPixels code.Brian
2007-08-20Start to remove the temporary draw_vb() and draw_vertices() code.Brian
2007-08-16Begin added vertex shader state/support.Brian
2007-08-15added PIPE_PRIM_x tokens (matching GL), use in a few placesBrian
2007-08-14added glCopyPixels stubBrian
2007-08-13fix some issues with texture/mipmap_tree state trackingBrian
2007-08-11added Bitmap() stub, call st_validate_state() in DrawPixelsBrian
2007-08-10added pipe->max_texture_size() query, use it in st_drawpixels()Brian
2007-08-10fix image orientationBrian
2007-08-10setup sampler state, computed wincoords with pixel zoom factorsBrian
2007-08-10don't hardcode cppBrian
2007-08-10basic texture-based glDrawPixels path worksBrian
2007-08-10pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian
2007-08-10fix asst glitchesBrian
2007-08-10rename st_cb_teximage.h st_format.hBrian
2007-08-09more work toward texture-based glDrawPixelsBrian
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian
2007-08-02trim #includesBrian
2007-08-02initial work for textured-quad glDrawPixelsBrian