index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-20
nv50: limit the maximum number of samplers to 16
Samuel Pitoiset
1
-1
/
+1
2015-07-20
nv50: turn samples counts off during blit
Samuel Pitoiset
1
-0
/
+11
2015-07-20
nv50: add nesting support for occlusion queries
Samuel Pitoiset
2
-11
/
+20
2015-07-20
i965/nir/fs: removed unneeded support for global variables
Alejandro Piñeiro
3
-14
/
+4
2015-07-20
nv50: fix max level clamping on G80
Ilia Mirkin
1
-2
/
+9
2015-07-18
gm107/ir: fix indirect txq emission
Ilia Mirkin
1
-2
/
+8
2015-07-18
nvc0/ir: don't worry about sampler in txq handling
Ilia Mirkin
1
-22
/
+8
2015-07-18
nvc0/ir: fix txq on indirect samplers
Ilia Mirkin
2
-2
/
+56
2015-07-18
i965: Disable resource streamer in BLORP
Abdiel Janulgue
1
-0
/
+2
2015-07-18
i965: Upload binding tables in hw-generated binding table format.
Abdiel Janulgue
1
-9
/
+57
2015-07-18
i965: Implement interface to edit binding table entries
Abdiel Janulgue
2
-0
/
+64
2015-07-18
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
8
-4
/
+128
2015-07-18
i965: Enable resource streamer for the batchbuffer
Abdiel Janulgue
7
-2
/
+36
2015-07-18
i965: Define HW-binding table and resource streamer control opcodes
Abdiel Janulgue
2
-0
/
+33
2015-07-17
vc4: Switch to using a separate ioctl for making shaders.
Eric Anholt
4
-12
/
+78
2015-07-18
mesa: fix up some texture error checks
Roland Scheidegger
2
-21
/
+21
2015-07-17
vc4: Fix printing of shader-db debug when shader-db isn't turned on.
Eric Anholt
1
-4
/
+6
2015-07-17
vc4: Add debugging on texture relocation validation failures.
Eric Anholt
1
-7
/
+13
2015-07-17
vc4: Also consider uniform 0 in uniform lowering.
Eric Anholt
1
-3
/
+3
2015-07-17
vc4: Use the pure/const attributes on a bunch of our QPU functions.
Eric Anholt
2
-18
/
+18
2015-07-17
mesa: Detect and provide macros for function attributes pure and const.
Eric Anholt
2
-0
/
+22
2015-07-17
i965/fs: don't make unused payload registers interfere
Connor Abbott
1
-1
/
+6
2015-07-17
i965/fs: remove special case in setup_payload_interference()
Connor Abbott
1
-20
/
+0
2015-07-17
i965/fs: Mark last used ip for all regs read in the payload
Jordan Justen
1
-1
/
+4
2015-07-17
i965/fs: fix regs_read() for LINTERP
Connor Abbott
1
-1
/
+2
2015-07-17
nir: add nir_foreach_instr_safe_reverse()
Connor Abbott
1
-0
/
+2
2015-07-17
nir: add nir_instr_is_first() and nir_instr_is_last() helpers
Connor Abbott
1
-0
/
+12
2015-07-16
i965/cs: Use dispatch width of 8 for cs terminate payload setup
Jordan Justen
1
-1
/
+1
2015-07-16
i965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATE
Jordan Justen
1
-0
/
+3
2015-07-16
program: Allow redundant OPTION ARB_fog_* directives.
Kenneth Graunke
1
-13
/
+37
2015-07-16
i965: Push miptree tiling request into flags
Ben Widawsky
7
-47
/
+51
2015-07-16
Revert "i965: Push miptree tiling request into flags"
Ben Widawsky
7
-51
/
+47
2015-07-16
i965: Push miptree tiling request into flags
Ben Widawsky
7
-47
/
+51
2015-07-16
i965/fs: Factor out universally broken calculation of the register component ...
Francisco Jerez
4
-12
/
+23
2015-07-16
i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator.
Francisco Jerez
3
-35
/
+12
2015-07-16
i965: Implement b2f and b2i using negation.
Francisco Jerez
2
-9
/
+2
2015-07-16
gallium: add interface for writable shader buffers
Marek Olšák
2
-0
/
+28
2015-07-16
gallium: add interface for writable shader images
Marek Olšák
10
-27
/
+120
2015-07-16
gallium: add new limits for shader buffers and images
Marek Olšák
3
-4
/
+5
2015-07-16
gallium: add BIND flags for R/W buffers and images
Marek Olšák
7
-13
/
+19
2015-07-16
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
15
-0
/
+18
2015-07-16
i965/gen9: Use custom MOCS entries set up by the kernel.
Francisco Jerez
2
-7
/
+7
2015-07-16
clover: little OpenCL status code logging clean
EdB
5
-25
/
+32
2015-07-16
glsl: avoid compiler's segfault when processing operators with void arguments
Renaud Gaubert
2
-2
/
+16
2015-07-16
r200: fix some potential big endian issues
Roland Scheidegger
5
-129
/
+140
2015-07-16
radeon: fix some potential big endian issues
Roland Scheidegger
4
-90
/
+76
2015-07-16
radeon/r200: mark state atoms as dirty after blits
Roland Scheidegger
2
-0
/
+24
2015-07-16
r200: fix fbo rendering by disabling optimized texture format chooser
Roland Scheidegger
1
-1
/
+13
2015-07-15
i965: Fix 32 bit build warnings in intel_get_yf_ys_bo_size()
Anuj Phogat
1
-3
/
+3
2015-07-15
i965: Optimize batchbuffer macros.
Matt Turner
6
-42
/
+70
[prev]
[next]