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_constbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
1
-3
/
+6
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-3
/
+3
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
st/mesa: add geometry shader ubo support
Dave Airlie
2013-10-17
1
-0
/
+17
*
st/mesa: add casts to silence MSVC warnings
Brian Paul
2013-06-26
1
-1
/
+1
*
st/mesa: don't check for _NEW_PROGRAM when binding UBOs
Marek Olšák
2013-05-11
1
-2
/
+2
*
st/mesa: fix a couple of issues in st_bind_ubos
Marek Olšák
2013-05-11
1
-4
/
+16
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
1
-5
/
+4
*
st/mesa: fix UBO offsets.
Dave Airlie
2013-04-11
1
-0
/
+1
*
cso: add constant buffer save/restore feature for postprocessing
Marek Olšák
2013-03-26
1
-3
/
+5
*
mesa/st: add ARB_uniform_buffer_object support (v2)
Dave Airlie
2012-12-08
1
-1
/
+67
*
st/mesa: don't use _NEW_PROGRAM where ST_NEW_xxx_PROGRAM is sufficient
Marek Olšák
2012-10-31
1
-3
/
+3
*
st/mesa: unmap upload buffer after uploading indices and constants
Marek Olšák
2012-04-30
1
-0
/
+1
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-6
/
+3
*
st/mesa: make user constant buffers optional
Marek Olšák
2012-04-30
1
-6
/
+13
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-7
/
+9
*
st/mesa: optimize constant buffer uploads
Marek Olšák
2011-01-06
1
-14
/
+13
*
st/mesa: new comment about updating state vars
Brian Paul
2010-12-03
1
-0
/
+5
*
st/mesa: unbind constant buffer when not in use
Keith Whitwell
2010-11-02
1
-1
/
+4
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-1
/
+23
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-2
/
+2
*
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
1
-2
/
+1
*
st/mesa: Remove NULL check of pointer that could not be NULL.
Vinson Lee
2010-04-16
1
-4
/
+3
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-5
/
+5
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
gallium: adapt state trackers etc. to pipe_constant_buffer removal
Roland Scheidegger
2009-12-23
1
-6
/
+6
*
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-10-05
1
-1
/
+2
*
st: reformatting, comments, var renaming
Brian Paul
2009-05-19
1
-19
/
+29
*
st: also check _NEW_PROGRAM flag for vertex shader constant buffers
Brian Paul
2009-04-22
1
-1
/
+1
*
st: play it safe for now and check _NEW_PROGRAM for shader const buffer atom
Brian Paul
2009-04-21
1
-1
/
+1
*
st: do away with dynamic state atom for const buffers
Brian Paul
2009-04-21
1
-8
/
+2
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-4
/
+4
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-1
/
+1
*
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
2009-02-24
1
-6
/
+4
*
gallium: remove redundant size from the constant buffer
Zack Rusin
2009-01-27
1
-2
/
+0
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-4
/
+4
*
mesa: Don't use alignments < 4.
José Fonseca
2008-08-14
1
-1
/
+1
*
revert mode change back to 644
Alan Hourihane
2008-05-02
1
-0
/
+0
*
Some changed for non-C99 compilers
Alan Hourihane
2008-05-02
1
-10
/
+10
*
gallium: use new buffer wrapper functions in p_inlines.h
Brian Paul
2008-04-30
1
-7
/
+7
*
gallium: Always allocate new const buffers instead of modifying existing ones.
Michel Dänzer
2008-04-04
1
-7
/
+6
*
gallium: fix const buffer update bug
Brian
2008-03-21
1
-3
/
+4
*
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
1
-1
/
+2
*
gallium: Simplify winsys buffer interface.
Michel Dänzer
2008-01-25
1
-4
/
+12
*
add fence interfaces and buffer create flags to pipe_winsys
keithw
2007-12-09
1
-1
/
+1
*
Supply buffer usage hints to winsys.
José Fonseca
2007-11-06
1
-1
/
+2
*
make st_upload_constants() public
Brian
2007-10-30
1
-5
/
+14
*
remove old debug code, fix warning
Brian
2007-09-28
1
-11
/
+0
*
better debugging
Brian
2007-09-26
1
-0
/
+4
*
better debug output
Brian
2007-09-25
1
-7
/
+7
[next]