index
:
~sarah/mesa
jenkins
kbl-cleanup-v5
Sarah Sharp's mesa repo.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
glsl: Move glsl_to_nir files to LIBGLSL_FILES
Kristian Høgsberg Kristensen
1
-2
/
+2
2016-01-08
mesa: Use separate indices for UBO & SSBO during binding
Jordan Justen
1
-10
/
+20
2016-01-08
mesa: Map program UBOs and SSBOs to Interface Blocks
Jordan Justen
3
-5
/
+37
2016-01-08
freedreno: add ir3_compiler to gitignore
Ilia Mirkin
1
-0
/
+1
2016-01-08
gallium: add a RESQ opcode to query info about a resource
Ilia Mirkin
3
-1
/
+14
2016-01-08
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
16
-13
/
+32
2016-01-08
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
13
-0
/
+23
2016-01-08
tgsi: update atomic op docs
Ilia Mirkin
1
-46
/
+47
2016-01-08
tgsi: add a is_store property
Ilia Mirkin
2
-223
/
+224
2016-01-08
tgsi: provide a way to encode memory qualifiers for SSBO
Ilia Mirkin
10
-2
/
+180
2016-01-08
ureg: add buffer support to ureg
Ilia Mirkin
6
-1
/
+69
2016-01-08
tgsi: add ureg support for image decls
Ilia Mirkin
12
-52
/
+153
2016-01-08
glsl: Ensure 64bits shift is used.
Jose Fonseca
1
-3
/
+3
2016-01-08
mesa/main: Avoid `void function returning a value` warning.
Jose Fonseca
1
-2
/
+4
2016-01-08
nine: allow fragment shader POSITION and FACE to be system values
Marek Olšák
2
-12
/
+46
2016-01-08
vl: allow fragment shader POSITION to be a system value
Marek Olšák
1
-4
/
+8
2016-01-08
util/pstipple: allow fragment shader POSITION to be a system value
Marek Olšák
6
-11
/
+34
2016-01-08
st/mesa: add support for POSITION and FACE system values
Marek Olšák
4
-16
/
+44
2016-01-08
tgsi/scan: update for POSITION and FACE sytem values
Marek Olšák
1
-1
/
+4
2016-01-08
gallium: add caps for POSITION and FACE system values
Marek Olšák
17
-6
/
+48
2016-01-08
program: add a helper for rewriting FP position input to sysval
Marek Olšák
2
-0
/
+29
2016-01-08
glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values
Marek Olšák
5
-4
/
+18
2016-01-08
tgsi/ureg: handle redundant declarations in ureg_DECL_system_value
Marek Olšák
1
-1
/
+9
2016-01-08
tgsi/ureg: remove index parameter from ureg_DECL_system_value
Marek Olšák
4
-13
/
+16
2016-01-08
st/mesa: remove dead code from mesa_to_tgsi
Marek Olšák
1
-51
/
+0
2016-01-08
radeon, si: Use TGSI chan name defines in lp_build_emit_fetch() calls
Edward O'Callaghan
2
-8
/
+8
2016-01-08
gallium/aux: Use TGSI chan name defines inplace of literals
Edward O'Callaghan
1
-6
/
+7
2016-01-08
mesa: check that internalformat of CopyTexImage*D is not 1, 2, 3, 4
Nicolai Hähnle
1
-0
/
+16
2016-01-07
i965/compiler: Enable more lowering in NIR
Jason Ekstrand
1
-0
/
+7
2016-01-07
nir/algebraic: Add more lowering
Jason Ekstrand
2
-0
/
+10
2016-01-07
nir/opcodes: Fix up uadd_carry and usub_borrow
Jason Ekstrand
1
-2
/
+2
2016-01-07
nvc0: add ARB_indirect_parameters support
Ilia Mirkin
5
-6
/
+313
2016-01-07
st/mesa: expose ARB_indirect_parameters when the backend driver allows
Ilia Mirkin
2
-0
/
+2
2016-01-07
mesa: add support for ARB_indirect_parameters draw functions
Ilia Mirkin
3
-0
/
+234
2016-01-07
mesa: add parameter buffer, used for ARB_indirect_parameters
Ilia Mirkin
4
-0
/
+25
2016-01-07
glapi: add ARB_indirect_parameters definitions
Ilia Mirkin
7
-1
/
+63
2016-01-07
nvc0: add support for real ARB_multi_draw_indirect
Ilia Mirkin
4
-18
/
+47
2016-01-07
nvc0: adjust indirect draw macros to handle multiple draws at once
Ilia Mirkin
3
-52
/
+101
2016-01-07
st/mesa: add support for new mesa indirect draw interface
Ilia Mirkin
3
-9
/
+84
2016-01-07
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
16
-0
/
+35
2016-01-07
gallium: add sufficient draw interface to allow new indirect features
Ilia Mirkin
1
-1
/
+10
2016-01-07
vbo: create a new draw function interface for indirect draws
Ilia Mirkin
4
-75
/
+89
2016-01-08
llvmpipe: do 64bit plane calculations in the sse path
Roland Scheidegger
3
-62
/
+150
2016-01-08
llvmpipe: don't store eo as 64bit int
Roland Scheidegger
4
-11
/
+16
2016-01-08
llvmpipe: use aligned data for the assembly program in setup
Roland Scheidegger
1
-17
/
+21
2016-01-08
draw: initialize prim header flags when clipping lines
Roland Scheidegger
1
-0
/
+2
2016-01-08
draw: fix line stippling with unfilled prims
Roland Scheidegger
1
-18
/
+38
2016-01-08
glsl: replace null check with assert
Timothy Arceri
1
-3
/
+1
2016-01-07
i965: use _mesa_delete_buffer_object
Nicolai Hähnle
1
-1
/
+1
2016-01-07
i915: use _mesa_delete_buffer_object
Nicolai Hähnle
1
-1
/
+1
[next]