mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.
[mesa.git] / src / mesa / state_tracker / st_cb_drawpixels.c
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-05 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-28 Brian Paulgallium: replace some code with a call to st_choose_for...
2008-04-27 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
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-15 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-10 Brian Paulgallium: more elaborate tracking of front color buffer...
2008-04-09 Brian Paulgallium: remove unneeded st->haveFramebufferSurfaces...
2008-04-09 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-04 Brian Paulgallium: make sure to set the SamplersUsed field for...
2008-04-04 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-03 Brian Paulgallium: set gl_rasterization_rules
2008-04-02 Stephane MarchesinMerge branch 'gallium-0.1' of git+ssh://marcheu@git...
2008-04-01 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-31 Briangallium: use cso_save/restore_sampler_textures() functions
2008-03-30 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-25 Briangallium: save/restore samplers in draw_textured_quad()
2008-03-23 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brian Paulgallium: implement PBO operations for glDraw/ReadPixels...
2008-03-21 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-20 Briangallium: glBitmap code now separe from glDraw/CopyPixel...
2008-03-20 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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-13 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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-03-02 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-03-01 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
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-29 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
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-22 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-20 Briangallium: state tracker didn't always notify drivers...
2008-02-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 Briangallium: rename st_fragment_program's fs field to cso...
2008-02-15 Briangallium: remove unused first_level param from st_textur...
2008-02-15 Briangallium: added inClipCoords param to st_draw_vertices...
2008-02-15 Briangallium: add bitmap/drawpixels texcoord bias support
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-13 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
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-09 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-02-08 Briangallium: added inClipCoords param to st_draw_vertices...
2008-02-06 Briangallium: add bitmap/drawpixels texcoord bias support
2008-01-27 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-19 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-16 Briantweaks to quad drawing, set UsesKill in bitmap shader
2008-01-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
next