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: add ARB_texture_stencil8 support (v4)
Dave Airlie
2015-04-23
4
-16
/
+22
*
mesa/st: Free st_translate with FREE macro.
Brian Paul
2015-04-17
1
-1
/
+1
*
glsl_to_tgsi: only associate the uniform storage once at link time
Marek Olšák
2015-04-16
1
-24
/
+0
*
glsl_to_tgsi: add STATE_FB_WPOS_Y_TRANSFORM at link time
Marek Olšák
2015-04-16
1
-20
/
+24
*
glsl_to_tgsi: add assertions for detecting out-of-bounds immediates access
Marek Olšák
2015-04-16
1
-0
/
+6
*
glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levels
Marek Olšák
2015-04-16
1
-5
/
+3
*
glsl_to_tgsi: fix out-of-bounds constant access and crash for uniforms
Marek Olšák
2015-04-16
1
-4
/
+7
*
glsl_to_tgsi: cleanup includes
Marek Olšák
2015-04-16
3
-25
/
+10
*
st/mesa: add a debug option to compile shaders at link time
Marek Olšák
2015-04-16
6
-4
/
+55
*
st/mesa: log shaders, GLSL info log with _mesa_log()
Brian Paul
2015-04-15
1
-6
/
+4
*
state_tracker: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
8
-18
/
+18
*
st/mesa: align cube map arrays layers
Dave Airlie
2015-04-14
1
-1
/
+1
*
st/mesa: convert sub image for cube map arrays to 2d arrays for upload
Dave Airlie
2015-04-14
1
-0
/
+5
*
st/mesa: Remove unused emit_scs().
Matt Turner
2015-04-06
1
-98
/
+0
*
glsl: Remove never used sin_reduced/cos_reduced.
Matt Turner
2015-04-06
1
-6
/
+0
*
st/mesa: initialize have_fma in constructor
Ilia Mirkin
2015-03-26
1
-0
/
+1
*
st/mesa: update arrays when the current attrib has been updated
Ilia Mirkin
2015-03-26
1
-1
/
+1
*
st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
Dave Airlie
2015-03-26
1
-0
/
+1
*
st/vdpau: Avoid constness cast warnings.
Jose Fonseca
2015-03-22
1
-1
/
+1
*
main: Refactor ClearBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
1
-2
/
+2
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-4
/
+9
*
st/mesa: drop unused texture function
Dave Airlie
2015-03-09
2
-50
/
+0
*
mesa/st: remove unused TexData
Dave Airlie
2015-03-09
2
-27
/
+0
*
st/mesa: include stdio.h where needed
Brian Paul
2015-03-05
2
-0
/
+2
*
st/mesa: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
10
-45
/
+45
*
st/mesa: replace INLINE with inline
Brian Paul
2015-02-26
15
-37
/
+37
*
st/mesa: remove unused/broken function st_print_shaders
Marek Olšák
2015-02-24
2
-49
/
+0
*
st/mesa: remove struct qualifier from st_src_reg parameter
Brian Paul
2015-02-24
1
-1
/
+1
*
st/mesa: cleanup st_translate_geometry_program
Marek Olšák
2015-02-24
1
-102
/
+30
*
st/mesa: inline st_free_tokens
Marek Olšák
2015-02-24
3
-17
/
+3
*
st/mesa: cleanup st_geometry_program structure
Marek Olšák
2015-02-24
3
-74
/
+36
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
2
-7
/
+7
*
st/mesa: lower DFRACEXP/DLDEXP when they are not supported
Ilia Mirkin
2015-02-19
1
-0
/
+3
*
st/mesa: disable lowering of dops to dfrac when dround is available
Ilia Mirkin
2015-02-19
1
-7
/
+6
*
st/mesa: add support for new double opcodes
Ilia Mirkin
2015-02-19
1
-1
/
+5
*
st/mesa: add st fp64 support (v7.1)
Dave Airlie
2015-02-20
2
-125
/
+460
*
mesa/st_tgsi_to_glsl: prepare add_constant for fp64
Dave Airlie
2015-02-20
1
-20
/
+21
*
st/glsl_to_tgsi: convert dst to an array
Dave Airlie
2015-02-20
1
-65
/
+65
*
st/mesa: add GSL_TYPE_DOUBLE, new ir_unop_* switch cases
Brian Paul
2015-02-19
1
-0
/
+12
*
st/mesa: fix sampler view reference counting bug in glDraw/CopyPixels
Brian Paul
2015-02-19
1
-6
/
+9
*
st/mesa: don't die for ETC2 formats when no driver support
Ilia Mirkin
2015-02-19
1
-0
/
+3
*
st/mesa: pass etc2 textures to driver if supported
Ilia Mirkin
2015-02-19
4
-11
/
+40
*
st/mesa: add ARB_pipeline_statistics_query support
Ilia Mirkin
2015-02-18
2
-4
/
+55
*
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2015-02-17
2
-5
/
+14
*
st/glsl_to_tgsi: fix whitespace
Dave Airlie
2015-02-17
1
-202
/
+178
*
st/mesa: treat resource-less xfb buffers as if they weren't there
Ilia Mirkin
2015-02-14
1
-1
/
+1
*
st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB
Michel Dänzer
2015-02-06
1
-2
/
+9
*
st/mesa: mark constant array of swizzles as static const
Nils Wallménius
2015-02-04
1
-1
/
+1
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
1
-1
/
+1
*
st/mesa: add EXT_polygon_offset_clamp support
Ilia Mirkin
2015-02-02
2
-0
/
+2
[next]