OSDN Git Service

android-x86/external-mesa.git
2008-07-02 Brian Paulmesa: additional GLSL built-in constants
2008-07-02 Brian Paulmesa: when linking a shader program, make sure all...
2008-07-02 Brian Paulmesa: added some debug code (disabled)
2008-07-02 Brian Paulmesa: fix error codes in _mesa_shader_source(), _mesa_g...
2008-07-02 Brian Paulmesa: regenerated file
2008-07-02 Brian Paulmesa: added some missing equal() notEqual() intrinsics
2008-07-02 Brian Paulmesa: disable some debug assertions
2008-07-02 Brian Paulmesa: regenerated files
2008-07-02 Brian Paulmesa: fix all(bvec2) function typo, add missing bvec2...
2008-07-02 Brian Paulgallium: replace 128 with MAX_LABELS
2008-07-02 Brian Paulmesa: added _mesa_print_swizzle() debugging helper
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-07-02 Michel Dänzergallium: Allow draw module to work on non-x86 platforms...
2008-07-02 José Fonsecapipebuffer: Debug buffer manager to detect buffer under...
2008-07-02 José Fonsecapipebuffer: Verify usage flag consistency. Minor cleanups.
2008-07-02 Brian Paulmesa: fix a GLSL vector subscript/writemask bug
2008-07-02 Brian Paulmesa: move some functions
2008-07-02 Brian Paulmesa: make _slang_swizzle_swizzle() non-private
2008-07-01 Brian Paulmesa: better function inlining in the presence of ...
2008-07-01 Brian Paulmesa: add/fix some IrInfo entries for debugging purposes
2008-07-01 Jakob Bornecrantzi915: Last reference to surface -> pitch
2008-07-01 José Fonsecagallium: Use the inline keyword on C++.
2008-07-01 José Fonsecascons: Output mapfile on windows ddk profile builds.
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
next