index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure.ac: remove deprecated EGL options
Chia-I Wu
2011-06-20
1
-9
/
+0
*
configure.ac: add back --enable-gallium-egl
Marek Olšák
2011-06-19
1
-4
/
+27
*
configure.ac: Avoid running llvm-config when it hadn't been checked for.
Cyril Brulebois
2011-06-19
1
-0
/
+2
*
configure.ac: build r600g by default
Marek Olšák
2011-06-19
1
-2
/
+2
*
configure.ac: add option --with-gallium-drivers=DIRS
Marek Olšák
2011-06-19
1
-108
/
+57
*
configure.ac: remove --with-state-trackers
Marek Olšák
2011-06-19
1
-142
/
+75
*
configure.ac: remove redundant option --enable-gallium-egl
Marek Olšák
2011-06-19
1
-26
/
+4
*
configure.ac: cleanup the gallium-r300 option
Marek Olšák
2011-06-14
1
-19
/
+13
*
xorg-radeon: rename to xorg-r300
Marek Olšák
2011-06-14
1
-1
/
+1
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-5
/
+12
*
st/egl: Fix udev linkage when egl_dri2 is not build
Benjamin Franzke
2011-05-31
1
-3
/
+3
*
mesa: check that flex/bison are installed
Brian Paul
2011-05-18
1
-0
/
+6
*
add $SELINUX_LIBS to EGL and OpenVG lib deps
Tapani Pälli
2011-05-18
1
-2
/
+2
*
st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,wayland
Benjamin Franzke
2011-05-13
1
-2
/
+2
*
Revert "DRI2/GLX: make swap event handling match spec"
Dave Airlie
2011-05-05
1
-2
/
+2
*
DRI2/GLX: make swap event handling match spec
Jesse Barnes
2011-05-04
1
-2
/
+2
*
Default to --disable-gallium-r300 if not --with-driver=dri
Jon TURNEY
2011-05-02
1
-0
/
+7
*
winsys: Add wayland shm sw winsys
Benjamin Franzke
2011-04-25
1
-0
/
+1
*
configure.ac: require LLVM for r300g on x86 and x86_64
Marek Olšák
2011-04-25
1
-1
/
+8
*
configure.ac: enable LLVM by default on x86 and x86_64
Marek Olšák
2011-04-25
1
-1
/
+6
*
configure.ac: fix up the help text for --enable-gallium-r300
Marek Olšák
2011-04-22
1
-1
/
+1
*
configure.ac: rename --enable-gallium-radeon to --enable-gallium-r300
Marek Olšák
2011-04-19
1
-9
/
+8
*
configure.ac: add an enable switch for float textures (v2)
Marek Olšák
2011-04-15
1
-0
/
+15
*
Disable direct rendering on Cygwin
Jon TURNEY
2011-04-08
1
-0
/
+14
*
Disable direct rendering on GNU/Hurd
nobled
2011-04-08
1
-2
/
+11
*
Only require libdrm if direct rendering is actually enabled.
Samuel Thibault
2011-04-08
1
-11
/
+18
*
autoconf/make: Don't specify individual llvm libraries.
José Fonseca
2011-03-14
1
-1
/
+1
*
autoconf/llvm: fix build for disassembler
Dave Airlie
2011-03-14
1
-1
/
+1
*
gallivm: Use LLVM MC disassembler, instead of udis86.
José Fonseca
2011-03-13
1
-6
/
+0
*
egl_dri2 x11: Workaround device_name xcb-dri2 bug
Benjamin Franzke
2011-03-02
1
-0
/
+3
*
egl: Add EGL_WL_bind_wayland_display
Benjamin Franzke
2011-03-01
1
-1
/
+1
*
configure: Bump libdrm requirements
Chris Wilson
2011-03-01
1
-4
/
+4
*
Fix GLX_USE_TLS define.
Tom Fogal
2011-02-23
1
-5
/
+3
*
Fix --enable-shared-glapi configure option
Jon TURNEY
2011-02-20
1
-1
/
+1
*
mesa: Optionally build a dricore support library (v3)
Christopher James Halse Rogers
2011-02-11
1
-6
/
+53
*
configure.ac: remove libdrm_radeon dependency for r300g and r600g
Marek Olšák
2011-02-11
1
-18
/
+6
*
configure.ac: Fix typo
Kristian Høgsberg
2011-02-10
1
-1
/
+1
*
egl: Implement libwayland-egl
Benjamin Franzke
2011-02-07
1
-0
/
+17
*
egl: Add wayland platform
Benjamin Franzke
2011-02-07
1
-0
/
+4
*
configure.ac: correctly check for libdrm_radeon version
Marek Olšák
2011-02-06
1
-1
/
+1
*
Remove talloc from the make and automake build systems.
Kenneth Graunke
2011-01-31
1
-9
/
+5
*
configure.ac: define LIBDRM_INTEL_REQUIRED
Tormod Volden
2011-01-25
1
-1
/
+2
*
glapi: Fix OpenGL and OpenGL ES interop.
Chia-I Wu
2011-01-20
1
-2
/
+14
*
glapi: Fix OpenGL ES 1.1 and 2.0 interop.
Chia-I Wu
2011-01-20
1
-0
/
+13
*
autoconf: Fail when --with-state-trackers is incomplete.
Chia-I Wu
2011-01-20
1
-0
/
+9
*
noop: remove dead dri target
Jerome Glisse
2011-01-11
1
-13
/
+0
*
configure: bump libdrm version requirement to 2.4.23
Brian Paul
2011-01-11
1
-3
/
+3
*
Export TLS support in gl.pc.
Tom Fogal
2011-01-10
1
-1
/
+7
*
mesa: Remove GLES overlay.
Chia-I Wu
2011-01-10
1
-20
/
+13
*
egl: Make egl_dri2 and egl_glx built-in drivers.
Chia-I Wu
2011-01-10
1
-1
/
+1
[next]