summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2006-11-19More work on the swtclStephane Marchesin
2006-11-19More fifo debug fixesStephane Marchesin
2006-11-19Oops.Stephane Marchesin
2006-11-19Fix the fifo debugging feature.Stephane Marchesin
2006-11-19New swtcl implementation. It's simpler than the previous one (doesn't useStephane Marchesin
2006-11-19Don't bother touching lighting stuff if shaders are in useBen Skeggs
2006-11-19Fix nv30LineWidth, hw expects a ubyte.Ben Skeggs
2006-11-19Avoid sharing subchannels with the ddx until context switching is doneBen Skeggs
2006-11-19More FIFO fixes.Ben Skeggs
2006-11-19Stupid bug..Ben Skeggs
2006-11-19poke the correct FIFO regsBen Skeggs
2006-11-18More state functionsStephane Marchesin
2006-11-18Add nv20_state.c ; hook nv10_state.c into the build ; do the renamingStephane Marchesin
2006-11-17Small unneeded nv03 fixStephane Marchesin
2006-11-17Use RENDERINPUTS macros to access render_inputs_bitsetBen Skeggs
2006-11-17fragment.position supportRune Petersen
2006-11-17r300_select_vertex_shader4:Rune Petersen
2006-11-17Adapt FIFO code to deal with cases where the base GET/PUT value isn't 0.Ben Skeggs
2006-11-16jkolb pointed out that face can also be FRONT_AND_BACK. Added stencil funcsBen Skeggs
2006-11-16Add nv30InitStateFuncsBen Skeggs
2006-11-16remove unused imesa local var to silence warningsBrian Paul
2006-11-16nv10 state copy/pasted from nv30 statePatrice Mandin
2006-11-16Make sure vbo's are mapped before accessing their contents inKeith Whitwell
2006-11-15Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul
2006-11-15Remove use of GetBufferSize (depreciated).Jerome Glisse
2006-11-14Enable GLX_SGI_make_current_read for tdfx.Ian Romanick
2006-11-13Clean-up compiler warnings.Ian Romanick
2006-11-13Implement GL_ARB_occlusion_query.Ian Romanick
2006-11-13tdfxDDWriteDepthPixels can be called with mask == NULL.Ian Romanick
2006-11-13Major clean-up of tdfxDDGetString.Ian Romanick
2006-11-13Eliminate use of deprecated GetBufferSize interface.Ian Romanick
2006-11-13Fix "3D driver claims to not support visual ..." warnings.Ian Romanick
2006-11-13Fix segfault in nouveauCalcViewportBen Skeggs
2006-11-12Add include guard.Jeremy Kolb
2006-11-12Some more nouveau_screen.c setup, not sure how correct it is yet though..Ben Skeggs
2006-11-12We need nmesa->driFd and friends setup before we call nouveauFifoInitBen Skeggs
2006-11-12Dont call exit() from the DRI driver, with AIGLX this is particularly nastyBen Skeggs
2006-11-11fix typoBen Skeggs
2006-11-11Some nouveau_screen work for darktamaStephane Marchesin
2006-11-11Fill in nv30PointSize and nv30Viewport.Jeremy Kolb
2006-11-11Fix the texture init function nameStephane Marchesin
2006-11-11Add the GL_LIGHING enableStephane Marchesin
2006-11-11Some work on nv30 state, heavily based on jkolb's workStephane Marchesin
2006-11-10Bump driver date.Ian Romanick
2006-11-10Refactor savageXMesaSet{Back,Front}ClipRects.Ian Romanick
2006-11-10Enable GLX_SGI_make_current_read.Ian Romanick
2006-11-10Fix up texture compression at least Get and TexImage, not too sure aboutDave Airlie
2006-11-10Implement GLX_SGI_make_current_readIan Romanick
2006-11-09Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick
2006-11-07Commit a small nitpickStephane Marchesin