util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
[mesa.git] / src / mesa / state_tracker / st_cb_drawpixels.c
2008-07-13 José Fonsecautil: Eliminate pipe from the arguments to pipe_get...
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-24 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-26 Jakob BornecrantzMerge branch 'gallium-tex-surface' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-21 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulgallium: clean-up glDraw/CopyPixels shaders when destro...
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulgallium: clean-up glDraw/CopyPixels shaders when destro...
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Pauls/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Brian Paulgallium: replace pipe_buffer_destroy() call with pipe_b...
2008-05-08 Brian Paulgallium: clean-up, minor fix
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-06 Brian Paulgallium: create drawing surfaces as GPU_READ/WRITE...
2008-05-06 Michel Dänzergallium: Make sure to release texture surfaces (at...
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-02 Keith Whitwellgallium: Add texture usage flags, special-case allocati...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-04-30 Brian Paulgallium: use new buffer wrapper functions in p_inlines.h
2008-04-28 Brian Paulgallium: replace some code with a call to st_choose_for...
2008-04-25 Brian Paulgallium: remove unneeded st->bitmap_texcoord_bias
2008-04-25 Brian Paulgallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_...
2008-04-25 Brian Paulgallium: consolidate quad drawing code
2008-04-25 Brian Paulgallium: use util_draw_vertex_buffer() instead of st_dr...
2008-04-21 Keith Whitwelluse cso fs/vs handle functions
2008-04-21 Michel Dänzergallium: Use CSO cache for shaders.
2008-04-18 Brian Paulgallium: get rid of unnecessary surface mapping
2008-04-16 Brian Paulgallium: implement RGBA pixel maps in the pixel transfe...
2008-04-10 Brian Paulgallium: more elaborate tracking of front color buffer...
2008-04-09 Brian Paulgallium: remove unneeded st->haveFramebufferSurfaces...
2008-04-04 Brian Paulgallium: make sure to set the SamplersUsed field for...
2008-04-03 Brian Paulgallium: set gl_rasterization_rules
2008-03-31 Briangallium: use cso_save/restore_sampler_textures() functions
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-03-25 Brian Paulgallium: added some debug code (disable)
2008-03-25 Briangallium: save/restore samplers in draw_textured_quad()
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brian Paulgallium: implement PBO operations for glDraw/ReadPixels...
2008-03-20 Briangallium: glBitmap code now separe from glDraw/CopyPixel...
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 Briangallium: implement CSO save/restore functions for use...
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-02-29 Brian Paulgallium: change st->state.sampler_texture[] to store...
2008-02-29 Brian Paulgallium: fix glCopyPixels(GL_DEPTH) when Z format conve...
2008-02-28 Brian Paulgallium: fix surface/texture format conversion in st_Co...
2008-02-28 Brian Paulgalliums: s/uint/enum pipe_format/
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 Briangallium: use pipe_texture_reference() instead of pipe...
2008-02-20 Briangallium: state tracker didn't always notify drivers...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-02-12 Briangallium: remove unused first_level param from st_textur...
2008-02-08 Briangallium: added inClipCoords param to st_draw_vertices...
2008-02-06 Briangallium: add bitmap/drawpixels texcoord bias support
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-16 Briantweaks to quad drawing, set UsesKill in bitmap shader
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2007-12-20 Keith Whitwellgallium: make state tracker explictly ask for rendercac...
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-11 Michel DänzerRemove internal_format field from struct pipe_texture.
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianReplace "duplicate" formats
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-29 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.
next