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
*
st/mesa: assume that user constant buffers are always supported
Marek Olšák
2018-01-17
1
-16
/
+3
*
mesa: rename various buffer bindings to one struct.
Dave Airlie
2017-10-11
1
-1
/
+1
*
st/mesa: replace st_shader_stage_to_ptarget
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
st/mesa: make bindless samplers/images bound to units resident
Samuel Pitoiset
2017-06-14
1
-0
/
+6
*
st/mesa: simplify update_constants functions
Marek Olšák
2017-05-08
1
-32
/
+13
*
st/mesa: unify TCS, TES, GS st_*_program structures
Marek Olšák
2017-05-08
1
-3
/
+3
*
st/mesa: remove struct st_tracked_state
Marek Olšák
2017-05-08
1
-63
/
+12
*
st/mesa: use the common uploader (v2)
Marek Olšák
2017-02-14
1
-3
/
+3
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-31
/
+12
*
st/mesa: pass gl_program to st_bind_ubos()
Timothy Arceri
2017-01-09
1
-18
/
+18
*
st/mesa/glsl/i965: move per stage UniformBlocks to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/glsl/i965: set num_ubos directly in shader_info
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
st/mesa: use the new subroutine index upload API.
Dave Airlie
2016-08-23
1
-8
/
+12
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-48
/
+0
*
st/mesa: remove st_tracked_state::name
Marek Olšák
2016-07-30
1
-12
/
+0
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-1
/
+1
*
mesa/st: Fix NULL access if no fragment shader is bound
Bas Nieuwenhuizen
2016-03-28
1
-2
/
+2
*
st/mesa: implement GL_ATI_fragment_shader
Miklós Máté
2016-03-27
1
-0
/
+15
*
st/mesa: add state validation for compute shaders
Samuel Pitoiset
2016-02-13
1
-1
/
+45
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-0
/
+1
*
st/mesa: don't load state parameters if there are none
Marek Olšák
2015-10-24
1
-1
/
+2
*
st/mesa: Use {Num}UniformBlocks instead of {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-19
1
-2
/
+2
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
1
-2
/
+2
*
st/mesa: handle constbufs/ubos for tessellation shaders
Ilia Mirkin
2015-07-23
1
-1
/
+87
*
state_tracker: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-3
/
+3
*
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
[next]