2005-01-13 |
Vladimir Dergachev | Sync with master copy. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Dave Airlie | add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Alan Hourihane | remove some dead texture code |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Felix Kuehling | Make sure DMA buffers are released in savageDestroyCont... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Whitwell | Fix loop for quads-as-triangles. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Whitwell | Rename via_fastrender_* to avoid confusion with similar... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Whitwell | Simplify viaChooseVertexState slightly. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Whitwell | Remove misleading comment. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Whitwell | Typo |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Whitwell | Emit constant colors for texunit 1 blending. |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | add s_atifragshader.c, s_atifragshader.h |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | 3dlabs glslang frontend |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | 3dlabs glslang frontend, not complete |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | cosmetic changes |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | implement ARB_shader_objects, not complete |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | add atifragshader.c, shaderobjects.c, shaderobjects_3dl... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | add shaderobjects_3dlabs.c |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | add ARB_shader_objects interfaces, shared and context... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | enable ARB_fragment/vertex_shader |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | init ARB_shader_objects subsystem |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Michal Krol | add shader/shaderobjects_3dlabs.c |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Whitwell | cut out dead texture state code |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Alan Hourihane | revert some makecurrent code |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Alan Hourihane | Fix glean scissor test |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Vladimir Dergachev | Prevent "disabling 3D acceleration" message from printi... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Vladimir Dergachev | Incorporate TX_FORMAT information contributed by Wladim... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Alan Hourihane | As we fallback for polygon stipple on the CLE266 for... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Alan Hourihane | Use the faster span read/write template for 16bpp |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | Don't special-case 16bpp for colormask register - not... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | Simplify usage of drmHash functions and fix bug in |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | free buffer in t_vertex_c.c on context delete |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | Remove bogus write to freed memory (valgrind). |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Alan Hourihane | Check for deletion of currently bound context |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | new test to exercise context and window create/delete |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Alan Hourihane | Fixes lockups initializing AGP DMA. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | Expand out the N(x) macro so that tags can find functio... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Alan Hourihane | build fixes and enable agp dma |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | Add flag to clear texture caches after texture upload. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | Don't emit HC_SubA_HSPXYOS on CLE266. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Keith Whitwell | Allow two GL primitives to be combined to one HW primitive |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Alan Hourihane | Fix multitexturing. |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Daniel Borca | some "safer" type-punning (gcc optimizes float moves... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Brian Paul | temporary prototypes for OpenGL 2.0 |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Brian Paul | OpenGL 2.0 StencilFunc/Op/MaskSeparate functions |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Brian Paul | Some initial work for OpenGL 2.0: glStencilFunc/Op... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Ian Romanick | Added a couple missing proxy types. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Aapo Tahkola | Mipmapping and other texture filters now work. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Ian Romanick | Put quotes around the CC and CXX variables passed to... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Alan Hourihane | fix a typo |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Keith Whitwell | Disable bogus pbuffer code (though this could be revive... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Alan Hourihane | Fix the calculation of the alpha reference value which... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Keith Whitwell | Temporarily disable pageflipping assert. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Alan Hourihane | uncomment |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Alan Hourihane | Fix ColorMask |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Brian Paul | prototype _mesa_init_ati_fragment_shader() |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Michal Krol | aliasing was broken |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Keith Whitwell | Add a big nasty fallback for AlphaTest -- seems to... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Alan Hourihane | fallback on polygon.stippleflag (thanks Keith) |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Brian Paul | VMS updates from Jouk Jansen |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Daniel Borca | applied Keith's patch for "safe" type-punning. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Alan Hourihane | Fix usage of texture units, when TEX1 is enabled, but... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Vladimir Dergachev | Get NeHe lesson08 to work. Note: it appears the filteri... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Vladimir Dergachev | Switch back to using immediate mode code - use of AGP... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Vladimir Dergachev | Move the few definitions from r300_lib.h still in use... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Vladimir Dergachev | Switch r300_state.c to use r300_fixed_pipelines.h inste... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Vladimir Dergachev | Copy sample pixel and vertex shaders to r300_fixed_pipe... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Brian Paul | remove a debug line |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Brian Paul | tweak output formattting, fixed uninitialized var error |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Felix Kuehling | Fixes to cope with the lack of AGP textures. This is... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Alan Hourihane | Fallback on PolygonStipple for CLE266 hardware. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Brian Paul | Windows/ReactOS patch (Gregor Anich) |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Keith Whitwell | More changes to cope with color stride == 0 |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Keith Whitwell | Fix segfault in pipes by dealing with stride == 0 case... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Vladimir Dergachev | Bring vertex buffer code up to date.. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Vladimir Dergachev | For some reason we need r300Flush when using textures... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Vladimir Dergachev | Clean up the code and make it unnecessary to issue... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Vladimir Dergachev | Port EmitPixelShader from cmdbuf.c to SetupPixelShader... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Vladimir Dergachev | Implement a more elaborate hashing scheme for texture... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | minor readtex fixes |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | improved animation rate |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | rotate at fixed rate, changed fire effect (Marcelo... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | rotate at fixed rate (Marcelo Magallon) |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | use #ifdef to test for extension |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | include readtex.h |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | better animate rate (Marcelo Magallon) |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | some new/improved rules |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | include readtex.h instead of readtex.c |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | include readtex.h instead of readtex.c (Marcello Magallon) |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | Add #ifdefs for extension testing (Marcello Magallon) |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | animation rate patch (Marcello Magallon) |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Brian Paul | rotate at a reasonable rate |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Brian Paul | compute reasonable animate rate (Marcelo Magallon) |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Brian Paul | fix-up rules for sphere demo, which uses readtex utility |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Felix Kuehling | * Flush and wait in per-primitive fallback functions... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Felix Kuehling | Added missing break; to fix infinite recursion between... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Felix Kuehling | Added state debugging option (SAVAGE_DEBUG=state). |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Adam Jackson | Enable libGL to be built with DRI_NEW_INTERFACE_ONLY... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Adam Jackson | Parallel build fix. Multiword variables on the target... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Keith Whitwell | Add t_vb_cull.c (Bernard Blackham) |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Keith Whitwell | And fix the obvious bugs in higher-numbered templates. |
commit | commitdiff | tree | snapshot |
next |