index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
link_functions.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-08
glsl: When linking, emit functions at the tail of the final linked program.
Paul Berry
1
-2
/
+4
2011-08-02
linker: Make linker_error set LinkStatus to false
Ian Romanick
1
-2
/
+2
2011-07-17
linker: Only over-ride built-ins when a prototype has been seen
Ian Romanick
1
-5
/
+17
2011-03-08
linker: Add imported functions to the linked IR
Ian Romanick
1
-1
/
+7
2011-02-21
Use C-style system headers in C++ code to avoid issues with std:: namespace
Ian Romanick
1
-4
/
+0
2011-01-25
linker: Propagate max_array_access while linking functions
Ian Romanick
1
-0
/
+12
2011-01-21
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
1
-4
/
+0
2010-11-29
glsl: Make the symbol table's add_variable just use the variable's name.
Eric Anholt
1
-1
/
+1
2010-08-30
linker: Require an exact matching signature when looking for prototypes.
Kenneth Graunke
1
-1
/
+1
2010-08-24
glsl: Include main/core.h.
Chia-I Wu
1
-1
/
+1
2010-08-04
glsl2: Make the clone() method take a talloc context.
Eric Anholt
1
-3
/
+3
2010-08-02
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
Aras Pranckevicius
1
-1
/
+1
2010-07-30
glsl2: Update the callee pointer of calls to newly-linked-in functions.
Eric Anholt
1
-0
/
+2
2010-07-19
linker: Recursively resolve function calls in imported functions
Ian Romanick
1
-3
/
+46
2010-07-19
linker: look up function signatures during linking instead of using callee
Ian Romanick
1
-24
/
+59
2010-07-19
linker: Pull find_matching_signature out of call_link_visitor
Ian Romanick
1
-21
/
+27
2010-07-19
linker: First bits of intrastage, intershader function linking
Ian Romanick
1
-0
/
+176