index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-08
glext.h: Add missing include of stddef.h for ptrdiff_t
HEAD
master-darwin-build-fixes
master
Jeremy Huddleston Sequoia
1
-0
/
+1
2016-05-08
applegl: Provide requirements of _SET_DrawBuffers
Jon TURNEY
2
-1
/
+7
2016-05-08
mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...
Jeremy Huddleston Sequoia
1
-1
/
+25
2016-05-07
spirv: Fix structure splitting with per-vertex interface arrays.
Kenneth Graunke
1
-1
/
+2
2016-05-07
compiler: Add a C wrapper for glsl_type::without_array().
Kenneth Graunke
2
-0
/
+7
2016-05-07
radeonsi: fix undefined behavior (memcpy arguments must be non-NULL)
Nicolai Hähnle
1
-1
/
+3
2016-05-07
radeonsi: fix some reported undefined left-shifts
Nicolai Hähnle
1
-3
/
+3
2016-05-07
gallium/radeon: clean left-shift undefined behavior
Nicolai Hähnle
11
-3989
/
+3989
2016-05-07
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
6
-8
/
+8
2016-05-07
compiler/glsl: do not downcast list sentinel
Nicolai Hähnle
1
-1
/
+4
2016-05-07
mesa/main: fix another undefined left shift
Nicolai Hähnle
1
-1
/
+1
2016-05-07
mesa/main: define _NEW_xxx flags as unsigned shifts
Nicolai Hähnle
1
-30
/
+30
2016-05-06
radeonsi: Compute correct LDS size for fragment shaders.
Bas Nieuwenhuizen
1
-3
/
+6
2016-05-06
vc4: Add support for loading immediate values in QIR.
Eric Anholt
4
-0
/
+32
2016-05-06
vc4: Make vc4_qpu_validate() produce more verbose failures.
Eric Anholt
1
-35
/
+71
2016-05-06
vc4: Add a small QIR validate pass.
Eric Anholt
4
-0
/
+127
2016-05-06
vc4: Fix the src count on exp2/log2.
Eric Anholt
1
-2
/
+2
2016-05-06
vc4: Reuse QPU disasm's cond flags in QIR.
Eric Anholt
3
-27
/
+46
2016-05-06
vc4: When emitting an instruction to an existing temp, mark it non-SSA.
Eric Anholt
1
-0
/
+2
2016-05-06
vc4: Make sure that we don't overwrite the signal for PROG_END.
Eric Anholt
1
-0
/
+8
2016-05-06
nvc0: unreference images when the context is destroyed
Samuel Pitoiset
1
-0
/
+4
2016-05-06
nir: Remove spurious return from void function.
Jose Fonseca
1
-2
/
+0
2016-05-06
radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4
Marek Olšák
1
-1
/
+2
2016-05-06
r600g: use the hw MSAA resolving if formats are compatible
Marek Olšák
1
-1
/
+2
2016-05-05
Revert "i965: Switch to scalar TCS by default."
Kenneth Graunke
1
-1
/
+1
2016-05-05
st/omx/enc: fix incorrect reference picture order for B frames
Leo Liu
1
-7
/
+12
2016-05-05
i965/fs: Move handling of samples_identical into the switch statement
Jason Ekstrand
1
-21
/
+19
2016-05-05
i965/fs: Simplify texture destination fixups
Jason Ekstrand
1
-21
/
+11
2016-05-05
i965/fs: stop inclinding glsl/ir.h in brw_fs.h
Jason Ekstrand
2
-1
/
+1
2016-05-05
i965/fs: Merge nir_emit_texture and emit_texture
Jason Ekstrand
3
-238
/
+162
2016-05-05
nir: remove now-unused nir_foreach_block*_call()
Connor Abbott
1
-38
/
+0
2016-05-05
vc4: fixup for new nir_foreach_block()
Connor Abbott
4
-48
/
+20
2016-05-05
ir3: fixup for new nir_foreach_block()
Connor Abbott
1
-30
/
+21
2016-05-05
nir/lower_double_ops: fixup for new nir_foreach_block()
Jason Ekstrand
1
-23
/
+9
2016-05-05
nir/lower_double_pack: fixup for new nir_foreach_block()
Jason Ekstrand
1
-26
/
+21
2016-05-05
nir/gather_info: fixup for new foreach_block()
Jason Ekstrand
1
-5
/
+5
2016-05-05
nir/lower_two_sided_color: fixup for new foreach_block()
Connor Abbott
1
-3
/
+5
2016-05-05
nir/lower_tex: fixup for new foreach_block()
Connor Abbott
1
-25
/
+22
2016-05-05
nir/lower_outputs_to_temporaries: fixup for new foreach_block()
Connor Abbott
1
-16
/
+12
2016-05-05
i965: Switch to scalar TCS by default.
Kenneth Graunke
1
-1
/
+1
2016-05-05
nir: Optimize out stores of undefs.
Kenneth Graunke
1
-0
/
+30
2016-05-05
nir: Replace vecN(undef, undef, ...) with a single undef.
Kenneth Graunke
1
-0
/
+33
2016-05-05
nir: Rename opt_undef_alu to opt_undef_csel; update comments.
Kenneth Graunke
1
-12
/
+13
2016-05-05
i965: Rework passthrough TCS checks.
Kenneth Graunke
4
-2
/
+5
2016-05-05
swr: [rasterizer core] Faster modulo operator in ProcessVerts
Tim Rowley
1
-1
/
+4
2016-05-05
swr: [rasterizer] Small warning cleanup
Tim Rowley
2
-8
/
+4
2016-05-05
swr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT macros
Tim Rowley
2
-14
/
+52
2016-05-05
swr: [rasterizer] Miscellaneous backend changes
Tim Rowley
3
-22
/
+31
2016-05-05
swr: [rasterizer] Add support for X24_TYPELESS_G8_UINT format
Tim Rowley
3
-7
/
+41
2016-05-05
swr: [rasterizer jitter] Fix printing bugs for tracing.
Tim Rowley
1
-81
/
+24
[next]