2004-03-01 |
Roland Scheidegger | Fix calling fallback_drawarrays() with the wrong arguments |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Roland Scheidegger | Add support for the new DRI driver interfaces to the... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Michel Dänzer | Inline get_size as an interim measure to get rid of... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Felix Kuehling | Corrected the maximum vertex size argument of _tnl_init... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Felix Kuehling | Reorganized hardware state data structures and state... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Paul | Remove clamp parameter from _mesa_unpack_color_span_flo... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Paul | minor clean-ups |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Paul | consolidate image transfer operations in new _mesa_appl... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Paul | rename some span pack/unpack functions for better unifo... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Paul | move _swrast_texture_table_lookup() to _mesa_lookup_rgb... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Paul | consolidate some code |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Paul | replace color table FloatTable boolean with Type enum |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Paul | paltex demo from recent texcombine changes. Minor... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Michel Dänzer | Only print message about disabling HW TCL if the chip... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Ian Romanick | Create all the right modes for 16-bit screens. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Ian Romanick | Fix a problem with 24-bit screens. Modes with 0 stenci... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Brian Paul | move _mesa_load_state_parameters() to state validation... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Brian Paul | fix PK2H, UP2H, PK2US bugs |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Brian Paul | check for null paramList |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Brian Paul | check for invalid fragment program in glDrawPixels... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Brian Paul | check for invalid vertex/fragment program in glBegin |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Brian Paul | fix another glDrawArrays indexing bug, jump through... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Brian Paul | fix library naming glitches (bug 904867) |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Brian Paul | Fix C/C++ calling conventions problem (Bug 904854) |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Felix Kuehling | Set ctx->Const.MaxTexture[Image/Coord]Units correctly... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Felix Kuehling | Adapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Felix Kuehling | Forgot to remove savagevb.h in last commit. |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Felix Kuehling | Converted vertex setup to use t_vertex.[ch]. |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Ian Romanick | Create all the right modes for 16-bit screens. |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Brian Paul | added _tnl_allow_vertex/pixel_fog() calls |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Felix Kuehling | Call _tnl_allow_pixel/vertex_fog in savageCreateContext... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Brian Paul | use ABS(Z) when computing blend factors |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | call _tnl_allow_pixel/vertex_fog() funcs |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | turns out we probably need a _tnl_allow_pixel_fog(... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | jump through dispatch table instead of calling gl funct... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | fix incorrect texcoord attribute index |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | added some GLAPIENTRY keywords, minor clean-ups |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | s/transform/tnl/ |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | upgraded to version 22 |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | Yet another revision of _ae_update_state(). Issue... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | added some const keywords |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Brian Paul | glDrawArrays loop was wrong |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Paul | updates from Erdi Chen |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Paul | fix typo (Matt Case) |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Ian Romanick | The available GLX version is now logged in addition... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Dave Airlie | delete the textures |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Felix Kuehling | Imported the Savage DRI driver from the savage-2-0... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Brian Paul | some minor tweaks |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Borca | fixed some typos |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Ian Romanick | Refactored several variables out of XMesaVisual in... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | recent bug fixes/changes (fog, glArrayElement, triangle... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | A few more tweaks to fog code. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | compute fog coord in eye space, not clip space |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | A bit of an overhaul of the fog code. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | define DO_FRAGMENT_FOG=1 to test fragment program fog... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | added SPAN_W |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | just some reformatting |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | some debug code |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | added FogOption to fragment_program struct |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | added FixedToDouble() macro |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Brian Paul | Added TRIANGLE_WALK_DOUBLE to optionally walk triangle... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Roland Scheidegger | texture env combine refactor (Andreas Stenglein), follo... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Brian Paul | remove incorrect negation in fog coord computation |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Keith Whitwell | Add _tnl_set_attr() to complement existing get_attr... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Keith Whitwell | glutInitWindowPosition |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Borca | cleanup and some WGL PIXELFORMAT issues |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Borca | fog_coord demo |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Brian Paul | some code clean-ups |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Brian Paul | Minor clean-ups of variable scopes, initializations... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Keith Whitwell | Remove debug |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Keith Whitwell | Make it easier for drivers to create "subclasses" of... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Brian Paul | added note about kernel modules |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Ian Romanick | Minor tweaks to get the fbconfig list returned by __dri... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Brian Paul | info about precompiled libs for Solaris |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Brian Paul | init secondary color to (0,0,0,1). remove some redunda... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Brian Paul | set buffer object default Usage and Access |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Brian Paul | new comments, rename some stuff |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Ian Romanick | Fix a problem that caused the new interface code to... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Ian Romanick | Enable use of new DRI interface in MGA driver. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Brian Paul | Minor re-org of state for fog and precision options. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Brian Paul | bunch of assorted updates/changes |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Dave Airlie | minor cleanups from t_dd_vb.c |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Dave Airlie | remove vertex_stride_shift, fix up code to not need it |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Dave Airlie | fix up specular color/fog and triangle vertex retrieval |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Dave Airlie | fixup vertex building code .. |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Dave Airlie | more updates , gears sorta works |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Brian Paul | Fix the problem found with UT after I had added support... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Dave Airlie | initialise VBLANK |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Brian Paul | Do more bookkeeping of vertex buffer object reference... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Ian Romanick | Added a test case for Mesa bug #508473 that I wrote... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Ian Romanick | Initial pass at adding support for the new DRI driver... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Ian Romanick | Added yet another version of gears. This one uses... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Roland Scheidegger | revert to version 1.18 for now to fix segfaults in... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Roland Scheidegger | change lighting to use MULT instead of PREMULT (i.e... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Brian Paul | some useful matrix functions |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Daniel Borca | fixed back fxMesaGetCurrentContext to match MakeCurrent |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Roland Scheidegger | Changed lighting to use SOURCE_MATERIAL instead of... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Borca | reorganized DMesa to fxMesa wrapper |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Daniel Borca | deal with combine_ext refactor |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Brian Paul | Restore some of the previous code for handling conventi... |
commit | commitdiff | tree | snapshot |
next |