2006-11-20 |
Keith Whitwell | Don't perform dangling attribute check on POS attribute... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Keith Whitwell | Fix compiler warnings. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Roland Scheidegger | need to call bind_arrays() in vbo_exec_DrawRangeElements. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Roland Scheidegger | remove remaining traces of r200FlushVertices... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Jerome Glisse | Move r300 to new fbo interface based on Keith Whithwell. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Keith Whitwell | Fix type-conversion of incoming vertices. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Keith Whitwell | Fix typo in last commit |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Keith Whitwell | Similarly, fill in missing input slots in the vertex... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Keith Whitwell | Fill in missing input slots in the vertex-array + no... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Alan Hourihane | merge current trunk into vbo branch |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Keith Whitwell | Fix typo in display list attrib binding. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Keith Whitwell | Respect array->Normalized flag. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Keith Whitwell | missing file |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Keith Whitwell | switch remaining drivers over to vbo |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Keith Whitwell | disable vtxfmt_a code, switch over to vbo |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Keith Whitwell | remove vtxfmt code, switch over to vbo |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Keith Whitwell | pickup structs from vbo.h |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Keith Whitwell | move public structure definitions to vbo.h |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Keith Whitwell | cleanup code, compiles with vbo changes |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Keith Whitwell | oops, get.c is autogenerated |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Keith Whitwell | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Keith Whitwell | Remove wakeup functions. This code is intended to... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Keith Whitwell | switch several dri drivers over |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Keith Whitwell | better handling of current attributes. Trivial dlist... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Keith Whitwell | checkpoint - remove dead files, otherwise untested |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Keith Whitwell | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Keith Whitwell | switch over to vbo module |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Keith Whitwell | remove this module |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Keith Whitwell | Changes for new vbo-building module. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Keith Whitwell | Checkpoint of new vbo-building code. Currently builds... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Brian Paul | Added PROGRAM_CONSTANT to get_register_pointer(). |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Brian Paul | special case END in _mesa_print_instruction() |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Brian Paul | Implement _mesa_append_fog_code() for fragment program... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Brian Paul | If DEBUG, check that all array indices really do fall... |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Roland Scheidegger | remove code for inserting mvp transform into position... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Brian Paul | Previously, if a fragment program referenced fragment... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Roland Scheidegger | change some bogus comments regarding the base e exponen... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Roland Scheidegger | fix (per-vertex) fog when using ARB_vp by incorporating... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Ian Romanick | Add missing call to glutInit. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Brian Paul | s/GLchan/GLubyte/ |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Brian Paul | whitespace clean-up |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Keith Whitwell | Emit cliprects in the userspace driver as required... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Brian Paul | assorted clean-ups |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Brian Paul | don't save color/z if fragment is killed |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Brian Paul | add minstall script to MAIN_FILES (bug 8720) |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Brian Paul | minor tweaks good for about 12% faster execution |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Brian Paul | silence used var warnings |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Brian Paul | Color clamping fixes. |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Brian Paul | move/improve comments, clean up code in a few places |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Brian Paul | fix another logic error in computing deferredTexture |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Brian Paul | For deferredTexture, need to check if the fragment... |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Brian Paul | move interpolate_varying() call |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Brian Paul | don't use params passed to Clear() |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Brian Paul | Move interpolate_texcoords() and interpolate_varying... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Brian Paul | Consolidate some code into shade_texture_span(). |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Brian Paul | fixed Fixed/Int bug |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Brian Paul | remove temp code |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Brian Paul | remove some debug/test changes |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Brian Paul | New bin/minstall script - a minimal replacement for... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Brian Paul | fix problem when CHAN_BITS == 32 (bug 8704), remove... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Michal Krol | Fix nonportable pointer+unsigned arithmetic. Use pointe... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | added clamp_colors(), updated assertions |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | minor re-org, doxygen comments |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | Changed install filenames to libGL* and libOSMesa*... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Ian Romanick | Enable GLX_SGI_make_current_read for radeon. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | Don't use x/y/w/h params given to Clear(). |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | Want to stop passing x/y/width/height to Clear() function. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | Don't pass x/y/width/height to ctx->Driver.Accum(). |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | glDrawPixels, line clipping bug fixes |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | Fix broken line clipping. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Brian Paul | Fix a dangerous use of ASSERT in an else-clause not... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | Always convert colors to float before running a fragmen... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | fix fog color bug |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | Move struct atifs_machine into s_atifragshader.c |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | Seperate interpolate_colors() and interpolate_specular(). |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | apply_aa_coverage() for ubyte/ushort/float |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | new assertions - one of which is currently failing... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | remove obsolete intelBufferSize(), bump driver date |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | Remove get_buffer_size() |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | Lots of fixes/changes to select color depth at runtime. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | check if ctx->Driver.GetBufferSize==NULL and no-op |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | include x86-64.h to silence warning |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Brian Paul | Fix CHAN_BITS=32 issues. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Brian Paul | Added -clip option to test glCopyPixels beyond window... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Brian Paul | Init _UseTexEnvProgram to fix failed assertion in i915_... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Brian Paul | Updates to intelWindowMoved(): |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Ian Romanick | Track the currently bound read drawable and make sure... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Ian Romanick | Fix build when DEBUG is defined but DEBUG_MATH is not. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Brian Paul | s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Ian Romanick | Fix bug #8563. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Brian Paul | Set _NEW_BUFFERS in _mesa_resize_framebuffer(). This... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Brian Paul | remove some old code that could cause infinite recursion |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Brian Paul | allow >10 mipmap levels (patch by Benno Schulenberg... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Brian Paul | regenerated to get DRI_CONF_EXCESS_MIPMAP() |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Roland Scheidegger | fix handling of textures with a base internal format... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Brian Paul | Added #if / #else / #endif around code related to frame... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Brian Paul | updated comments, mark GetBufferSize() and ResizeBuffer... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Brian Paul | minor clean-up: s/intel->driDrawable/dPriv/ |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Brian Paul | Remove calls to _mesa_ResizeBuffersMESA() - generally... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Brian Paul | Remove a bunch of "ctx->Driver.function = _swrast_Funct... |
commit | commitdiff | tree | snapshot |
next |