index
:
~currojerez/mesa
atomic-counters
clover-1.2-headers
clover-compile-program
clover-internal-ref-counting
clover-link-program
clover-next
for-felix
for-iago
for-kayden
for-mark
for-samuel
for-valtteri
i965-const-cache
i965-discard-rework
i965-fb-fetch
i965-ir-analysis
i965-ir-builder
i965-ir-byte-units
i965-l3-partitioning
i965-late-simd-lowering
i965-oes-image-atomic
i965-packed-ra
i965-sched-discard
i965-scratch-non-coherent
i965-simd-lowering
i965-simd32-cs
i965-simd32-fs
i965-spilling-fixes
i965-ssbo
i965-unified-visitor
image-load-store
image-load-store-es31
image-load-store-flush
image-load-store-l3
image-load-store-lower
image-load-store-nir
image-load-store-scalar
image-load-store-ssbo
iris-cache-tracker
jenkins
jenkins-vk
master
mesa-next
ralloc-new
ralloc-new-less-fancy
remove-znew
Unnamed repository; edit this file to name it for gitweb.
currojerez
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-21
clover: Respect kernel argument alignment restrictions.
HEAD
master
Francisco Jerez
2
-2
/
+16
2013-07-21
clover: Extend kernel arguments for differing host and device data types.
Francisco Jerez
2
-4
/
+52
2013-07-21
clover: Byte-swap kernel arguments when host and device endianness differ.
Francisco Jerez
1
-37
/
+61
2013-07-21
clover: Add kernel argument fields to allow differing host/target data types.
Francisco Jerez
1
-2
/
+23
2013-07-21
clover: Pass corresponding module::argument to kernel::argument::bind().
Francisco Jerez
2
-84
/
+61
2013-07-21
clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
Tom Stellard
3
-1
/
+8
2013-07-21
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
14
-1
/
+41
2013-07-21
scons: Don't use -z defs ld option on Mac.
José Fonseca
2
-2
/
+4
2013-07-21
glsl: Initialize ast_function member variables.
Vinson Lee
1
-1
/
+2
2013-07-20
Apple: glFlush() is not needed with CGLFlushDrawable()
Jeremy Huddleston Sequoia
1
-2
/
+0
2013-07-20
util/u_math: Define NAN/INFINITY macros for MSVC.
José Fonseca
1
-0
/
+4
2013-07-19
llvmpipe/tests: update arith test to check for edge cases
Zack Rusin
1
-9
/
+19
2013-07-19
gallivm: add a log function that handles edge cases
Zack Rusin
2
-0
/
+21
2013-07-19
gallivm: export unordered/ordered cmp to a common function
Zack Rusin
1
-283
/
+158
2013-07-19
gallivm: handle -inf, inf and nan's in sin/cos instructions
Zack Rusin
2
-0
/
+49
2013-07-19
gallivm: add a version of log2 which handles edge cases
Zack Rusin
3
-6
/
+65
2013-07-19
gallivm: fix edge cases in exp2
Zack Rusin
1
-3
/
+7
2013-07-19
gallivm: handle nan's in min/max
Zack Rusin
6
-52
/
+482
2013-07-19
scons: Disallow undefined symbols in Xlib libGL.so.
José Fonseca
2
-0
/
+6
2013-07-18
mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently
Tomasz Lis
6
-6
/
+36
2013-07-18
st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.
Kenneth Graunke
1
-0
/
+1
2013-07-18
i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.
Kenneth Graunke
1
-0
/
+1
2013-07-18
glsl: Handle the binding qualifier for UBO variables.
Kenneth Graunke
1
-0
/
+10
2013-07-18
glsl: Propagate UBO binding qualifier into UBO member variables.
Kenneth Graunke
1
-0
/
+7
2013-07-18
glsl: Handle the binding qualifier for arrays of samplers.
Kenneth Graunke
1
-0
/
+25
2013-07-18
glsl: Add plumbing for handling uniform binding qualifiers.
Kenneth Graunke
1
-3
/
+23
2013-07-18
glsl: Delete unused code for handling samplers in array-initializers.
Kenneth Graunke
1
-14
/
+0
2013-07-18
glsl: Cross-validate explicit binding points.
Kenneth Graunke
1
-0
/
+19
2013-07-18
glsl: Propagate explicit binding information from AST to IR.
Kenneth Graunke
1
-2
/
+5
2013-07-18
glsl: Add ir_variable fields for explicit bindings.
Kenneth Graunke
2
-0
/
+17
2013-07-18
glsl: Add validation for the "binding" qualifier.
Kenneth Graunke
1
-0
/
+81
2013-07-18
glsl: Parse the "binding" keyword and store it in ast_type_qualifier.
Kenneth Graunke
3
-1
/
+25
2013-07-18
glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled.
Kenneth Graunke
1
-1
/
+2
2013-07-18
glsl: Use has_layout() rather than a partial open coded version.
Kenneth Graunke
1
-7
/
+1
2013-07-18
glsl: Relax auxiliary storage ordering requirements with 420pack.
Kenneth Graunke
1
-1
/
+2
2013-07-18
glsl: Handle centroid qualifier ordering in C code, not the parser.
Kenneth Graunke
1
-20
/
+30
2013-07-18
glsl: Allow precision qualifiers to be flexibly ordered with 420pack.
Kenneth Graunke
1
-2
/
+2
2013-07-18
glsl: Move precision handling to be part of qualifier handling.
Kenneth Graunke
3
-36
/
+52
2013-07-18
glsl: Change is_precision_statement to default_precision != none.
Kenneth Graunke
3
-7
/
+8
2013-07-18
glsl: Disable ordering checks for const parameters with 420pack.
Kenneth Graunke
1
-1
/
+1
2013-07-18
glsl: Handle "const" as a parameter qualifier.
Kenneth Graunke
1
-29
/
+14
2013-07-18
glsl: Refactor parameter qualifier handling.
Kenneth Graunke
1
-1
/
+12
2013-07-18
glsl: Use merge_qualifier() when processing qualifier lists.
Kenneth Graunke
1
-3
/
+3
2013-07-18
glsl: Allow duplicate layout qualifiers with 420pack.
Kenneth Graunke
1
-1
/
+1
2013-07-18
glsl: Disable ordering checks on most qualifiers for 420pack.
Kenneth Graunke
1
-2
/
+3
2013-07-18
glsl: Handle most qualifier ordering in C code rather than the grammar.
Kenneth Graunke
1
-18
/
+92
2013-07-18
glsl: Add a new ast_type_qualifier::has_auxiliary_storage() method.
Kenneth Graunke
2
-0
/
+11
2013-07-18
glsl: Add a new ast_type_qualifier::has_storage() method.
Kenneth Graunke
2
-0
/
+16
2013-07-18
glsl: Add a new ast_type_qualifier::has_layout() method.
Kenneth Graunke
2
-0
/
+23
2013-07-18
i965: Combine URB code emission into a single group.
Kenneth Graunke
1
-10
/
+2
[next]