2008-06-24 |
Patrice Mandin | nv30: add context value |
commit | commitdiff | tree |
2008-06-24 |
Ben Skeggs | nouveau: major thinko |
commit | commitdiff | tree |
2008-06-24 |
Ben Skeggs | Merge remote branch 'upstream/gallium-0.1' into nouveau... |
commit | commitdiff | tree |
2008-06-24 |
Brian Paul | gallium: remove some old dispatch code |
commit | commitdiff | tree |
2008-06-24 |
Brian Paul | gallium: remove bad assertion |
commit | commitdiff | tree |
2008-06-24 |
Jakob Bornecrantz | gallium: Fix whole source being used in u_blit |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | Fix CRLF line endings. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | Allow CRLF automatic conversion on MSVC project files. |
commit | commitdiff | tree |
2008-06-24 |
Jakob Bornecrantz | i915: Create a texture and surface for shared frontbuffer |
commit | commitdiff | tree |
2008-06-24 |
Jakob Bornecrantz | i915: Added texture_blanket function |
commit | commitdiff | tree |
2008-06-24 |
Jakob Bornecrantz | i915: Moved screen creation to intel_be_device |
commit | commitdiff | tree |
2008-06-24 |
Jakob Bornecrantz | gallium: Fix warning in u_blit.h |
commit | commitdiff | tree |
2008-06-24 |
Jakob Bornecrantz | egl: Stdint was missing from eglconfigutil.h |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: Fix Windows GDI winsys build. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | gallium: Avoid double arithmetic. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: Use standard integer types. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: Replace deprecated __MSC__ macro. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | dri/intel: Use standard integer types. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | gallium: Drop deprecated __MSC__ macro. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | egl: Use standard integer types. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa/dri: User standard integer types. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: More signed/unsigned float/integer fixes. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: WGL is not part of the WinCE API. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | gdi: Update for surface_alloc_storage changes. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: Use appropriate unsigned/signed, float/integer... |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: Use _mesa_bsearch. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: bsearch implementation for WinCE. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: Replace abort by asserts. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: Move variable declarations to the scope top. |
commit | commitdiff | tree |
2008-06-24 |
José Fonseca | mesa: Don't include sys/types.h on WinCE. |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: added support for fixed-point formats, drawing |
commit | commitdiff | tree |
2008-06-23 |
Jonathan White | gallium: code for PIPE_SUBSYSTEM_WINDOWS_USER |
commit | commitdiff | tree |
2008-06-23 |
Patrice Mandin | nv30: add state zsa, based on nv40 one |
commit | commitdiff | tree |
2008-06-23 |
Patrice Mandin | nv30: add state viewport, based on nv40 one |
commit | commitdiff | tree |
2008-06-23 |
Patrice Mandin | nv30: add state stipple, based on nv40 one |
commit | commitdiff | tree |
2008-06-23 |
Patrice Mandin | nv30: add state scissor, based on nv40 one |
commit | commitdiff | tree |
2008-06-23 |
Patrice Mandin | nv30: add state rasterizer, based on nv40 one |
commit | commitdiff | tree |
2008-06-23 |
José Fonseca | mesa: ASSERT macro is already defined by WinCE headers. |
commit | commitdiff | tree |
2008-06-23 |
José Fonseca | mesa: No getenv on WinCE. |
commit | commitdiff | tree |
2008-06-23 |
José Fonseca | gallium: Use the more portable PIPE_ARCH_* PIPE_CC_... |
commit | commitdiff | tree |
2008-06-23 |
José Fonseca | gallium: WinCE does not have cosf, sinf, etc. |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: in softpipe_get_tex_surface() use the pitch... |
commit | commitdiff | tree |
2008-06-23 |
Jakob Bornecrantz | i915: Add render and texture support for tiled texture... |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: fix-up inverted do_copy_texsubimage() |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: fix Y-inverted copies |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: remove dead/prototype code |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: change surface_copy()'s do_flip to boolean |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: fix bad srcy coord if do_flip |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: fix bad srcy coord if do_flip |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | gallium: added some assertions |
commit | commitdiff | tree |
2008-06-23 |
Brian Paul | Don't make libmesa.a or libglapi.a depend on asm_subdirs |
commit | commitdiff | tree |
2008-06-23 |
Dan Nicholson | Create $(TOP)/$(LIB_DIR) for install, too |
commit | commitdiff | tree |
2008-06-23 |
Dan Nicholson | Ensure all objects are built when installing DRI |
commit | commitdiff | tree |
2008-06-23 |
Jakob Bornecrantz | util: Blit can now copy from texture to surface |
commit | commitdiff | tree |
2008-06-23 |
Jakob Bornecrantz | gallium: Add accessor functions to get textures from... |
commit | commitdiff | tree |
2008-06-23 |
José Fonseca | scons: Update to target WinCE 6.0. |
commit | commitdiff | tree |
2008-06-23 |
Jakob Bornecrantz | gallium: Fix warning in u_draw_quad.h |
commit | commitdiff | tree |
2008-06-23 |
Jakob Bornecrantz | i915: Removed level_offset from i915_texture |
commit | commitdiff | tree |
2008-06-22 |
Ben Skeggs | nouveau: update for interface changes + hack around... |
commit | commitdiff | tree |
2008-06-22 |
Ben Skeggs | Merge remote branch 'upstream/gallium-0.1' into nouveau... |
commit | commitdiff | tree |
2008-06-22 |
Keith Whitwell | draw: fix non-i386 builds |
commit | commitdiff | tree |
2008-06-21 |
Patrice Mandin | Update for extra vertex attributes |
commit | commitdiff | tree |
2008-06-21 |
Patrice Mandin | nv30: Add state for blend |
commit | commitdiff | tree |
2008-06-21 |
Patrice Mandin | nv30: Update nouveau_class.h to get its proper defines... |
commit | commitdiff | tree |
2008-06-21 |
Brian | gallium: s/feadback/feedback/, duh |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | gallium: fix invalid call to draw_set_mapped_constant_b... |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | gallium: fix some surface usage bugs |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | egl: added cpp assertions/sanity checks |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: init ctx->RenderMode |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | egl: added null ptr check |
commit | commitdiff | tree |
2008-06-20 |
Patrice Mandin | nv30: Add separate nv30 state stuff for fb, based on... |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: GL_BYTE vertex/texcoord arrays |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: initial support for fixed-pt vertex arrays |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: refactor: move initialization of DefaultPacking... |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | gallium: always need st_init-blit() |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | gallium: remove unneeded #include |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: fix errors in prev commit |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: revamp glBlendFunc loopback |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: added _vbo_Materialfv() |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f... |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: fix some FEATURE_x tests |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | egl: added null ptr checks |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | egl: implment EGL_LARGEST_PBUFFER query |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | egl: added null ptr check |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | egl: default API should be ES |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | gallium: assorted FEATURE tests |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | gallium: remove unneeded #include |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | mesa: test for FEATURE_ATI_fragment_shader |
commit | commitdiff | tree |
2008-06-20 |
Brian Paul | egl: fix assorted context-related bugs |
commit | commitdiff | tree |
2008-06-19 |
Brian Paul | gallium: new st_api.c file with token symbol for identi... |
commit | commitdiff | tree |
2008-06-19 |
Brian Paul | gallium: remove unused vars |
commit | commitdiff | tree |
2008-06-19 |
Brian Paul | egl: use dlsym() to try to identify APIs |
commit | commitdiff | tree |
2008-06-19 |
Brian Paul | egl: clean up prototype code, new _eglFindAPIs() function. |
commit | commitdiff | tree |
2008-06-19 |
Jakob Bornecrantz | i915: Fixed cubemap layouts |
commit | commitdiff | tree |
2008-06-19 |
José Fonseca | gallium: Handle malloc failure. |
commit | commitdiff | tree |
2008-06-19 |
Jakob Bornecrantz | i915: Refractored and clean up i915_texture.c |
commit | commitdiff | tree |
2008-06-19 |
José Fonseca | gallium: Add extra parenthesis as advised by gcc. |
commit | commitdiff | tree |
2008-06-19 |
Michal Krol | util: Add missing format names. |
commit | commitdiff | tree |
2008-06-19 |
José Fonseca | draw: Fix MSVC integer size conversion warning. |
commit | commitdiff | tree |
2008-06-19 |
José Fonseca | Parse the section:offset instead of the rva+base when... |
commit | commitdiff | tree |
next |