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
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-3
/
+3
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-0
/
+1
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-1
/
+3
*
st/mesa: pass layers param to st_texture_create()
Brian Paul
2011-01-28
1
-2
/
+2
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: s/varient/variant
Brian Paul
2010-12-16
1
-3
/
+3
*
st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.c
Brian Paul
2010-12-13
1
-16
/
+30
*
Squashed commit of the following (st-mesa-per-context-shaders branch):
Brian Paul
2010-12-13
1
-42
/
+46
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-7
/
+7
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
st/mesa: fix code/declaration mixing
Keith Whitwell
2010-08-20
1
-3
/
+2
*
mesa/st: support using PIPE_TEXTURE_RECT internally
Luca Barbieri
2010-08-20
1
-8
/
+15
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-1
/
+1
*
st/mesa: Clean up header file inclusion in st_program.h.
Vinson Lee
2010-08-05
1
-0
/
+1
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-3
/
+3
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-3
/
+3
|
\
|
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-3
/
+3
*
|
st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.
Chia-I Wu
2010-05-12
1
-0
/
+3
*
|
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
1
-4
/
+3
|
/
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-10
/
+12
*
st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/
Brian Paul
2010-04-18
1
-2
/
+2
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-26
/
+27
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-14
/
+9
|
\
|
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-4
/
+4
|
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-14
/
+9
*
|
st/mesa: Associate a sampler view with an st texture object.
Michal Krol
2010-03-12
1
-17
/
+31
|
/
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-0
/
+4
|
\
|
*
st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interface
Roland Scheidegger
2010-03-09
1
-0
/
+4
*
|
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
[next]