mesa.git
2009-02-12 Brian Paulmesa: don't include m_xform.h where not needed
2009-02-12 Brian Paulmesa: move _mesa_transform_vector() from m_xform.c...
2009-02-12 Brian Paulmesa: remove unused functions in m_xform.[ch]
2009-02-12 Brian Paulmesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
2009-02-12 Brian Paulmesa: remove empty, unneeded mathmod.h header
2009-02-12 José Fonsecaglut: Fix broken font symbols when gcc visibility attri...
2009-02-11 Jakob Bornecrantzegl: Use only libdrm structs for kms
2009-02-12 José Fonsecaprogs: Prevent clash with min macro.
2009-02-12 José Fonsecaglut: Don't try to guess system headers.
2009-02-12 Keith Whitwelltgsi: keep immediate file info uptodate
2009-02-12 José Fonsecascons: Unbreak mingw builds.
2009-02-12 José Fonsecascons: Build xlib state tracker regardless of DRI settings.
2009-02-12 José Fonsecascons: Build DLLs/EXEs with more memory debugger friend...
2009-02-12 Brian Paulsoftpipe: asst clean-ups, const correctness, comments
2009-02-12 Brian Paulsoftpipe: remove unneeded #include
2009-02-12 Brian Paulsoftpipe: asst comments, clean-ups
2009-02-12 Brian Paulsoftpipe: remove some old polygon stipple stuff and...
2009-02-12 Briansoftpipe: updated comments
2009-02-12 Briansoftpipe: rename PRIM_x to QUAD_PRIM_x
2009-02-12 Briansoftpipe: rename sp_headers.h to sp_quad.h
2009-02-12 Briansoftpipe: rename single-include preprocessor symbol...
2009-02-12 Briansoftpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]
2009-02-12 Robert EllisonFix an i965 assertion failure on glClear()
2009-02-11 Dan Nicholsonautoconf: Fix lib globbing for static builds
2009-02-11 Brian Paulgallium: const-correctness for u_linear.c functions
2009-02-11 Brian Paulgallium: silence warnings about void ptr arithmetic
2009-02-11 Brian Paulmesa: refactor MATH_SOURCES, remove Mesa x86 codegen...
2009-02-11 Brian Paulmesa: get rid of _math_init()
2009-02-11 Dan Nicholsonautoconf: Adjust to new asm SOURCES variables
2009-02-11 Dan Nicholsonautoconf: Restore commented ASM_FLAGS
2009-02-11 Dan NicholsonAdd external pixman CFLAGS after all internal include...
2009-02-11 Younes Mantonnouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn...
2009-02-11 José Fonsecadraw: Cap max vertices instead of failing assert.
2009-02-11 Brian Pauldemos: minor updates for shader_api.c test
2009-02-11 Brian Paulglsl: allow setting arrays of samplers in set_program_u...
2009-02-11 Brian Paulglsl: raise GL_INVALID_OPERATION for glUniform(location...
2009-02-11 Brian Paulglsl: rework _mesa_get_uniform[fi]v() to avoid using...
2009-02-11 Brian Paulglsl: fix glUniform() array bounds error checking
2009-02-11 Brian Paulglsl: fix incorrect size returned by glGetActiveUniform...
2009-02-11 Johannes EngelAdd install target for egl
2009-02-11 Brian Pauldemos: better error message for overlay.c, see bug...
2009-02-11 José Fonsecamesa: Use the stdio wrappers.
2009-02-11 José Fonsecawgl: Add a few more stubs.
2009-02-11 José Fonsecamesa: Move statements after declarations.
2009-02-11 Eric Anholtintel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside...
2009-02-11 Eric Anholtsis: fix signedness warnings
2009-02-11 Eric Anholttrident: Fix signedness warning.
2009-02-11 Eric Anholttdfx: Fix begin/endquery for current API.
2009-02-11 Eric Anholtintel: Don't do the extra MI_FLUSH in flushing except...
2009-02-11 Eric Anholtintel: Speed up glDrawPixels(GL_ALPHA) by using an...
2009-02-11 Eric Anholtintel: Fix some state leakage of {Client,}ActiveTexture...
2009-02-11 Eric Anholtintel: don't crash when dri2 tells us about buffers...
2009-02-11 Eric Anholtdri2: Don't crash if the server returns more buffers...
2009-02-11 Eric Anholtdri2: Initialize variables for the getbuffers round...
2009-02-11 Brian Pauldocs: some Cell driver docs updates
2009-02-11 Brian Paulcell: asst build fixes in linux-cell config
2009-02-11 Jakob Bornecrantzgallium: Update autoconf to latest gallium build
2009-02-11 Jakob Bornecrantzgallium: Disable nouveau by default
2009-02-10 Brian Paulcell: update Cell driver info (code is on master now)
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Brian Paulmesa: remove the unused _mesa_UpdateTexEnvProgram(...
2009-02-10 Brian Paulmesa: another fix for program/texture state validation
2009-02-10 Brian Paulintel: minor reformatting, comments
2009-02-10 Brian Paulmesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_ST...
2009-02-10 Brian Paulmesa: fix/change state validation order for program...
2009-02-10 Younes Mantonnouveau: nv40 swizzled mipmap fixes.
2009-02-10 Patrice Mandinnouveau: nv30: fix miptree organization to have swizzle...
2009-02-10 Patrice Mandinnouveau: revert all my changes here, not the right way
2009-02-10 Patrice Mandinnouveau: stop with 0 dimension
2009-02-10 Patrice Mandinnouveau: we already have the right src offset
2009-02-10 José Fonsecaprogs: Build samples dir with scons and glew.
2009-02-10 Patrice Mandinnouveau: do not forget to half dimension.
2009-02-10 Patrice Mandinnouveau: revert most parts of recent mipmap+swizzle...
2009-02-10 José Fonsecaprogs: Build rebook with scons too.
2009-02-10 Keith Whitwellwgl: return before locking if stw_icd is NULL
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 José Fonsecascons: Use parallel builds by default.
2009-02-10 Keith Whitwellwgl: mutex-protect the shared stw_icd struct
2009-02-10 Patrice Mandinnouveau: dst offset is correct
2009-02-10 José Fonsecapipebuffer: Drop reliance on pipe_winsys.
2009-02-10 Patrice MandinMissing: tgsi: Fix build -- rename Size to NrTokens.
2009-02-10 Patrice Mandinnouveau: recalc sub width and height for each mipmap...
2009-02-10 Jakob Bornecrantzmesa: Build both software rasterizers for debug
2009-02-10 Jakob Bornecrantzgallium: Don't rebuild common drm code
2009-02-10 Jakob Bornecrantzgallium: Install DRI drivers into lib/gallium
2009-02-10 Jakob Bornecrantzgallium: Introduce new subdirs build variables
2009-02-10 Jakob BornecrantzRevert "cell: update linux-cell config"
2009-02-10 Jakob BornecrantzRevert "mesa: added new linux-gallium and linux-gallium...
2009-02-10 Michal Krolnv40: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolnv30: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolnv20: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolbrw: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Kroli915: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolgallivm: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Kroldraw: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Kroltgsi: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolgallium: Rename Size member of TGSI token to NrTokens.
2009-02-10 Keith Whitwellvmw/icd: remove bogus current_context value
2009-02-10 José Fonsecamesa: Compare formats using nominal bytes per pixel.
next