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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Calculate register allocation q values manually.
Francisco Jerez
2015-02-19
1
-1
/
+17
*
i965: Don't compact instructions with unmapped bits.
Francisco Jerez
2015-02-19
1
-0
/
+53
*
i965: Handle F16TO32/F32TO16 with dword src/dst consistently on both back-ends.
Francisco Jerez
2015-02-19
1
-2
/
+12
*
i965/gen8: Fix F32TO16 in vec4 mode if the source and destination registers a...
Francisco Jerez
2015-02-19
1
-9
/
+27
*
i965/fs: Replace ud_reg_to_w() with a more general helper function.
Francisco Jerez
2015-02-19
2
-24
/
+25
*
i965/vec4: Don't attempt to reduce swizzles of send from GRF instructions.
Francisco Jerez
2015-02-19
1
-1
/
+2
*
i965/vec4: Fix constant propagation across different types.
Francisco Jerez
2015-02-19
1
-0
/
+10
*
glsl: A shader cannot redefine or overload built-in functions in GLSL ES 3.00
Samuel Iglesias Gonsalvez
2015-02-19
3
-0
/
+36
*
mesa: Adds check for integer internal format and num samples in glRenderbuffe...
Eduardo Lima Mitev
2015-02-19
1
-0
/
+10
*
mesa: Returns correct error values from gl(Get)SamplerParameter*() on GL-ES 3.0+
Eduardo Lima Mitev
2015-02-19
1
-12
/
+60
*
glsl: remove bogus 'd' constant qualifiers
Ilia Mirkin
2015-02-19
1
-2
/
+2
*
st/mesa: don't die for ETC2 formats when no driver support
Ilia Mirkin
2015-02-19
1
-0
/
+3
*
nir: Add an ALU op builder kind of like ir_builder.h
Eric Anholt
2015-02-18
5
-0
/
+175
*
glsl/tests: add DOUBLE types
Ilia Mirkin
2015-02-19
1
-0
/
+9
*
glsl: add a lowering pass for frexp/ldexp with double arguments
Ilia Mirkin
2015-02-19
2
-1
/
+279
*
glsl: lower double optional passes (v2)
Dave Airlie
2015-02-19
2
-0
/
+176
*
glsl: implement double builtin functions
Dave Airlie
2015-02-19
1
-259
/
+492
*
glsl/lower_instructions: add double lowering passes
Dave Airlie
2015-02-19
1
-0
/
+65
*
glsl: enable/disable certain lowering passes for doubles
Dave Airlie
2015-02-19
1
-3
/
+3
*
glsl: validate output types for shader stages
Tapani Pälli
2015-02-19
1
-0
/
+45
*
glsl: add double support to lower_mat_op_to_vec
Dave Airlie
2015-02-19
1
-0
/
+2
*
glsl: Linking support for doubles
Dave Airlie
2015-02-19
1
-1
/
+7
*
glsl: Support double loop control
Dave Airlie
2015-02-19
1
-2
/
+6
*
glsl: Support double inouts
Dave Airlie
2015-02-19
1
-4
/
+24
*
glsl/lexer: Support double floats
Dave Airlie
2015-02-19
1
-4
/
+27
*
glsl/parser: Support double floats
Dave Airlie
2015-02-19
1
-4
/
+29
*
glsl/ast: Support double floats
Dave Airlie
2015-02-19
4
-15
/
+90
*
glsl: Add ubo lowering support for doubles
Dave Airlie
2015-02-19
1
-24
/
+33
*
glsl: Add support doubles in optimization passes
Dave Airlie
2015-02-19
3
-4
/
+38
*
glsl/ir: Add builder support for functions with double floats
Dave Airlie
2015-02-19
2
-0
/
+28
*
glsl/ir: Add builtin constant function support for doubles
Dave Airlie
2015-02-19
1
-32
/
+215
*
glsl/ir: Add cloning support for doubles
Dave Airlie
2015-02-19
1
-0
/
+1
*
glsl/ir: Add printing support for doubles
Dave Airlie
2015-02-19
1
-0
/
+11
*
glsl/ir: Add builtin function support for doubles
Dave Airlie
2015-02-19
4
-10
/
+206
*
glsl: fix uniform linking logic in the presence of structs
Ilia Mirkin
2015-02-19
3
-31
/
+57
*
glsl: teach std140_base_alignment about samplers
Ilia Mirkin
2015-02-19
1
-0
/
+9
*
glsl: Uniform linking support for doubles
Dave Airlie
2015-02-19
1
-1
/
+6
*
glsl: Add double builtin type generation
Dave Airlie
2015-02-19
5
-23
/
+151
*
glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)
Dave Airlie
2015-02-19
4
-0
/
+7
*
mesa: add double uniform support. (v5)
Dave Airlie
2015-02-19
4
-32
/
+228
*
glsl: Add double builtin type
Dave Airlie
2015-02-19
1
-0
/
+9
*
mesa: add ARB_gpu_shader_fp64 extension info (v2)
Dave Airlie
2015-02-19
2
-0
/
+2
*
glapi: add ARB_gpu_shader_fp64 (v2)
Dave Airlie
2015-02-19
7
-37
/
+465
*
freedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMORY to switch
Ilia Mirkin
2015-02-19
1
-0
/
+1
*
freedreno/a3xx: add ARB_instanced_arrays support
Ilia Mirkin
2015-02-19
2
-2
/
+3
*
freedreno/a3xx: add support for vertexid and instanceid sysvals
Ilia Mirkin
2015-02-19
4
-16
/
+119
*
freedreno: pass number of instances to draw
Ilia Mirkin
2015-02-19
8
-18
/
+22
*
freedreno/a3xx: add ETC2 decoding support
Ilia Mirkin
2015-02-19
2
-4
/
+17
*
st/mesa: pass etc2 textures to driver if supported
Ilia Mirkin
2015-02-19
4
-11
/
+40
*
llvmpipe,softpipe: only support ETC1, not the upcoming ETC2
Ilia Mirkin
2015-02-18
2
-0
/
+8
[next]