mesa.git
2008-05-28 Jakob Bornecrantzi915: Don't segfault on buffer allocation error
2008-05-28 Jakob Bornecrantzi915: Make EGL_i915 compile
2008-05-28 Jakob Bornecrantzi915: Make EGL_i915 segfault if modesetting is not...
2008-05-28 Jakob Bornecrantzegl: Temporarily disable eglx.[c|h] building
2008-05-28 Jakob Bornecrantzegl: Make dri driver compile
2008-05-28 Jakob Bornecrantzegl: Make demo driver compile
2008-05-28 Jakob Bornecrantzegl: Fix warning in eglgears
2008-05-28 Jakob Bornecrantzegl: Make demo3 compile
2008-05-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-27 Brian Paulinclude eglconfigutil.h
2008-05-27 Brian PaulMove some config-related utility functions into new...
2008-05-27 Brian Paulmisc updates, clean-ups, remove dependency on mtypes.h
2008-05-27 Brian Paulminor overhaul/re-org of driver selection/loading code
2008-05-27 Brian Pauladded _eglGet*Handle() functions
2008-05-27 Brian Pauladded EGL_OPENGL_API case
2008-05-27 Brian Pauleliminate the context hash table
2008-05-27 Brian Paulfix typo: s/Contexts/Surfaces/
2008-05-27 Brian Pauls/GLuint/unsigned/
2008-05-27 Brian Paulinclude eglext.h, define EGL_EGLEXT_PROTOTYPES
2008-05-27 Brian Paulupdates for EGL 1.4
2008-05-27 Brian Paulassorted changes to compile with new EGL 1.4 headers...
2008-05-27 Brian Paulpipe stderr to /dev/null
2008-05-27 Brian Paulobsolete with EGL 1.4
2008-05-27 Brian Pauladded EGL_MESA_screen_surface, EGL_MESA_copy_context...
2008-05-27 Brian Pauladded typedefs for X/Mesa
2008-05-27 Brian Paulremove stray ! character
2008-05-27 Brian Paulnew eglplatform.h from Khronos.org (replaces GLES/eglty...
2008-05-27 Brian Paulnew eglext.h from Khronos
2008-05-27 Brian PaulEGL 1.4 header from Khronos
2008-05-27 José Fonsecagallium: Autodetect WINCE.
2008-05-27 José Fonsecascons: Play nice with MS Embedded Visual C++.
2008-05-26 Brian Paulgallium: free renderbuffer's old texture in st_renderbu...
2008-05-26 José FonsecaRevert DOS line endings.
2008-05-26 José FonsecaRemove CVS keywords.
2008-05-26 Jakob Bornecrantzi915: Removed screen sufixes on texture functions
2008-05-26 Jakob Bornecrantzi915: Fix for tex-surface merge
2008-05-26 Jakob BornecrantzMerge branch 'gallium-tex-surface' into gallium-0.1
2008-05-25 Keith Whitwellcso: use memcpy rather than structure asignment for...
2008-05-24 José FonsecaDemangle C++ symbols.
2008-05-24 José Fonsecagallium: Pre-processor for win32 kernel profile output.
2008-05-24 José Fonsecagallium: Poor-man profiler for win32 kernel.
2008-05-24 José Fonsecascons: New profile build.
2008-05-23 Jakob Bornecrantzi915: Revert accidental change
2008-05-23 Jakob Bornecrantzi915: Improved vertex buffer performance
2008-05-23 Jakob Bornecrantzi915: Fix for edgeflags
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Jakob Bornecrantzegl: Don't build EGL programs either
2008-05-23 Jakob Bornecrantzegl: Stoped compiling EGL completely
2008-05-23 Jakob Bornecrantzi915: Made EGL report the actual modes on the screen...
2008-05-23 Thomas Hellstromi915: Make batchbuffers larger.
2008-05-23 Thomas Hellstromi915: Use the malloc pool for constant buffers since...
2008-05-23 Jakob Bornecrantzmesa: Added linux-egl target, that only builds the...
2008-05-23 Jakob Bornecrantzmesa: On second thought lets not build the driver
2008-05-23 Zack Rusindisable egl by default
2008-05-22 José Fonsecapipebuffer: More robust face null pointers.
2008-05-22 José Fonsecapipebuffer: Don't retry allocating in slab suballocator.
2008-05-21 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-21 Brianfix assorted bugs, works now
2008-05-21 Brianmesa: fix #include path for glapioffsets.h (fixes x86...
2008-05-20 Zack Rusinadd new binaries to ignore to make 'git status' cleaner
2008-05-20 Dan NicholsonIgnore more generated files in progs/
2008-05-20 Zack Rusinadd a simple but nice example of convolution filters...
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulgallium: fix vertex shader mem leak (glRasterPos)
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulgallium: replace assignment with pipe_texture_reference()
2008-05-20 Brian Paulgallium: fix shader mem leak
2008-05-20 Brian Paulmesa: call glutDestroyWindow()
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulgallium: move vertex/fragment program unbinding
2008-05-20 Brian Paulgallium: fix default case in st_new_program()
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulgallium: fix mem leaks
2008-05-20 Brian Paulmesa: call glutDestroyWindow()
2008-05-20 Brian Paulgallium: clean-up glDraw/CopyPixels shaders when destro...
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulmesa: call glutDestroyWindow()
2008-05-20 Brian Paulgallium: clean-up glDraw/CopyPixels shaders when destro...
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulcopy StateFlags in _mesa_clone_parameter_list()
2008-05-20 Brian Paulfix incorrect sampler numbering/indexing.
2008-05-19 Brian Paulgallium: remove dead code
2008-05-19 Brian Paulfix tempReg test in _mesa_combine_programs()
2008-05-19 Brian Paulgallium: remove dead code
2008-05-19 Brian Paulfix tempReg test in _mesa_combine_programs()
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulgallium: fix some texture object leaks
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulif x86_get_func() returns NULL, handle it properly...
2008-05-19 Brian Paulfix program delete/refcount bug
2008-05-19 Brian PaulFix program refcounting assertion failure during contex...
2008-05-19 José Fonsecai915simple: Fix win9x build.
2008-05-19 José Fonsecagallium: Additional formats for bump mapping.
2008-05-19 José Fonsecagallium: Fix typo.
2008-05-18 Brian Paulfix program delete/refcount bug
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian Paulprint vertex.attrib[n] (from master)
2008-05-18 Brian PaulFix some bugs in material, depth range state
2008-05-18 Brian PaulRegenerated API dispatch files
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
next