2006-11-01 |
Michal Krol | Write back gl_FragDepth to span->array->z. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | Don't use the x/y/width/height params passed to Clear... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | disable debug printf |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | disable debug printfs |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Jerome Glisse | Correct a little bug, radeon->glCtx is a pointer. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Jerome Glisse | Remove deprecated GetBufferSize interface. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | recent updates/fixes |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Keith Whitwell | fix compiler warnings |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Keith Whitwell | Patch from <haihao.xiang@intel.com> -- pass program... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Keith Whitwell | merge the (rest of) texmem branch |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Keith Whitwell | Merge texmem-0-3-branch. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Jerome Glisse | Add LIT instruction to fragment program. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Keith Whitwell | Import texmem i915 driver to its new location as i915tex. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Jerome Glisse | Add CMPH instruction to fragprog |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Keith Whitwell | Patch from <haihao.xiang@intel.com> -- pass program... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | change DEBUG_FRAG conditions |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | fix some bugs in interpolate_specular() |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Brian Paul | Added a few new ctx->Const. fields for shader-related... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Brian Paul | make use of Parameters->StateFlags in _swrast_update_fr... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Brian Paul | minor clean-ups, simplifications and new comments |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Brian Paul | fix MINGW32 problems |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Brian Paul | We need to call _mesa_load_state_parameters() whenever... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Brian Paul | signal _NEW_LIGHT in _tnl_copy_to_current() |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Brian Paul | In TEX instructions, use precomputed lambda only if... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Brian Paul | For TEX instructions use lambda=0. When sampling from... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Ian Romanick | Fix bug #8799. |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Ian Romanick | Refactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackC... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Ian Romanick | Get DRI drawable from framebuffer object. |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Brian Paul | code tweaks, remove old comments |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Brian Paul | fix _mesa_problem() text |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Brian Paul | Move gl_vertex_program_machine struct out of mtypes... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Brian Paul | remove debug code |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Brian Paul | Rather than always allocating 100 instructions, put... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Brian Paul | New _mesa_exec_vertex_state_program() function. Start... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Brian Paul | fix wrong inequality |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Brian Paul | Change _mesa_init_instruction() to initialize an array... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Brian Paul | Program instructions are initialized before parsing... |
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 |
next |