index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_drawpixels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
1
-1
/
+1
|
\
|
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
|
st/mesa: remove duplicate calculation of fp input mapping
Keith Whitwell
2010-02-01
1
-2
/
+2
|
/
*
st/mesa: fix incorrect freeing of drawpixels vertex shaders
Brian Paul
2010-01-22
1
-2
/
+4
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-6
/
+0
|
\
|
*
st/mesa: Remove unnecessary header from st_cb_drawpixels.c.
Vinson Lee
2010-01-16
1
-1
/
+0
|
*
st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.
Vinson Lee
2010-01-15
1
-5
/
+0
*
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-2
/
+2
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-4
/
+4
|
\
\
|
*
\
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
1
-4
/
+4
|
|
\
\
|
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-4
/
+4
*
|
|
|
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-2
/
+2
*
|
|
|
Move pf_is_depth_and_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
/
/
*
/
/
st: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
|
/
/
*
|
Merge branch 'width0'
Roland Scheidegger
2009-11-27
1
-2
/
+2
|
\
\
|
*
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-2
/
+2
|
|
/
*
|
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
2009-11-15
1
-4
/
+4
*
|
mesa/st: emit tgsi vertex shader directly for drawpixels
Keith Whitwell
2009-11-15
1
-77
/
+47
|
/
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-03
1
-5
/
+15
|
\
|
*
st/mesa: clip pixels in draw_stencil_pixels to avoid crash
Marek Olšák
2009-11-03
1
-5
/
+15
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-13
/
+15
|
\
\
|
*
|
st/mesa: update comment
Brian Paul
2009-09-30
1
-1
/
+1
|
*
|
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-2
/
+2
|
*
|
st/mesa: use _mesa_texstore()
Brian Paul
2009-09-28
1
-13
/
+11
|
*
|
st/mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-11
/
+15
*
|
|
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-10-17
1
-5
/
+14
*
|
|
st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions
Brian Paul
2009-10-07
1
-2
/
+3
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-6
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
st/mesa: silence hidden parameter warning
Brian Paul
2009-10-01
1
-6
/
+6
*
|
|
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-10-05
1
-0
/
+4
|
|
/
|
/
|
*
|
st/mesa: use st_context() helper
Brian Paul
2009-09-10
1
-17
/
+17
|
/
*
st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position
Brian Paul
2009-09-03
1
-0
/
+4
*
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-09-03
1
-5
/
+5
*
st/mesa: remove redundant calls to _mesa_set_vp_override()
Brian Paul
2009-08-07
1
-4
/
+2
*
mesa st: Use POT texture for draw pixels operations if NPOT texture is not su...
Patrice Mandin
2009-08-01
1
-10
/
+58
*
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-07-07
1
-3
/
+9
*
mesa: Remove dead code.
José Fonseca
2009-06-11
1
-3
/
+0
*
mesa: Only do read write when we don't have a depth value to write
Jakob Bornecrantz
2009-06-11
1
-1
/
+1
*
mesa: Take the format from the right structure.
José Fonseca
2009-06-11
1
-1
/
+1
*
meas: Use a read/write transfer when writing stencil component, but not touch...
José Fonseca
2009-06-11
1
-2
/
+23
*
mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.
José Fonseca
2009-06-10
1
-1
/
+1
*
mesa/st: keep surface_copy arguments positive
Keith Whitwell
2009-05-08
1
-3
/
+40
*
gallium: Reinstate unconditional flushes.
Thomas Hellstrom
2009-04-22
1
-0
/
+2
*
gallium: Fix glDraw/CopyPixels fragment program leak.
Michel Dänzer
2009-04-20
1
-0
/
+2
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-24
/
+18
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-2
/
+6
*
st: remove comp_byte parameter to st_texture_create()
Brian Paul
2009-04-09
1
-3
/
+2
*
st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()
Brian Paul
2009-04-07
1
-28
/
+54
*
mesa: ensure pbo stencil buffers are mapped before use
Alan Hourihane
2009-04-03
1
-0
/
+5
*
mesa: Support Z24S8 wherever S8Z24 is supported.
José Fonseca
2009-03-27
1
-0
/
+21
[next]