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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supported
Marek Olšák
2014-08-11
1
-0
/
+28
*
st/mesa: add support for ETC2 formats
Marek Olšák
2014-08-11
4
-8
/
+93
*
st/mesa: use PRId64 for printing 64-bit ints
Brian Paul
2014-08-11
1
-1
/
+4
*
st/mesa: fix blit-based partial TexSubImage for 1D arrays
Marek Olšák
2014-08-09
1
-0
/
+2
*
st/mesa: fix DrawPixels(GL_STENCIL_INDEX)
Marek Olšák
2014-08-09
1
-7
/
+4
*
st/mesa: dump TGSI before calling into the driver
Marek Olšák
2014-08-09
1
-12
/
+10
*
glsl_to_tgsi: Delete unused function set_uniform_initializer
Ian Romanick
2014-08-07
1
-72
/
+0
*
mesa: Group gl_system_value values by the stage where they exist
Ian Romanick
2014-08-07
1
-2
/
+10
*
glsl_to_tgsi: Assert that the _mesa_sysval_to_semantic mapping is correct
Ian Romanick
2014-08-07
1
-0
/
+15
*
mesa/st: Only one copy of mesa_sysval_to_semantic
Ian Romanick
2014-08-07
3
-11
/
+5
*
glsl_to_tgsi: Constify mesa_sysval_to_semantic
Ian Romanick
2014-08-07
1
-1
/
+1
*
st/mesa: adjust Z coordinates for quad clearing
Brian Paul
2014-08-05
1
-2
/
+5
*
glsl_to_tgsi: Fix typo shader_program -> shader
Michel Dänzer
2014-08-05
1
-2
/
+1
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
mesa/st: Fix compiler warnings
Jan Vesely
2014-08-04
1
-5
/
+3
*
mesa/st: only convert AND(a, NOT(b)) into MAD when not using native integers
Ilia Mirkin
2014-08-03
1
-1
/
+1
*
mesa/st: add support for dynamic ubo selection
Ilia Mirkin
2014-08-02
1
-28
/
+34
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-2
/
+3
*
mesa/st: add support for interpolate_at_* ops
Ilia Mirkin
2014-07-24
1
-3
/
+9
*
st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0
Marek Olšák
2014-07-18
1
-0
/
+3
*
glsl: add new expression types for interpolateAt*
Chris Forbes
2014-07-12
1
-0
/
+3
*
st/mesa: fix samplerCubeShadow with bias
Marek Olšák
2014-07-11
1
-1
/
+7
*
mesa/st: add per sample shading state to fp key and set interpolation
Ilia Mirkin
2014-07-09
3
-1
/
+11
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
3
-7
/
+13
*
st/mesa: add PIPE_FORMAT_R10G10B10A2_UNORM to format_map table
Brian Paul
2014-07-09
1
-1
/
+2
*
st/mesa: add some missing MESA/PIPE_FORMAT_R10G10B10A2_UNORM switch cases
Brian Paul
2014-07-09
1
-0
/
+4
*
st/mesa: fix geometry shader memory leak
Brian Paul
2014-07-09
1
-0
/
+1
*
st/mesa: minor simplification of some state atom assignments
Brian Paul
2014-07-09
2
-7
/
+4
*
st/mesa: minor fix-up in st_GetSamplePosition()
Brian Paul
2014-07-09
1
-2
/
+4
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
2
-2
/
+2
*
mesa/st: enable AMD_vertex_shader_viewport_index
Ilia Mirkin
2014-07-03
2
-0
/
+6
*
mesa/st: enable ARB_fragment_layer_viewport
Ilia Mirkin
2014-07-02
1
-0
/
+1
*
st/mesa: add support for indirect drawing
Christoph Bumiller
2014-07-02
3
-1
/
+14
*
mesa: Add and use foreach_in_list_use_after.
Matt Turner
2014-07-01
1
-5
/
+1
*
mesa: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-3
/
+1
*
mesa: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-51
/
+20
*
st/mesa: fix incorrect size of UBO declarations
Brian Paul
2014-07-01
1
-1
/
+8
*
st/mesa: don't use address register for constant-indexed ir_binop_ubo_load
Brian Paul
2014-07-01
1
-6
/
+11
*
st/mesa: allow 2D indexing for all shader types in translate_src()
Brian Paul
2014-07-01
1
-1
/
+4
*
st/mesa: don't ignore const buf index in src_register()
Brian Paul
2014-07-01
1
-1
/
+1
*
mesa/st: add vertex stream support
Ilia Mirkin
2014-07-01
2
-4
/
+8
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
1
-0
/
+5
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-3
/
+3
*
gallium: add support for stream in so info
Ilia Mirkin
2014-07-01
1
-0
/
+1
*
gallium: add vertex stream argument to EMIT/ENDPRIM
Ilia Mirkin
2014-07-01
1
-2
/
+2
*
mesa/st: handle gl_Layer input semantic
Ilia Mirkin
2014-06-23
1
-0
/
+5
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
2
-7
/
+19
*
st/mesa: set sampler_view::last_level correctly
Marek Olšák
2014-06-19
2
-6
/
+12
*
st/mesa: handle array textures in st_texture_image_copy
Dave Airlie
2014-06-19
1
-0
/
+8
*
st/mesa: fix geometry shader max texture limit in state validation
Marek Olšák
2014-06-19
1
-1
/
+1
[next]