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_atom_pixeltransfer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: move all sampler view code into new st_sampler_view.[ch] files
Brian Paul
2016-10-06
1
-0
/
+1
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-4
/
+0
*
st/mesa: remove st_tracked_state::name
Marek Olšák
2016-07-30
1
-1
/
+0
*
st/mesa: implement DrawPixels shader transformation using tgsi_transform_shader
Marek Olšák
2015-10-09
1
-219
/
+6
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-2
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-5
/
+3
*
st/mesa: stop using Map8[] tables in load_color_map_texture()
Brian Paul
2012-02-10
1
-5
/
+6
*
st/mesa: Fix memory leak in out-of-memory path.
Vinson Lee
2011-12-16
1
-0
/
+1
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
st/mesa: replace duplicated create_color_map_texture() function with shared f...
Bryan Cain
2011-08-04
1
-21
/
+1
*
st/mesa: simplify some st_context(ctx)->pipe code
Brian Paul
2011-05-25
1
-1
/
+1
*
st/mesa: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-10
/
+0
*
st/mesa: use BITFIELD64_BIT() macro in a few more places
Brian Paul
2011-03-15
1
-1
/
+1
*
st/mesa: pass layers param to st_texture_create()
Brian Paul
2011-01-28
1
-1
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-2
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
mesa: Remove SGI_color_matrix.
Eric Anholt
2010-09-23
1
-128
/
+2
*
st/mesa: Add missing header in st_atom_pixeltransfer.c.
Vinson Lee
2010-08-04
1
-0
/
+1
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-4
/
+4
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-1
/
+1
|
\
|
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-1
/
+1
*
|
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
1
-2
/
+2
|
/
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-6
/
+9
*
st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-8
/
+8
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-4
/
+3
|
\
|
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-1
/
+1
|
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-4
/
+3
*
|
st/mesa: Associate a sampler view with an st texture object.
Michal Krol
2010-03-12
1
-0
/
+2
|
/
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c.
Vinson Lee
2010-01-16
1
-1
/
+0
*
|
gallium: fix more potential strict aliasing issues
Roland Scheidegger
2009-12-08
1
-1
/
+3
*
|
gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe
Roland Scheidegger
2009-12-07
1
-1
/
+1
*
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-1
/
+1
|
/
*
st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions
Brian Paul
2009-10-07
1
-1
/
+2
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-2
/
+4
*
st: remove comp_byte parameter to st_texture_create()
Brian Paul
2009-04-09
1
-2
/
+1
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-1
/
+1
*
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
1
-2
/
+2
*
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-7
/
+6
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
1
-1
/
+1
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-31
1
-1
/
+1
*
gallium: Add texture usage flags, special-case allocation of display targets
Keith Whitwell
2008-05-02
1
-1
/
+2
*
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-02
1
-5
/
+5
|
\
|
*
Some changed for non-C99 compilers
Alan Hourihane
2008-05-02
1
-5
/
+5
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-4
/
+5
|
/
*
gallium: implement RGBA pixel maps in the pixel transfer fragment program
Brian Paul
2008-04-16
1
-4
/
+132
[next]