summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage
Commit message (Expand)AuthorAgeFilesLines
* uint*t -> u_int*tAlan Hourihane2004-12-148-98/+98
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-4/+3
* Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher2004-10-087-195/+147
* Fix emitting fog without secondary color and vice-versa.Felix Kuehling2004-10-071-19/+46
* Add some Savage3D stencil documentation based on discussions during theIan Romanick2004-10-041-0/+15
* added support for GL_ARB_draw_buffersBrian Paul2004-10-022-3/+3
* Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling2004-08-224-28/+374
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-4/+4
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-032-5/+4
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-022-2/+2
* WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible.Felix Kuehling2004-05-241-0/+1
* get rid of last few XF86DRIClipRectDave Airlie2004-05-033-7/+7
* Fix order of EMIT_4UB_4F declarationsKeith Whitwell2004-04-221-2/+2
* make note about needing to fix the drm driver to enable SAVAGE_CMD_DMAAlan Hourihane2004-04-081-0/+1
* Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling2004-03-271-0/+1
* Enable drawing directly to the (now tiled) front buffer.Felix Kuehling2004-03-262-21/+8
* Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling2004-03-251-0/+1
* More state management changes:Felix Kuehling2004-03-254-27/+21
* Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling2004-03-243-15/+29
* Missing in last commit.Felix Kuehling2004-03-241-0/+4
* Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling2004-03-247-148/+233
* ctx->Const.MaxTextureLevels is not the highest mipmap level but the numberFelix Kuehling2004-03-211-2/+2
* Improved MaxTextureLevel computation to take the nr. of tex units and bothFelix Kuehling2004-03-211-12/+34
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-213-7/+7
* Removed some useless definitions, artifacts from the Utah-GLX i810 driver.Felix Kuehling2004-03-213-430/+74
* unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling2004-03-216-340/+361
* Fixed texture LOD bias.Felix Kuehling2004-03-201-63/+24
* Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resultedFelix Kuehling2004-03-202-2/+3
* Cleaned up and fixed stencil fallback.Felix Kuehling2004-03-201-24/+9
* Cleaned up and slightly optimized the texture upload code.Felix Kuehling2004-03-081-145/+122
* Swapout textures who's space is claimed by a new texture. Don't destroy.Felix Kuehling2004-03-081-1/+1
* Fixed texture tiling format for 8bit texels on ProSavage and Twister.Felix Kuehling2004-03-071-5/+5
* Rewrote tiled texture upload. Small mipmap levels work correctly now.Felix Kuehling2004-03-072-424/+243
* Fixed two small problems in the vertex setup.Felix Kuehling2004-03-072-3/+11
* Small texture management fixes. Should get rid of assertions some people were...Felix Kuehling2004-03-041-16/+6
* Clearing rectangle was one too big in each direction.Felix Kuehling2004-03-041-2/+2
* Cope with float colors in VERT_SET_RGBA and VERT_SET_SPEC macros.Felix Kuehling2004-03-021-17/+16
* Fixed some small state tracking issues while hunting a different problem.Felix Kuehling2004-03-021-4/+6
* Corrected the maximum vertex size argument of _tnl_init_vertices.Felix Kuehling2004-02-291-1/+1
* Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling2004-02-297-1373/+706
* Set ctx->Const.MaxTexture[Image/Coord]Units correctly. Fixes corruption in q3.Felix Kuehling2004-02-261-0/+2
* Adapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros to copy with all savage...Felix Kuehling2004-02-261-7/+13
* Forgot to remove savagevb.h in last commit.Felix Kuehling2004-02-261-62/+0
* Converted vertex setup to use t_vertex.[ch].Felix Kuehling2004-02-267-503/+121
* Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul)Felix Kuehling2004-02-251-0/+2
* Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling2004-02-2221-0/+10537