| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-06-22 | Ensure all objects are built when installing DRI | Dan Nicholson | |
| 2008-06-22 | Don't make libmesa.a or libglapi.a depend on asm_subdirs | Dan Nicholson | |
| 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. | |||
| 2008-06-22 | 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 | nouveau: update for interface changes + hack around gallium x86_64 bustage | Ben Skeggs | |
| 2008-06-23 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
| Conflicts: configs/default | |||
| 2008-06-22 | draw: fix non-i386 builds | Keith Whitwell | |
| 2008-06-21 | Update for extra vertex attributes | Patrice Mandin | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | #undef DEBUG to silence warnings | Brian Paul | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
| 2008-06-21 | s/inline/INLINE | Brian Paul | |
| 2008-06-21 | remove old comments | Brian Paul | |
| 2008-06-21 | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith | |
| Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com> | |||
| 2008-06-21 | Rename quad function to quadr to avoid clash with Solaris quad typedef | Daniel Zhu | |
| Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com> | |||
| 2008-06-21 | Make minstall work with Solaris /bin/sh | Alan Coopersmith | |
| Solaris /bin/sh doesn't set $PWD for you Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com> | |||
| 2008-06-21 | Fix builds with compilers other than gcc 3.0 & newer | Alan Coopersmith | |
| Add #include "glheader.h" for definition of __builtin_expect for compilers that don't support it. Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com> | |||
| 2008-06-21 | added pointer to beta/release candidates | Brian Paul | |
| 2008-06-21 | R300: 1002:5657 is actually RV410 | Alex Deucher | |
| See bug 14289 | |||
| 2008-06-21 | nv30: Add state for blend | Patrice Mandin | |
| 2008-06-21 | nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ↵ | Patrice Mandin | |
| ones | |||
| 2008-06-21 | r200: fix typo in r200TryDrawPixels parameter validation (bug 16406) | Roland Scheidegger | |
| 2008-06-20 | gallium: s/feadback/feedback/, duh | Brian | |
| 2008-06-20 | gallium: fix invalid call to draw_set_mapped_constant_buffer() | Brian Paul | |
| We were indexing sp_constants[i] outside the loop so i was 2. Replace i with PIPE_SHADER_VERTEX. Also, replace magic '2' with PIPE_SHADER_TYPES in a few places. | |||
| 2008-06-20 | gallium: fix some surface usage bugs | Brian Paul | |
| When a surface is created with GPU_WRITE that really means "GPU render" and that can involve reads (blending). Set surface usage to PIPE_BUFFER_USAGE_CPU_READ + WRITE. Fixes progs/demos/lodbias demo. Also, mark texture as 'modified' when mapped for writing so that the tile cache can know when to freshen a cached tile. Fixes glTexSubImage2D(). | |||
| 2008-06-20 | egl: added cpp assertions/sanity checks | Brian Paul | |
| 2008-06-20 | mesa: init ctx->RenderMode | Brian Paul | |
| 2008-06-20 | egl: added null ptr check | Brian Paul | |
| 2008-06-20 | nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use ↵ | Patrice Mandin | |
| it now | |||
| 2008-06-20 | mesa: GL_BYTE vertex/texcoord arrays | Brian Paul | |
| 2008-06-20 | mesa: initial support for fixed-pt vertex arrays | Brian Paul | |
| 2008-06-20 | mesa: refactor: move initialization of DefaultPacking state. | Brian Paul | |
| 2008-06-20 | gallium: always need st_init-blit() | Brian Paul | |
| 2008-06-20 | gallium: remove unneeded #include | Brian Paul | |
| 2008-06-20 | mesa: fix errors in prev commit | Brian Paul | |
| 2008-06-20 | mesa: revamp glBlendFunc loopback | Brian Paul | |
| 2008-06-20 | mesa: added _vbo_Materialfv() | Brian Paul | |
| 2008-06-20 | mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functions | Brian Paul | |
| 2008-06-20 | mesa: fix some FEATURE_x tests | Brian Paul | |
| 2008-06-20 | egl: added null ptr checks | Brian Paul | |
| 2008-06-20 | egl: implment EGL_LARGEST_PBUFFER query | Brian Paul | |
| 2008-06-20 | egl: added null ptr check | Brian Paul | |
| 2008-06-20 | egl: default API should be ES | Brian Paul | |
| 2008-06-20 | gallium: assorted FEATURE tests | Brian Paul | |
