index
:
~tpalli/mesa
EGL_EXT_image_flush_external
astc_cleanup
automatic_cache_mgmt
debug_resource_list
driver_interface
finish
fix_invariance
flush_rebase
fp64_floor
freedreno-build-fix
glsl_cache
handle_expr
hdr
hdr_metadata
hdr_rebase
iris-timestamp
jenkins
master
mauro_sync_fix
oes_get_program_binary
replacement
scott
state2
switch_2.0
yv12
tapani's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-11
st/glsl: add st fp64 support (v2)
Dave Airlie
2
-139
/
+539
2014-11-11
tgsi: expose doubles for softpipe.
Dave Airlie
1
-1
/
+1
2014-11-11
gallium: add double opcodes and TGSI execution (v2)
Dave Airlie
3
-14
/
+779
2014-11-11
i965: just avoid warnings with fp64
Dave Airlie
4
-0
/
+38
2014-11-11
glsl: lower double optional passes
Dave Airlie
2
-0
/
+211
2014-11-11
glsl: implement double builtin functions
Dave Airlie
1
-259
/
+492
2014-11-11
glsl/lower_instructions: add double lowering passes
Dave Airlie
1
-0
/
+83
2014-11-11
glsl: enable/disable certain lowering passes for doubles
Dave Airlie
1
-3
/
+3
2014-11-11
SQUASH: support double when constructing matrix from scalar
Tapani Pälli
2
-9
/
+21
2014-11-11
SQUASH: set correct size for double array uniforms
Tapani Pälli
2
-2
/
+4
2014-11-11
SQUASH: support double in 420pack vector constructor
Tapani Pälli
1
-2
/
+2
2014-11-11
SQUASH: glsl: double support for uniform buffer objects
Tapani Pälli
3
-13
/
+28
2014-10-31
SQUASH: support double in ir_binop_vector_extract
Tapani Pälli
1
-0
/
+3
2014-10-31
SQUASH: support double increment in ir_loop controls
Tapani Pälli
1
-4
/
+15
2014-10-31
SQUASH: add double support to constant propagation pass
Tapani Pälli
1
-0
/
+3
2014-10-31
SQUASH: validate output types for shader stages
Tapani Pälli
1
-0
/
+47
2014-10-31
SQUASH: Fixes to implicit conversions required by GL_ARB_gpu_shader_fp64
Tapani Pälli
6
-0
/
+38
2014-10-31
SQUASH: Remove new the tokens used in the grammar from unused list
Topi Pohjolainen
1
-2
/
+2
2014-10-31
SQUASH/rebase: s/glsl_strtod/_mesa_strtod/
Topi Pohjolainen
1
-5
/
+5
2014-10-31
SQUASH: support array constructors for double arrays
Tapani Pälli
1
-5
/
+9
2014-10-31
glsl: add double support
Dave Airlie
24
-65
/
+694
2014-10-31
glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)
Dave Airlie
4
-0
/
+7
2014-10-31
SQUASH: Also take the double size into account in the array offset
Topi Pohjolainen
1
-1
/
+1
2014-10-31
mesa: add double uniform support. (v2)
Dave Airlie
5
-35
/
+238
2014-10-31
glsl: add double type
Dave Airlie
1
-0
/
+1
2014-10-31
mesa: add mesa_type_is_double helper function (v2)
Dave Airlie
1
-0
/
+22
2014-10-31
mesa: add ARB_gpu_shader_fp64 extension info (v2)
Dave Airlie
2
-0
/
+2
2014-10-31
glapi: add ARB_gpu_shader_fp64 (v2)
Dave Airlie
7
-37
/
+465
2014-10-30
r300g: remove enabled/disabled hyperz and AA compression messages
Marek Olšák
1
-2
/
+0
2014-10-30
r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param'
Dieter Nützel
1
-1
/
+0
2014-10-30
mesa: protect the debug state with a mutex
Chia-I Wu
2
-47
/
+126
2014-10-30
glsl: protect glsl_type with a mutex
Chia-I Wu
2
-10
/
+62
2014-10-30
glsl: protect anonymous struct id with a mutex
Chia-I Wu
1
-2
/
+8
2014-10-30
util: initialize locale_t with a static object
Chia-I Wu
1
-10
/
+8
2014-10-30
configure: check for xlocale.h and strtof
Chia-I Wu
3
-8
/
+11
2014-10-30
util: add _mesa_strtod and _mesa_strtof
Chia-I Wu
10
-40
/
+21
2014-10-30
mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.
Mathias Fröhlich
2
-13
/
+6
2014-10-29
Revert "i965/compaction: Disable compaction on SNB temporarily."
Matt Turner
1
-6
/
+0
2014-10-29
i965/vec4: Perform CSE on MAD instructions with final arguments switched.
Matt Turner
1
-1
/
+5
2014-10-29
i965/fs: Perform CSE on MAD instructions with final arguments switched.
Matt Turner
1
-1
/
+5
2014-10-29
glsl: Drop constant 0.0 components from dot products.
Matt Turner
1
-0
/
+27
2014-10-29
glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present.
Kenneth Graunke
2
-2
/
+36
2014-10-29
i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
Kenneth Graunke
5
-5
/
+4
2014-10-29
i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].
Kenneth Graunke
5
-5
/
+5
2014-10-29
i965: Rename intel_bufferobj_* functions to match GL and DD hooks.
Kenneth Graunke
1
-65
/
+64
2014-10-29
configure: fix typos
Jan Vesely
1
-2
/
+2
2014-10-29
configure: include llvm systemlibs when using static llvm
Jan Vesely
1
-1
/
+6
2014-10-29
radeon/llvm: Dynamically allocate branch/loop stack arrays
Michel Dänzer
2
-6
/
+37
2014-10-29
mesa: Fix order of errors for glDrawTransformFeedbackStream
Chris Forbes
1
-5
/
+5
2014-10-28
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
10
-34
/
+407
[next]