mesa.git
2008-06-30 José Fonsecagles: Don't define GLAPIENTRY here.
2008-06-28 Brian Paulmesa: added null ptr checks
2008-06-28 Brian Pauls/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_u...
2008-06-28 Brian Paulmesa: check FEATURE_point_size_array
2008-06-28 Brian Paulegl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE...
2008-06-28 Brian Paulegl: fix default value of EGL_SURFACE_TYPE, added some...
2008-06-28 José Fonsecaegl: WinCE doesn't have sys/types.h
2008-06-27 Zack Rusinegl: helps if the stride is right
2008-06-27 Zack Rusineh, we need a buildbot... fix the compilation
2008-06-27 Roland Scheideggergallium: handle msaa
2008-06-27 Robert Ellisonegl: These changes allow an eglBindAPI(EGL_OPENGL_ES_AP...
2008-06-27 Jonathan Whiteegl: Windows updates to the platform.h files
2008-06-27 Jakob Bornecrantzi915: Fix the last of the stride/pitch changes
2008-06-27 José Fonsecamesa: Replace void * arithmetic.
2008-06-27 José Fonsecagdi: Update for cpp removal.
2008-06-27 José Fonsecacell: Update for cpp removal.
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-27 José Fonsecascons: Get x86-64<->x86 cross build of assembly files...
2008-06-27 José Fonsecascons: Fix i965/xlib build.
2008-06-27 José Fonsecascons: Fix typo.
2008-06-27 José Fonsecamesa: Use the appropriate relocation.
2008-06-26 José Fonsecagallium: Describe pixel block.
2008-06-25 Brian Paulmesa: point size arrays
2008-06-24 Brian Paulgallium: remove some old dispatch code
2008-06-24 Brian Paulgallium: remove bad assertion
2008-06-24 Jakob Bornecrantzgallium: Fix whole source being used in u_blit
2008-06-24 José FonsecaFix CRLF line endings.
2008-06-24 José FonsecaAllow CRLF automatic conversion on MSVC project files.
2008-06-24 Jakob Bornecrantzi915: Create a texture and surface for shared frontbuffer
2008-06-24 Jakob Bornecrantzi915: Added texture_blanket function
2008-06-24 Jakob Bornecrantzi915: Moved screen creation to intel_be_device
2008-06-24 Jakob Bornecrantzgallium: Fix warning in u_blit.h
2008-06-24 Jakob Bornecrantzegl: Stdint was missing from eglconfigutil.h
2008-06-24 José Fonsecamesa: Fix Windows GDI winsys build.
2008-06-24 José Fonsecagallium: Avoid double arithmetic.
2008-06-24 José Fonsecamesa: Use standard integer types.
2008-06-24 José Fonsecamesa: Replace deprecated __MSC__ macro.
2008-06-24 José Fonsecadri/intel: Use standard integer types.
2008-06-24 José Fonsecagallium: Drop deprecated __MSC__ macro.
2008-06-24 José Fonsecaegl: Use standard integer types.
2008-06-24 José Fonsecamesa/dri: User standard integer types.
2008-06-24 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-06-24 José Fonsecamesa: WGL is not part of the WinCE API.
2008-06-24 José Fonsecagdi: Update for surface_alloc_storage changes.
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-06-24 José Fonsecamesa: Use _mesa_bsearch.
2008-06-24 José Fonsecamesa: bsearch implementation for WinCE.
2008-06-24 José Fonsecamesa: Replace abort by asserts.
2008-06-24 José Fonsecamesa: Move variable declarations to the scope top.
2008-06-24 José Fonsecamesa: Don't include sys/types.h on WinCE.
2008-06-23 Brian Paulgallium: added support for fixed-point formats, drawing
2008-06-23 Jonathan Whitegallium: code for PIPE_SUBSYSTEM_WINDOWS_USER
2008-06-23 José Fonsecamesa: ASSERT macro is already defined by WinCE headers.
2008-06-23 José Fonsecamesa: No getenv on WinCE.
2008-06-23 José Fonsecagallium: Use the more portable PIPE_ARCH_* PIPE_CC_...
2008-06-23 José Fonsecagallium: WinCE does not have cosf, sinf, etc.
2008-06-23 Brian Paulgallium: in softpipe_get_tex_surface() use the pitch...
2008-06-23 Jakob Bornecrantzi915: Add render and texture support for tiled texture...
2008-06-23 Brian Paulgallium: fix-up inverted do_copy_texsubimage()
2008-06-23 Brian Paulgallium: fix Y-inverted copies
2008-06-23 Brian Paulgallium: remove dead/prototype code
2008-06-23 Brian Paulgallium: change surface_copy()'s do_flip to boolean
2008-06-23 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-23 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-23 Brian Paulgallium: added some assertions
2008-06-23 Brian PaulDon't make libmesa.a or libglapi.a depend on asm_subdirs
2008-06-23 Dan NicholsonCreate $(TOP)/$(LIB_DIR) for install, too
2008-06-23 Dan NicholsonEnsure all objects are built when installing DRI
2008-06-23 Jakob Bornecrantzutil: Blit can now copy from texture to surface
2008-06-23 Jakob Bornecrantzgallium: Add accessor functions to get textures from...
2008-06-23 José Fonsecascons: Update to target WinCE 6.0.
2008-06-23 Jakob Bornecrantzgallium: Fix warning in u_draw_quad.h
2008-06-23 Jakob Bornecrantzi915: Removed level_offset from i915_texture
2008-06-22 Keith Whitwelldraw: fix non-i386 builds
2008-06-21 Briangallium: s/feadback/feedback/, duh
2008-06-20 Brian Paulgallium: fix invalid call to draw_set_mapped_constant_b...
2008-06-20 Brian Paulgallium: fix some surface usage bugs
2008-06-20 Brian Paulegl: added cpp assertions/sanity checks
2008-06-20 Brian Paulmesa: init ctx->RenderMode
2008-06-20 Brian Paulegl: added null ptr check
2008-06-20 Brian Paulmesa: GL_BYTE vertex/texcoord arrays
2008-06-20 Brian Paulmesa: initial support for fixed-pt vertex arrays
2008-06-20 Brian Paulmesa: refactor: move initialization of DefaultPacking...
2008-06-20 Brian Paulgallium: always need st_init-blit()
2008-06-20 Brian Paulgallium: remove unneeded #include
2008-06-20 Brian Paulmesa: fix errors in prev commit
2008-06-20 Brian Paulmesa: revamp glBlendFunc loopback
2008-06-20 Brian Paulmesa: added _vbo_Materialfv()
2008-06-20 Brian Paulmesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f...
2008-06-20 Brian Paulmesa: fix some FEATURE_x tests
2008-06-20 Brian Paulegl: added null ptr checks
2008-06-20 Brian Paulegl: implment EGL_LARGEST_PBUFFER query
2008-06-20 Brian Paulegl: added null ptr check
2008-06-20 Brian Paulegl: default API should be ES
2008-06-20 Brian Paulgallium: assorted FEATURE tests
2008-06-20 Brian Paulgallium: remove unneeded #include
2008-06-20 Brian Paulmesa: test for FEATURE_ATI_fragment_shader
2008-06-20 Brian Paulegl: fix assorted context-related bugs
2008-06-19 Brian Paulgallium: new st_api.c file with token symbol for identi...
2008-06-19 Brian Paulgallium: remove unused vars
next