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_bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixels
Brian Paul
2010-02-22
1
-2
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
st/mesa: added some bitmap debug code (disabled)
Brian Paul
2010-02-18
1
-0
/
+22
*
st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c.
Vinson Lee
2010-02-10
1
-1
/
+2
*
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
-1
/
+1
|
/
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-10
/
+5
|
\
|
*
mesa: Use pipe_buffer_write_nooverlap where appropriate.
José Fonseca
2010-01-21
1
-5
/
+5
|
*
st/mesa: Remove unnecessary headers from st_cb_bitmap.c.
Vinson Lee
2010-01-16
1
-5
/
+0
*
|
Merge commit 'origin/st-shader-varients'
Roland Scheidegger
2009-11-26
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
2009-11-15
1
-5
/
+0
*
|
mesa: fix assorted compiler warnings
Brian Paul
2009-11-17
1
-1
/
+1
|
/
*
mesa/st: don't reuse vertex buffers for bitmap, clear quads
Keith Whitwell
2009-10-02
1
-1
/
+12
*
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-09-03
1
-3
/
+3
*
st/mesa: use new _mesa_expand_bitmap() function
Brian Paul
2009-09-01
1
-57
/
+4
*
st/mesa: flush bitmap cache if Z value changes
Brian Paul
2009-08-24
1
-5
/
+11
*
st: Wait to create bitmap transfer until needed
Jakob Bornecrantz
2009-04-19
1
-8
/
+30
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-11
/
+14
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-1
/
+1
*
st: remove comp_byte parameter to st_texture_create()
Brian Paul
2009-04-09
1
-3
/
+2
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-1
/
+0
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
1
-3
/
+1
*
st: also check for a8 texture support in bitmap code
Keith Whitwell
2009-03-09
1
-0
/
+4
*
mesa: Clear cache->trans after destroying the transfer.
José Fonseca
2009-03-04
1
-0
/
+1
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-8
/
+8
*
mesa/st: support l8 as well as i8 in bitmap code
Keith Whitwell
2009-02-24
1
-1
/
+13
*
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
2009-02-24
1
-11
/
+5
*
mesa: Free the util shaders with the gallium's FREE.
José Fonseca
2009-02-19
1
-0
/
+1
*
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-16
1
-2
/
+2
|
\
|
*
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
1
-1
/
+1
|
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-1
/
+1
*
|
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-26
/
+26
|
/
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-12-15
1
-15
/
+45
|
\
|
*
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-12-12
1
-15
/
+45
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-11-28
1
-6
/
+18
|
\
|
|
*
gallium: fix glBitmap color bug
Brian Paul
2008-11-26
1
-6
/
+18
*
|
softpipe: Don't call pipe_buffer_destroy directly.
José Fonseca
2008-11-03
1
-1
/
+1
|
/
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-4
/
+4
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
1
-1
/
+2
*
gallium: fix surface memleak in bitmap code
Brian Paul
2008-07-03
1
-0
/
+5
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-2
/
+2
*
mesa: More signed/unsigned float/integer fixes.
José Fonseca
2008-06-24
1
-8
/
+8
*
gallium: need to flush bitmap cache when raster color changes
Brian Paul
2008-06-17
1
-6
/
+14
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-31
1
-19
/
+19
*
gallium: Always unreference bitmap cache texture before resetting the cache.
Michel Dänzer
2008-05-27
1
-4
/
+6
*
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Brian Paul
2008-05-20
1
-0
/
+4
|
\
|
*
gallium: fix shader mem leak
Brian Paul
2008-05-20
1
-0
/
+4
|
*
gallium: remove dead code
Brian Paul
2008-05-19
1
-9
/
+0
[next]