- 3acdab8 mesa: vbo code reformatting, clean-up, comments by Brian Paul · 16 years ago
- 87ba228 mesa: add GL_DOUBLE case in _mesa_sizeof_type() by Brian Paul · 16 years ago
- 2369f14 mesa: in vbo split code, map buffers read-only, not write-only by Brian Paul · 16 years ago
- 74bec42 mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXT by Brian Paul · 16 years ago
- ad32489 tnl: added some clip debug/print code (disabled) by Brian Paul · 16 years ago
- 4245079 mesa: reformatting, updated comments, const-correctness by Brian Paul · 16 years ago
- 134ac52 tnl: replace 0x3f with CILP_FRUSTUM_BITS by Brian Paul · 16 years ago
- f56893e i965: relAddr local var (to make debug/test a little easier) by Brian Paul · 16 years ago
- 9a4890d Merge branch 'mesa_7_5_branch' by Brian Paul · 16 years ago
- 6a3004b swrast: fix span clipping bug by Brian Paul · 16 years ago
- cc71704 mesa: unmap buffer objects during context tear-down by Brian Paul · 16 years ago
- 3d048e5 i965: Remove bad constant buffer constant-reg-already-loaded optimization. by Eric Anholt · 16 years ago
- 156a79f intel: Unmap buffers if needed at DeleteBuffer time. by Eric Anholt · 16 years ago
- 58544a2 mesa: remove unnecessary buffer size check by Brian Paul · 16 years ago
- bb1fb2a mesa: code consolidation in glDraw[Range]Elements() validation by Brian Paul · 16 years ago
- 88af3f8 mesa: new comments, minor reformatting by Brian Paul · 16 years ago
- a13df19 mesa: use elementBuf local var instead of ctx->Array.ElementArrayBufferObj by Brian Paul · 16 years ago
- f831d2d i965: Remove the forced lack of caching for renderbuffer surface state. by Eric Anholt · 16 years ago
- 4cb8784 i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies. by Eric Anholt · 16 years ago
- 9b678af mesa: be smarter about allocating vert/frag program constants by Brian Paul · 16 years ago
- 71fb9d6 i965: Split WM constant buffer update from other WM surfaces. by Eric Anholt · 16 years ago
- 9490d86 i965: Disentangle VS constant surface state from WM surface state. by Eric Anholt · 16 years ago
- d277547 i965: Don't create constant buffers if they won't be used. by Eric Anholt · 16 years ago
- 51325f4 mesa: only use fallback texture when using shaders, not fixed-function (take two) by Brian Paul · 16 years ago
- 823815a Revert "mesa: only use fallback texture when using shaders, not fixed-function" by Brian Paul · 16 years ago
- a0edbfb mesa: only use fallback texture when using shaders, not fixed-function by Brian Paul · 16 years ago
- 01e16be mesa: only use fallback texture when using shaders, not fixed-function by Brian Paul · 16 years ago
- c0d3761 mesa: minor simplification in enable_texture(), updated comments by Brian Paul · 16 years ago
- b3fc832 Merge branch 'mesa_7_5_branch' by Brian Paul · 16 years ago
- 95b7771 gallium: remove redundant cube face #defines by Brian Paul · 16 years ago
- 79ada8c gallium: fix texcoords for cubemap mipmap generation by Brian Paul · 16 years ago
- 077c904 progs/trivial: add test for vertex program invarient transform by Keith Whitwell · 16 years ago
- 113403e mesa: more complete fix for transform_invarient glitches by Keith Whitwell · 16 years ago
- 22b417b mesa/main: set PREFER_DP4 to match position_invarient code by Keith Whitwell · 16 years ago
- c6bfb4c wgl: Implemente SwapLayerBuffers. by José Fonseca · 16 years ago
- e9fb90a scons: Don't use deprecated Options. by José Fonseca · 16 years ago
- 3537c34 util: Limit the stack walk to avoid referencing undefined memory. by José Fonseca · 16 years ago
- b865501 gallium/tgsi: hack around linker/archiver breakage by Keith Whitwell · 16 years ago
- 5f2569a progs/trivial: add vbo-noninterleaved test by Keith Whitwell · 16 years ago
- 6b89c35 wgl: Include alpha bits in pixel format's cColorBits field. by José Fonseca · 16 years ago
- c6b3c2f gallium/draw: cope with unused vertex_elements by Keith Whitwell · 16 years ago
- 4d548bd trivial: add line-flat.c by Keith Whitwell · 16 years ago
- ccec9f7 wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL. by José Fonseca · 16 years ago
- a47f15b pb: Save the stack backtrace when creating/mapping a debug buffer. by José Fonseca · 16 years ago
- 4fd6f29 pb: Dump the fenced buffer sizes. by José Fonseca · 16 years ago
- 8edb50f nv04: small fix again by Stephane Marchesin · 16 years ago
- 39ebeea Fix an nv04 bug (thanks Mhopf). by Stephane Marchesin · 16 years ago
- f95c0c0 mesa: also print program params/constants when dumping shaders to disk by Brian Paul · 16 years ago
- 27dbdb1 mesa: remove some unfinished/devel code by Brian Paul · 16 years ago
- dd4c142 glx: replace Xmalloc() calls with Xcalloc() by Brian Paul · 16 years ago
- 986d4a9 draw: added some inf/nan debug code (disabled) by Brian Paul · 16 years ago
- 08bc3d1 gallium/glx: say we're direct rendering by Brian Paul · 16 years ago
- 62043b2 mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL by Brian Paul · 16 years ago
- a7ef5b7 Merge branch 'mesa_7_5_branch' by Brian Paul · 16 years ago
- 0a56a49 st: create renderbuffer's pipe_surface in st_render_texture() by Brian Paul · 16 years ago
- 63f0130 mesa: fix state validation bug for glCopyTex[Sub]Image() by Brian Paul · 16 years ago
- 602833b st: if st_swapbuffers() is called for single-buffered visual don't crash by Brian Paul · 16 years ago
- b57b6c2 xlib winsys: use new st_swapbuffers() function by Brian Paul · 16 years ago
- 3f52a85 st: when creating an on-demand front color buffer, init to back buffer image by Brian Paul · 16 years ago
- b85b315 st: added st_renderbuffer::defined flag by Brian Paul · 16 years ago
- 30b3d80 mesa: fix comment by Brian Paul · 16 years ago
- 06cd826 Merge branch 'mesa_7_5_branch' by Brian Paul · 16 years ago
- 36edceb Fix symbol list for mangled Mesa on Darwin. by Tom Fogal · 16 years ago
- 3534539 set: new st_swapbuffers() which does a true front/back buffer swap by Brian Paul · 16 years ago
- fbceedd actually add debug to the debug config by Zack Rusin · 16 years ago
- 293f576 egl_xlib: Pass RTLD_LAZY to dlopen. by José Fonseca · 16 years ago
- 2085cf2 Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering by Ian Romanick · 16 years ago
- cd67342 st: when double buffered, only create front color buffer on demand by Brian Paul · 16 years ago
- b9196c1 Merge branch 'const-buffer-changes' by Brian Paul · 16 years ago
- 3f25219 mesa: create/use a fallback texture when bound texture is incomplete by Brian Paul · 16 years ago
- 7ca0427 docs: initial 7.6 release notes page by Brian Paul · 16 years ago
- 666e5bf mesa: bump version to 7.6 (devel) by Brian Paul · 16 years ago
- 8a488b1 mesa: remove -devel suffix from version by Brian Paul · 16 years ago
- 3eafd25 configs: bump MESA_MINOR to 5 by Brian Paul · 16 years ago
- edd2bbe docs: fix typo by Brian Paul · 16 years ago
- 2953b18 radeon: Don't even bother with things too big to fit into our card. by Corbin Simpson · 16 years ago
- 5b15cc3 r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe. by Corbin Simpson · 16 years ago
- c11ad48 r300-gallium, radeon-winsys: Space accounting. by Corbin Simpson · 16 years ago
- d7f4ac9 r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI. by Corbin Simpson · 16 years ago
- a609f78 r300-gallium: Don't bother with conditional double define. by Corbin Simpson · 16 years ago
- 1f43cc1 radeon: Fix cast and comment. by Corbin Simpson · 16 years ago
- e4e7ecc docs: asst. updates for 7.5 release by Brian Paul · 16 years ago
- a405cc7 docs: bring in 7.4 doc updates from mesa_7_4_branch by Brian Paul · 16 years ago
- 675b1ca docs: notes about new version number meaning in release notes by Brian Paul · 16 years ago
- aef475c mesa: update linux-static, linux-x86-static configs by Brian Paul · 16 years ago
- 3dfe672 demos: silence warning by Brian Paul · 16 years ago
- eef79d5 mklib: replace if/expr with case by Tormod Volden · 16 years ago
- 9cb3cde mesa: Prepend "-Wl," to linking options by Tormod Volden · 16 years ago
- 60927f9 i915simple: remove duplicated i915_context.c in C_SOURCES by Brian Paul · 16 years ago
- c28707b r300: Increase reference count of texture objects referenced by current state. by Michel Dänzer · 16 years ago
- ba27fe3 gallium: Add SCons build support for the DRI state tracker. by Michel Dänzer · 16 years ago
- cc68cd2 egl: Don't install demodriver by Dan Nicholson · 16 years ago
- 289dc69 progs/tests: Update ignores by Jakob Bornecrantz · 16 years ago
- 1793d5a progs/tests: Add mipmap_comp for mipmap testing with compressed textures by Jakob Bornecrantz · 16 years ago
- a9c97c5 Use variable library name in pkg-config output. by Tom Fogal · 16 years ago
- 66f9786 autoconf: Add switch for optional EGL by Dan Nicholson · 16 years ago
- 356f311 autoconf: Clean up some m4 usage by Dan Nicholson · 16 years ago
- dca190e mesa: added _mesa_check_soa_dependencies() function by Brian Paul · 16 years ago
- 8fa6c1a tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled) by Brian Paul · 16 years ago
- 0e85dcb mesa: added _mesa_check_soa_dependencies() function by Brian Paul · 16 years ago