Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-24 | Fix CRLF line endings. | José Fonseca | |
2008-06-24 | Allow CRLF automatic conversion on MSVC project files. | José Fonseca | |
MSVC doesn't really care, and it is frequently causing merge conflicts. | |||
2008-06-24 | i915: Create a texture and surface for shared frontbuffer | Jakob Bornecrantz | |
2008-06-24 | i915: Added texture_blanket function | Jakob Bornecrantz | |
2008-06-24 | i915: Moved screen creation to intel_be_device | Jakob Bornecrantz | |
2008-06-24 | gallium: Fix warning in u_blit.h | Jakob Bornecrantz | |
2008-06-24 | egl: Stdint was missing from eglconfigutil.h | Jakob Bornecrantz | |
2008-06-24 | mesa: Fix Windows GDI winsys build. | José Fonseca | |
2008-06-24 | gallium: Avoid double arithmetic. | José Fonseca | |
2008-06-24 | mesa: Use standard integer types. | José Fonseca | |
Especially get rid of the non-portable long long. | |||
2008-06-24 | mesa: Replace deprecated __MSC__ macro. | José Fonseca | |
2008-06-24 | dri/intel: Use standard integer types. | José Fonseca | |
2008-06-24 | gallium: Drop deprecated __MSC__ macro. | José Fonseca | |
2008-06-24 | egl: Use standard integer types. | José Fonseca | |
2008-06-24 | mesa/dri: User standard integer types. | José Fonseca | |
2008-06-24 | mesa: More signed/unsigned float/integer fixes. | José Fonseca | |
2008-06-24 | mesa: WGL is not part of the WinCE API. | José Fonseca | |
Although it would be interesting having the GDI winsys running on WinCE several Windows GDI API functions and data structures are missing from WinCE headers, making this far from a trivial endeavor. | |||
2008-06-24 | gdi: Update for surface_alloc_storage changes. | José Fonseca | |
2008-06-24 | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca | |
2008-06-24 | mesa: Use _mesa_bsearch. | José Fonseca | |
2008-06-24 | mesa: bsearch implementation for WinCE. | José Fonseca | |
2008-06-24 | mesa: Replace abort by asserts. | José Fonseca | |
2008-06-24 | mesa: Move variable declarations to the scope top. | José Fonseca | |
2008-06-24 | mesa: Don't include sys/types.h on WinCE. | José Fonseca | |
We probably shouldn't be including sys/types.h at all, but let's leave that for another time. | |||
2008-06-23 | gallium: added support for fixed-point formats, drawing | Brian Paul | |
2008-06-23 | gallium: code for PIPE_SUBSYSTEM_WINDOWS_USER | Jonathan White | |
2008-06-23 | nv30: add state zsa, based on nv40 one | Patrice Mandin | |
2008-06-23 | nv30: add state viewport, based on nv40 one | Patrice Mandin | |
2008-06-23 | nv30: add state stipple, based on nv40 one | Patrice Mandin | |
2008-06-23 | nv30: add state scissor, based on nv40 one | Patrice Mandin | |
2008-06-23 | nv30: add state rasterizer, based on nv40 one | Patrice Mandin | |
2008-06-24 | mesa: ASSERT macro is already defined by WinCE headers. | José Fonseca | |
Even when just the standard headers are used.... | |||
2008-06-24 | mesa: No getenv on WinCE. | José Fonseca | |
2008-06-24 | gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ↵ | José Fonseca | |
ad-hoc ones. | |||
2008-06-24 | gallium: WinCE does not have cosf, sinf, etc. | José Fonseca | |
2008-06-23 | gallium: in softpipe_get_tex_surface() use the pitch specified in the ↵ | Brian Paul | |
softpipe_texture object. Fixes a pitch/width mix-up. | |||
2008-06-23 | i915: Add render and texture support for tiled texture and buffers | Jakob Bornecrantz | |
This is step towards tiled textures and buffer support for i915. But the tiled attribute is never set. | |||
2008-06-23 | gallium: fix-up inverted do_copy_texsubimage() | Brian Paul | |
The logic/arithmetic for inverting the src image is a bit simpler now. | |||
2008-06-23 | gallium: fix Y-inverted copies | Brian Paul | |
Don't require the caller to pass a non-intuitive negative src_y coord anymore when doing a src-inverted copy. | |||
2008-06-23 | gallium: remove dead/prototype code | Brian Paul | |
2008-06-23 | gallium: change surface_copy()'s do_flip to boolean | Brian Paul | |
2008-06-23 | gallium: fix bad srcy coord if do_flip | Brian Paul | |
2008-06-23 | gallium: fix bad srcy coord if do_flip | Brian Paul | |
2008-06-23 | gallium: added some assertions | Brian Paul | |
2008-06-23 | Don't make libmesa.a or libglapi.a depend on asm_subdirs | Brian Paul | |
Since the asm_subdirs target does not actually create a file, make will always consider that it needs to be rebuilt. If libmesa.a and libglapi.a have asm_subdirs as a prerequisite, then they will always need to be rebuilt, too. The correct order will be preserved by the default target, though. This should fix #16358. Conflicts: src/mesa/Makefile cherry-picked from master | |||
2008-06-23 | Create $(TOP)/$(LIB_DIR) for install, too | Dan Nicholson | |
If `make install' is run without running `make' first, the $(LIB_DIR) will not be created. This also changes the mkdir a little bit so that it isn't run if necessary and added `-p' so that it is immune to races. | |||
2008-06-23 | Ensure all objects are built when installing DRI | Dan Nicholson | |
2008-06-23 | util: Blit can now copy from texture to surface | Jakob Bornecrantz | |
2008-06-23 | gallium: Add accessor functions to get textures from a st_framebuffer | Jakob Bornecrantz | |
2008-06-23 | scons: Update to target WinCE 6.0. | José Fonseca | |