2008-07-02 |
Brian Paul | mesa: make _slang_swizzle_swizzle() non-private |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Brian Paul | mesa: better function inlining in the presence of ... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Brian Paul | mesa: add/fix some IrInfo entries for debugging purposes |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jakob Bornecrantz | i915: Last reference to surface -> pitch |
commit | commitdiff | tree | snapshot |
2008-07-01 |
José Fonseca | gallium: Use the inline keyword on C++. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
José Fonseca | scons: Output mapfile on windows ddk profile builds. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
José Fonseca | gles: Don't define GLAPIENTRY here. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | mesa: added null ptr checks |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_u... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | mesa: check FEATURE_point_size_array |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | egl: fix default value of EGL_SURFACE_TYPE, added some... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
José Fonseca | egl: WinCE doesn't have sys/types.h |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Zack Rusin | egl: helps if the stride is right |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Zack Rusin | eh, we need a buildbot... fix the compilation |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Roland Scheidegger | gallium: handle msaa |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Robert Ellison | egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_AP... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Jonathan White | egl: Windows updates to the platform.h files |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Jakob Bornecrantz | i915: Fix the last of the stride/pitch changes |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | mesa: Replace void * arithmetic. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | gdi: Update for cpp removal. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | cell: Update for cpp removal. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | scons: Get x86-64<->x86 cross build of assembly files... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | scons: Fix i965/xlib build. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | scons: Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | mesa: Use the appropriate relocation. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
José Fonseca | gallium: Describe pixel block. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Brian Paul | mesa: point size arrays |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Brian Paul | gallium: remove some old dispatch code |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Brian Paul | gallium: remove bad assertion |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | gallium: Fix whole source being used in u_blit |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | Fix CRLF line endings. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | Allow CRLF automatic conversion on MSVC project files. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | i915: Create a texture and surface for shared frontbuffer |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | i915: Added texture_blanket function |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | i915: Moved screen creation to intel_be_device |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | gallium: Fix warning in u_blit.h |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | egl: Stdint was missing from eglconfigutil.h |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Fix Windows GDI winsys build. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | gallium: Avoid double arithmetic. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Use standard integer types. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Replace deprecated __MSC__ macro. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | dri/intel: Use standard integer types. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | gallium: Drop deprecated __MSC__ macro. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | egl: Use standard integer types. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa/dri: User standard integer types. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: More signed/unsigned float/integer fixes. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: WGL is not part of the WinCE API. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | gdi: Update for surface_alloc_storage changes. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Use appropriate unsigned/signed, float/integer... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Use _mesa_bsearch. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: bsearch implementation for WinCE. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Replace abort by asserts. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Move variable declarations to the scope top. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Don't include sys/types.h on WinCE. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: added support for fixed-point formats, drawing |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jonathan White | gallium: code for PIPE_SUBSYSTEM_WINDOWS_USER |
commit | commitdiff | tree | snapshot |
2008-06-23 |
José Fonseca | mesa: ASSERT macro is already defined by WinCE headers. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
José Fonseca | mesa: No getenv on WinCE. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
José Fonseca | gallium: Use the more portable PIPE_ARCH_* PIPE_CC_... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
José Fonseca | gallium: WinCE does not have cosf, sinf, etc. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: in softpipe_get_tex_surface() use the pitch... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jakob Bornecrantz | i915: Add render and texture support for tiled texture... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: fix-up inverted do_copy_texsubimage() |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: fix Y-inverted copies |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: remove dead/prototype code |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: change surface_copy()'s do_flip to boolean |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: fix bad srcy coord if do_flip |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: fix bad srcy coord if do_flip |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: added some assertions |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | Don't make libmesa.a or libglapi.a depend on asm_subdirs |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Dan Nicholson | Create $(TOP)/$(LIB_DIR) for install, too |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Dan Nicholson | Ensure all objects are built when installing DRI |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jakob Bornecrantz | util: Blit can now copy from texture to surface |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jakob Bornecrantz | gallium: Add accessor functions to get textures from... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
José Fonseca | scons: Update to target WinCE 6.0. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jakob Bornecrantz | gallium: Fix warning in u_draw_quad.h |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jakob Bornecrantz | i915: Removed level_offset from i915_texture |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Keith Whitwell | draw: fix non-i386 builds |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Brian | gallium: s/feadback/feedback/, duh |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | gallium: fix invalid call to draw_set_mapped_constant_b... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | gallium: fix some surface usage bugs |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | egl: added cpp assertions/sanity checks |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: init ctx->RenderMode |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | egl: added null ptr check |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: GL_BYTE vertex/texcoord arrays |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: initial support for fixed-pt vertex arrays |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: refactor: move initialization of DefaultPacking... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | gallium: always need st_init-blit() |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | gallium: remove unneeded #include |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: fix errors in prev commit |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: revamp glBlendFunc loopback |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: added _vbo_Materialfv() |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | mesa: fix some FEATURE_x tests |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | egl: added null ptr checks |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | egl: implment EGL_LARGEST_PBUFFER query |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | egl: added null ptr check |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Brian Paul | egl: default API should be ES |
commit | commitdiff | tree | snapshot |
next |