index
:
~gabbayo/mesa
llvmpipe-ppc64le-optimize-with-rt-checks
master
mesa-upstream
mesa-vsx
nemanjai
r600g-debug-1.3
r600g-upstream
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-29
Delete unused functions in format parser
HEAD
master
Anuj Phogat
1
-7
/
+0
2015-07-29
i965: Change the type of max_{vs, hs, ...}_threads variables to unsigned
Anuj Phogat
2
-7
/
+7
2015-07-29
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
8
-26
/
+15
2015-07-29
gallium/auxiliary: Ensure c99_math.h is included.
Jose Fonseca
1
-1
/
+2
2015-07-29
c99_math: (trivial) implement exp2 for MSVC too
Roland Scheidegger
1
-0
/
+6
2015-07-29
i965/bxt: Support 3src simd16 instructions
Ben Widawsky
1
-3
/
+1
2015-07-29
targets/dri: scons: add missing link against libdrm
Emil Velikov
1
-0
/
+2
2015-07-29
svga: scons: remove unused HAVE_SYS_TYPES_H define
Emil Velikov
2
-2
/
+0
2015-07-29
glsl: Avoid double promotion.
Matt Turner
1
-2
/
+2
2015-07-29
mesa: Avoid double promotion.
Matt Turner
14
-49
/
+49
2015-07-29
mesa/math: Avoid double promotion.
Matt Turner
3
-46
/
+46
2015-07-29
program: Avoid double promotion.
Matt Turner
1
-15
/
+15
2015-07-29
swrast: Avoid double promotion.
Matt Turner
13
-50
/
+50
2015-07-29
tnl: Avoid double promotion.
Matt Turner
7
-30
/
+28
2015-07-29
vbo: Avoid double promotion.
Matt Turner
2
-5
/
+5
2015-07-29
util: Avoid double promotion.
Matt Turner
1
-1
/
+1
2015-07-29
gallium/auxiliary: Avoid double promotion.
Matt Turner
2
-2
/
+2
2015-07-29
nir: Avoid double promotion.
Matt Turner
1
-2
/
+2
2015-07-29
i965: Use float calculations when double is unnecessary.
Matt Turner
14
-34
/
+35
2015-07-29
gallium/auxiliary: Use exp2(x) instead of pow(2.0, x).
Matt Turner
2
-4
/
+4
2015-07-29
program: Use exp2(x) instead of pow(2.0, x).
Matt Turner
1
-2
/
+2
2015-07-29
mesa: Use floats for viewport bounds.
Matt Turner
14
-22
/
+22
2015-07-29
c99_math: Implement exp2f for MSVC.
Matt Turner
1
-0
/
+6
2015-07-29
glsl: Remove MSVC implementations of copysign and isnormal.
Matt Turner
2
-26
/
+2
2015-07-29
i965/fs: Make the default builder 64-wide before entering the optimization loop.
Francisco Jerez
2
-2
/
+7
2015-07-29
i965/fs: Don't set exec_all on instructions wider than the original in lower_...
Francisco Jerez
1
-9
/
+11
2015-07-29
i965/fs: Initialize a builder explicitly in the gen4 send dependency work-aro...
Francisco Jerez
1
-4
/
+7
2015-07-29
i965/cfg: Assert that cur_do/while/if pointers are non-NULL.
Matt Turner
1
-0
/
+3
2015-07-29
nvc0/ir: cache vertex out base so that we don't recompute again
Ilia Mirkin
1
-8
/
+15
2015-07-29
nvc0/ir: output base for reading is based on laneid
Ilia Mirkin
1
-0
/
+25
2015-07-29
Revert "pipe-loader: simplify pipe_loader_drm_probe"
Francisco Jerez
1
-4
/
+9
2015-07-29
i965/fs: Switch opt_cse() to the fs_builder constructor from instruction.
Francisco Jerez
1
-8
/
+8
2015-07-29
i965/fs: Switch lower_logical_sends() to the fs_builder constructor from inst...
Francisco Jerez
1
-3
/
+1
2015-07-29
i965/fs: Switch lower_load_payload() to the fs_builder constructor from instr...
Francisco Jerez
1
-5
/
+2
2015-07-29
i965/fs: Don't rely on the default builder to create a null register in emit_...
Francisco Jerez
1
-1
/
+1
2015-07-29
i965/fs: Set up the builder execution size explicitly in opt_sampler_eot().
Francisco Jerez
1
-4
/
+7
2015-07-29
i965/fs: Initialize a builder explicitly in opt_peephole_predicated_break().
Francisco Jerez
1
-3
/
+5
2015-07-29
i965/fs: Set execution controls explicitly in opt_peephole_sel().
Francisco Jerez
1
-3
/
+9
2015-07-29
i965/fs: Set execution controls correctly in lower_integer_multiplication().
Francisco Jerez
1
-1
/
+1
2015-07-29
i965/fs: Set execution controls correctly for lowered pull constant loads.
Francisco Jerez
1
-3
/
+3
2015-07-29
i965/fs: Set the execution size of the MOVs correctly in opt_combine_constant...
Francisco Jerez
1
-1
/
+1
2015-07-29
i965/fs: Define a new fs_builder constructor taking an instruction as argument.
Francisco Jerez
1
-0
/
+16
2015-07-29
i965/fs: Translate memory barrier NIR intrinsics.
Francisco Jerez
1
-0
/
+7
2015-07-29
i965/fs: Execute nir_setup_uniforms, _inputs and _outputs unconditionally.
Francisco Jerez
1
-15
/
+7
2015-07-29
i965/fs: Don't overwrite fs_visitor::uniforms and ::param_size during the SIM...
Francisco Jerez
1
-3
/
+4
2015-07-29
i965/fs: Drop unused untyped surface read and atomic emit methods.
Francisco Jerez
3
-127
/
+5
2015-07-29
i965/fs: Revisit NIR atomic counter intrinsic translation.
Francisco Jerez
1
-17
/
+32
2015-07-29
i965/fs: Import surface message builder helper functions.
Francisco Jerez
3
-0
/
+234
2015-07-29
i965/fs: Handle zero-size allocations in fs_builder::vgrf().
Francisco Jerez
1
-4
/
+7
2015-07-29
i965/fs: Implement lowering of logical surface instructions.
Francisco Jerez
1
-8
/
+55
[next]