aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-1/+1
|\
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell2010-02-011-2/+2
|/
* st/mesa: fix incorrect freeing of drawpixels vertex shadersBrian Paul2010-01-221-2/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-6/+0
|\
| * st/mesa: Remove unnecessary header from st_cb_drawpixels.c.Vinson Lee2010-01-161-1/+0
| * st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.Vinson Lee2010-01-151-5/+0
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+2
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-4/+4
|\ \
| * \ Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-4/+4
| |\ \
| | * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-4/+4
* | | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-2/+2
* | | | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ / /
* / / st: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
|/ /
* | Merge branch 'width0'Roland Scheidegger2009-11-271-2/+2
|\ \
| * | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-2/+2
| |/
* | mesa/st: refactor vertex and fragment shader translationKeith Whitwell2009-11-151-4/+4
* | mesa/st: emit tgsi vertex shader directly for drawpixelsKeith Whitwell2009-11-151-77/+47
|/
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-031-5/+15
|\
| * st/mesa: clip pixels in draw_stencil_pixels to avoid crashMarek Olšák2009-11-031-5/+15
* | Merge branch 'texformat-rework'Brian Paul2009-10-281-13/+15
|\ \
| * | st/mesa: update commentBrian Paul2009-09-301-1/+1
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
| * | st/mesa: use _mesa_texstore()Brian Paul2009-09-281-13/+11
| * | st/mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-11/+15
* | | gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-5/+14
* | | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul2009-10-071-2/+3
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-6/+6
|\ \ \ | | |/ | |/|
| * | st/mesa: silence hidden parameter warningBrian Paul2009-10-011-6/+6
* | | mesa/st: add ST_DEBUG environment variableKeith Whitwell2009-10-051-0/+4
| |/ |/|
* | st/mesa: use st_context() helperBrian Paul2009-09-101-17/+17
|/
* st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted positionBrian Paul2009-09-031-0/+4
* mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-031-5/+5
* st/mesa: remove redundant calls to _mesa_set_vp_override()Brian Paul2009-08-071-4/+2
* mesa st: Use POT texture for draw pixels operations if NPOT texture is not su...Patrice Mandin2009-08-011-10/+58
* gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-071-3/+9
* mesa: Remove dead code.José Fonseca2009-06-111-3/+0
* mesa: Only do read write when we don't have a depth value to writeJakob Bornecrantz2009-06-111-1/+1
* mesa: Take the format from the right structure.José Fonseca2009-06-111-1/+1
* meas: Use a read/write transfer when writing stencil component, but not touch...José Fonseca2009-06-111-2/+23
* mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.José Fonseca2009-06-101-1/+1
* mesa/st: keep surface_copy arguments positiveKeith Whitwell2009-05-081-3/+40
* gallium: Reinstate unconditional flushes.Thomas Hellstrom2009-04-221-0/+2
* gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer2009-04-201-0/+2
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-24/+18
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-2/+6
* st: remove comp_byte parameter to st_texture_create()Brian Paul2009-04-091-3/+2
* st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul2009-04-071-28/+54
* mesa: ensure pbo stencil buffers are mapped before useAlan Hourihane2009-04-031-0/+5
* mesa: Support Z24S8 wherever S8Z24 is supported.José Fonseca2009-03-271-0/+21