index
:
~abj/mesa
GATHER
broadwell_rs_gather_constants
broadwell_rs_hw_bt_only
cont4
contiguous_uniforms
contiguous_uniforms2
contiguous_uniforms4
finegrained
gather_uniform_rework
master
no_intermediate_uniform_constbuffer
rs_gather_constants0
rs_gather_constants1
rs_gather_constants_NIR
rs_gather_constants_ue4_fix
rs_separate_state_setup
same_batch_cached_surf_states
sat_fix
Abj's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-22
clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIR
Tom Stellard
1
-0
/
+17
2012-06-21
dricore: Turn it into a normal library.
Eric Anholt
1
-12
/
+2
2012-06-21
mesa: Move GL header installation to automake.
Eric Anholt
1
-6
/
+1
2012-06-21
automake: Move the master Mesa makefile to Makefile.old.
Eric Anholt
1
-0
/
+1
2012-06-21
automake: Convert osmesa.pc to be generated by configure.
Eric Anholt
1
-1
/
+2
2012-06-21
mesa: Convert gl.pc to be generated by configure.
Eric Anholt
1
-1
/
+2
2012-06-21
automake: Convert src/mesa/drivers/x11/Makefile to automake.
Eric Anholt
1
-1
/
+2
2012-06-21
automake: Convert src/gallium/Makefile to automake.
Eric Anholt
1
-0
/
+1
2012-06-21
automake: Convert src/mapi/glapi/gen/Makefile to automake.
Eric Anholt
1
-0
/
+1
2012-06-21
automake: Convert src/mesa/drivers/Makefile to automake.
Eric Anholt
1
-0
/
+1
2012-06-21
automake: Directly generate configs/current instead of symlinking from it.
Eric Anholt
1
-9
/
+1
2012-06-21
automake: Convert gen_matypes building to automake.
Eric Anholt
1
-0
/
+2
2012-06-21
make: Fold ASM_CFLAGS into DEFINES.
Eric Anholt
1
-9
/
+7
2012-06-21
automake: Convert src/egl/Makefile to automake.
Eric Anholt
1
-0
/
+1
2012-06-21
automake: Don't warn on gmake portability issues.
Eric Anholt
1
-1
/
+1
2012-06-13
mesa/tests: Add tests for the generated dispatch table
Ian Romanick
1
-0
/
+1
2012-06-13
mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions
Ian Romanick
1
-0
/
+1
2012-06-13
glx: Move tests from tests/glx to src/glx/tests
Ian Romanick
1
-3
/
+2
2012-06-11
automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings.
Kenneth Graunke
1
-0
/
+2
2012-06-11
configure.ac: Add --with-(gl|glu|osmesa)-lib-name options
Brad King
1
-7
/
+22
2012-06-11
automake: Merge the dricore libglsl build into libdricore.
Eric Anholt
1
-5
/
+3
2012-06-11
automake: Convert src/Makefile to automake.
Eric Anholt
1
-0
/
+1
2012-06-11
automake: Move top-level makefile to automake.
Eric Anholt
1
-0
/
+1
2012-06-11
mesa: Move the version information right into configure.ac.
Eric Anholt
1
-7
/
+1
2012-06-05
configure.ac: Fail if egl x11 platform dependencies are not available
Kristian Høgsberg
1
-28
/
+39
2012-06-01
automake: use -m32 in CCASFLAGS when using --enable-32-bit
Tapani Pälli
1
-0
/
+1
2012-06-01
r600g: compute support for evergreen
Adam Rak
1
-1
/
+6
2012-06-01
clover: Link to the necessary LLVM and Clang libs
Tom Stellard
1
-0
/
+3
2012-06-01
configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR
Tom Stellard
1
-0
/
+4
2012-06-01
configure.ac: Add option for libclc path
Tom Stellard
1
-0
/
+8
2012-06-01
configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2
Tom Stellard
1
-0
/
+1
2012-05-30
automake: Check for 'indent' and fall back to 'cat' if not found.
Kenneth Graunke
1
-0
/
+5
2012-05-29
automake: Convert dricore building to automake.
Eric Anholt
1
-0
/
+12
2012-05-29
automake: Rename variables in sources.mak to be automake compatible.
Eric Anholt
1
-5
/
+5
2012-05-29
mesa: Remove the generated glapi from source control, and just build it.
Eric Anholt
1
-1
/
+1
2012-05-22
i965: Completely annotate the batch bo when aub dumping.
Paul Berry
1
-1
/
+1
2012-05-21
Filter out -Wcovered-switch-default from LLVM_CFLAGS
ojab
1
-1
/
+1
2012-05-15
configure.ac: Fix typos in the r600-llvm-compiler option
Homer Hsing
1
-2
/
+2
2012-05-12
radeonsi: Fixups for recent build infrastructure changes.
Michel Dänzer
1
-0
/
+2
2012-05-11
clover: Assorted build fixes.
Tom Stellard
1
-8
/
+30
2012-05-11
clover: Import OpenCL state tracker.
Francisco Jerez
1
-2
/
+29
2012-05-11
gallium/gbm: Switch to auxiliary/pipe-loader.
Francisco Jerez
1
-0
/
+1
2012-05-11
gallium/tests/trivial: Switch to the pipe loader.
Francisco Jerez
1
-0
/
+11
2012-05-11
gallium: Add pipe loader for device enumeration and driver multiplexing.
Francisco Jerez
1
-0
/
+22
2012-04-29
autoconf: pass -Wall to automake
Dylan Noblesmith
1
-1
/
+1
2012-04-23
r600g: Add hooks for the LLVM shader compiler
Tom Stellard
1
-0
/
+14
2012-04-23
configure.ac: Move HAVE_LLVM definition into configure.ac
Tom Stellard
1
-1
/
+1
2012-04-19
glsl: Convert the tests directory to automake.
Eric Anholt
1
-0
/
+1
2012-04-17
configure.ac: add IA64 support.
Dave Airlie
1
-1
/
+1
2012-04-17
r600g: Use automake to generate Makefile
Tom Stellard
1
-0
/
+1
[next]