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: Fix handling of 8888 SNORM and SRGB formats for big-endian
Richard Sandiford
2014-09-17
1
-16
/
+36
*
st/mesa: Fix handling of LA and RG formats for big-endian
Richard Sandiford
2014-09-17
1
-16
/
+48
*
st_glsl_to_tgsi: init have_sqrt field.
Dave Airlie
2014-09-16
1
-0
/
+1
*
mesa/st: add ARB_texture_view support
Ilia Mirkin
2014-09-12
6
-18
/
+105
*
st/mesa: handle failed context creation for core profile
Brian Paul
2014-09-11
1
-33
/
+49
*
mesa: Add SYSTEM_VALUE_BASE_VERTEX
Ian Romanick
2014-09-10
1
-0
/
+1
*
mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
Ian Romanick
2014-09-10
1
-0
/
+1
*
mesa/st: don't advertise NV_vdpau_interop if it doesn't work.
Christian König
2014-09-08
1
-1
/
+7
*
st/mesa: use 1.0f as boolean true on drivers without integer support
Marek Olšák
2014-09-05
1
-2
/
+3
*
state_tracker: Fix bug in conditional discards with native ints.
Eric Anholt
2014-09-04
1
-2
/
+12
*
mesa: Convert NewDriverState to 64-bits
Jordan Justen
2014-09-01
1
-1
/
+1
*
glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand
Marek Olšák
2014-09-01
1
-18
/
+33
*
ir_to_mesa, glsl_to_tgsi: Remove try_emit_saturate
Abdiel Janulgue
2014-08-31
1
-51
/
+0
*
ir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturate
Abdiel Janulgue
2014-08-31
1
-0
/
+6
*
ir_to_mesa, glsl_to_tgsi: lower ir_unop_saturate
Abdiel Janulgue
2014-08-31
1
-1
/
+5
*
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
2014-08-27
1
-0
/
+3
*
mesa/st: Support ARB_conditional_render_inverted modes
Tobias Klausmann
2014-08-19
2
-1
/
+20
*
mesa/st: add support for emitting fine derivative opcodes
Ilia Mirkin
2014-08-14
2
-2
/
+10
*
mesa/st: enable ARB_gpu_shader5 if the reported GLSL version >= 400
Ilia Mirkin
2014-08-13
1
-0
/
+3
*
mesa/st: add BPTC formats, expose ARB_texture_compression_bptc
Ilia Mirkin
2014-08-12
3
-1
/
+49
*
mesa/st: Move declaration to top of block.
José Fonseca
2014-08-12
1
-1
/
+3
*
mesa/st: add support for dynamic sampler offsets
Ilia Mirkin
2014-08-12
1
-17
/
+42
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-2
/
+1
*
st/mesa: compute supported GL versions at DRIscreen creation
Marek Olšák
2014-08-11
1
-4
/
+27
*
gallium: pass st_config_options to query_versions
Marek Olšák
2014-08-11
1
-0
/
+1
*
st/mesa: make st_init_limits context-independent
Marek Olšák
2014-08-11
3
-10
/
+14
*
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
2014-08-11
3
-6
/
+6
*
st/mesa: make st_init_extensions context-independent
Marek Olšák
2014-08-11
3
-192
/
+241
*
mesa: make _mesa_override_glsl_version context-independent
Marek Olšák
2014-08-11
1
-1
/
+1
*
gallium/stapi: move setting GL versions to the state tracker
Marek Olšák
2014-08-11
1
-0
/
+14
*
st/mesa: convert the ETC1 format to an uncompressed one if unsupported
Marek Olšák
2014-08-11
5
-12
/
+40
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
9
-29
/
+32
*
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
[next]