index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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 double input support including lowering (v3.1)
Dave Airlie
2015-05-08
5
-45
/
+164
*
st/glsl_to_tgsi: fix ir_assignment hack doing bad things for doubles
Dave Airlie
2015-05-08
1
-0
/
+1
*
st/mesa: fix pipe_query_result result initializer
Brian Paul
2015-05-05
1
-1
/
+1
*
st/mesa: fix st_NewPerfMonitor() declaration
Brian Paul
2015-05-05
1
-1
/
+1
*
st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10
Brian Paul
2015-05-05
1
-1
/
+1
*
st/mesa: implement GL_AMD_performance_monitor
Christoph Bumiller
2015-05-06
3
-0
/
+498
*
st/mesa: allow glsl version up to 410, enable ARB_shader_precision
Ilia Mirkin
2015-04-28
1
-2
/
+4
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
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
[next]