- 160c361 intel: Disable creating DRI2 FBconfigs with depth size != color size. by Eric Anholt · 16 years ago
- 2b34275 intel: Add span code for z24 without stencil. by Eric Anholt · 16 years ago
- 43a4543 intel: make template wrappers for the spans templates. by Eric Anholt · 16 years ago
- 119f34e intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens. by Eric Anholt · 16 years ago
- 53b3734 autoconf: Fixup EGL build by Dan Nicholson · 16 years ago
- d0415a5 i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs. by Eric Anholt · 16 years ago
- 69f080c R300: Add support for RS600 chips by Alex Deucher · 16 years ago
- a0dc286 nouveau: nv04-nv40 texture transfer. by Younes Manton · 16 years ago
- 5726a5a g3dvl: Update winsys stuff. by Younes Manton · 16 years ago
- f2a5c6b egl: remove compiler flags from CFLAGS by Brian Paul · 16 years ago
- c34c78b egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when building libEGL by Brian Paul · 16 years ago
- 501d6d4 egl: add comment/reminder to fix the CFLAGS in this Makefile by Brian Paul · 16 years ago
- dbab39c gallium: Add support for BSD operating systems, tested with FreeBSD by Benjamin Close · 16 years ago
- afe139f gallium: Fix build when exiting CFLAGS contains a path with different gl.h by Benjamin Close · 16 years ago
- 9c0dea1 egl: Use -dlopen rather than -dl which is non portable by Benjamin Close · 16 years ago
- 161307f egl: Allow compilation to succeed with FreeBSD by Benjamin Close · 16 years ago
- 981b7c0 softpipe: minor code simplification for face/zslice offset calculation by Brian Paul · 16 years ago
- 192b7f2 cell: overhaul cell teximage code by Brian Paul · 16 years ago
- bd0370c cell: don't need tex transfer for drawing surfaces by Brian Paul · 16 years ago
- 32dc28a mesa: Build DRI by default on Linux/sparc by David S. Miller · 16 years ago
- d7c6ffb intel: Adopt to the new drm_api.h by Jakob Bornecrantz · 16 years ago
- 36348ff i915: Enable winsys to get buffer from texture by Jakob Bornecrantz · 16 years ago
- 25b32eb st/drm: Bring drm_api.h up to date with latest changes by Jakob Bornecrantz · 16 years ago
- f0d09bf i915: Fix some warnings by Jakob Bornecrantz · 16 years ago
- c92dc32 i915: Clean up i915_winsys.h a bit by Jakob Bornecrantz · 16 years ago
- bfdbbfb mesa: fix merge conflict (in comment) by Brian Paul · 16 years ago
- 8e6337f mesa: added GLES 1/2 headers to tarball file list by Brian Paul · 16 years ago
- 70bebf8 mesa: add EGL headers to tarball list by Brian Paul · 16 years ago
- 9dfc1b6 mesa: add gallium and egl files to tarball list by Brian Paul · 16 years ago
- 18d2745 glsl: silence warning by Brian Paul · 16 years ago
- dd9742d mesa: use quotes for #include by Brian Paul · 16 years ago
- 32ac8cb mesa: remove removed VMS files from Makefile by Brian Paul · 16 years ago
- 7fcf4c6 mesa: s/sources/sources.mak/ in Makefile by Brian Paul · 16 years ago
- bd2f921 trivial: Add tri-viewport by Jakob Bornecrantz · 16 years ago
- b3bd315 trivial: Fix indentation in tri by Jakob Bornecrantz · 16 years ago
- 0be216c pipebuffer: Allow asymmetric guard sizes for under/overflow detection. by José Fonseca · 16 years ago
- 8f3c1cd util: Don't use 0-sized arrays. by José Fonseca · 16 years ago
- d6677fd softpipe: minor code movement in softpipe_get_tex_transfer() by Brian Paul · 16 years ago
- 66ddf1a cell: added null ptr check in xm_flush_frontbuffer() by Brian Paul · 16 years ago
- e6479c6 demos: add some fflushes for windows by Keith Whitwell · 16 years ago
- b1ac00d st/wgl: silence some debug by Keith Whitwell · 16 years ago
- 93d101f mesa/st: support l8 as well as i8 in bitmap code by Keith Whitwell · 16 years ago
- 693fac8 gallium: Add pipe_buffer_write/read inlines. by José Fonseca · 16 years ago
- c5dd863 mesa: List new source file in SConscript. by José Fonseca · 16 years ago
- 208dbc6 pipebuffer: Remove unused var. by José Fonseca · 16 years ago
- 00f0b05 glsl: yet another swizzled expression fix by Brian Paul · 16 years ago
- f24ec99 gallium: include st_cb_viewport.h to silence warning by Brian Paul · 16 years ago
- d6edbfc gallium: fix build breakage in st_cb_viewport.c by Brian Paul · 16 years ago
- d988135 glsl: fix another swizzle-related bug by Brian Paul · 16 years ago
- 01c0c01 mesa: only call update_buffer when it's available by Alan Hourihane · 16 years ago
- 6b72227 gallium: add winsys interface for viewport changes to support DRI2 by Alan Hourihane · 16 years ago
- 6556245 glx: add support for a reallyFlush() function before swap occurs. by Alan Hourihane · 16 years ago
- 4fc7cde mesa: include compiler.h, fixes cell build, remove Haiku special case by Brian Paul · 16 years ago
- 73658ff i965: fix line stipple fallback for GL_LINE_STRIP primitives by Robert Ellison · 16 years ago
- 37f21fc Merge commit 'origin/gallium-0.1' by José Fonseca · 16 years ago
- 7399d56 mesa: fix _glxapi_get_proc_address() for mangled names by Tom Fogal · 16 years ago
- 8344b85 gallium: Install winsys/drm to DESTDIR rather than / by Joel Bosveld · 16 years ago
- 41172c0 mesa: fixes for building on Haiku by Tomas Wilhelmsson · 16 years ago
- d265706 r300-gallium: Fix pasto and debug messages. by Corbin Simpson · 16 years ago
- 65b7938 r300-gallium: Cleanup some state emit, move vertex format state to r300_emit. by Corbin Simpson · 16 years ago
- 67387bf gallium: Define PIPE_PRIM_MAX. by José Fonseca · 16 years ago
- b003b2f r300-gallium: Fix a handful of compile warnings. by Corbin Simpson · 16 years ago
- f72e777 r300-gallium: Decode passthrough shader for r300. by Corbin Simpson · 16 years ago
- 763714d r300-gallium: Finish VAP/VF setup. by Corbin Simpson · 16 years ago
- d737010 r300-gallium: Fix BEGIN_CS size. by Corbin Simpson · 16 years ago
- c7bbc9a wgl: Enable the use of Win32 threads. by José Fonseca · 16 years ago
- 1456af2 mesa: Fix windows build. by José Fonseca · 16 years ago
- ddc6ee3 r300-gallium: Add pipe_format translators and apply them by Joakim Sindholt · 16 years ago
- 4776ebc r300-gallium: Add all supported 2d texture formats by Joakim Sindholt · 16 years ago
- b11f1c3 r300-gallium: correct buffer stride calculation by Joakim Sindholt · 16 years ago
- 27a8432 mesa: remove unneeded #include by Brian Paul · 16 years ago
- 1d5a689 mesa: #include, misc clean-ups by Brian Paul · 16 years ago
- c74992d mesa: remove unneeded #includes by Brian Paul · 16 years ago
- f2c0232 mesa: move a bunch of compiler-related stuff into new compiler.h header by Brian Paul · 16 years ago
- d909dbc mesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx flags by Brian Paul · 16 years ago
- c7377e2 mesa: assorted clean-ups, var renaming, etc. by Brian Paul · 16 years ago
- 901568d mesa: simplify texture combine state copying in _mesa_copy_texture_state() by Brian Paul · 16 years ago
- 0057f5b mesa: remove redundant assertions (same asserts in context.c) by Brian Paul · 16 years ago
- 022e446 gallium: remove dependency on main/glheader.h in glxapi.c by Brian Paul · 16 years ago
- e5e255a nv50: delay uploads until transfer object is destroyed by Ben Skeggs · 16 years ago
- 487a55a texmem: fix typo from brianp's changes. by Dave Airlie · 16 years ago
- 4447fdd glapi: update find_entry() for mangled names by Brian Paul · 16 years ago
- da46db6 mesa: added extern qualifier by Tom Fogal · 16 years ago
- fe0ccf3 mesa: regenerated gl_mange.h file by Brian Paul · 16 years ago
- d059d03 mesa: use enums for TEXTURE_x_INDEX values by Brian Paul · 16 years ago
- 9818734 mesa: use an array for current texture objects by Brian Paul · 16 years ago
- 4d24b63 mesa: use an array for default texture objects by Brian Paul · 16 years ago
- 9705cff mesa: re-org texgen state by Brian Paul · 16 years ago
- 5b354d3 intel: Fix intelSetTexBuffer miptree leak. by Kristian Høgsberg · 16 years ago
- 40dd024 intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions. by Eric Anholt · 16 years ago
- 078e8a6 i965: Fix render target read domains. by Eric Anholt · 16 years ago
- 7769712 gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instructions by Brian Paul · 16 years ago
- e0d9073 i965: use the new prog_instruction::TexShadow field by Brian Paul · 16 years ago
- 773e9d4 i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24 by Brian Paul · 16 years ago
- 0ea95ae glsl: use new IR opcodes for TEX instructions with shadow comparison by Brian Paul · 16 years ago
- 44e018c mesa: add TexShadow field to prog_instruction by Brian Paul · 16 years ago
- a79186e i965: separate emit_op() and emit_tex_op() functions by Brian Paul · 16 years ago
- e3cc8e8 mesa: freshen-up comments, move some fields in prog_instruction by Brian Paul · 16 years ago
- 55d33e1 i965: update comment, use const qualifier by Brian Paul · 16 years ago
- f5674b5 i965: var renaming, clean-up by Brian Paul · 16 years ago