This wont be needed any more
[mesa.git] / src / mesa /
2004-03-29 Michal KrolThis wont be needed any more
2004-03-29 Michal KrolMoved to src/mesa/shader and renamed to arbprogram_syn.h
2004-03-29 Michal KrolMoved to src/mesa/shader and renamed to arbprogparse...
2004-03-29 Michal KrolMoved to src/mesa/shader
2004-03-29 Daniel Borcacode cleanup heheh
2004-03-27 Felix KuehlingForgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.
2004-03-26 Brian Paulfix some warnings
2004-03-26 Felix KuehlingEnable drawing directly to the (now tiled) front buffer.
2004-03-26 Brian PaulDon't use pushd/popd.
2004-03-26 Brian PaulTweaks for make clean / realclean.
2004-03-26 Brian Paulincrease MAX_TEXTURE_LOD_BIAS to 11.0
2004-03-26 Brian Pauladded OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTS
2004-03-26 Brian PaulNew Makefile system
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-25 Brian Paulre-order arguments to mklib
2004-03-25 Felix KuehlingRecalculate the viewport matrix in savageEmitDrawingRec...
2004-03-25 Michal KrolThe OpenGL Shading Language Runtime Library for Legacy...
2004-03-25 Daniel Borcasmall changes (version string)
2004-03-25 Felix KuehlingMore state management changes:
2004-03-24 Felix KuehlingMake sure hardware culling is disabled for unfilled...
2004-03-24 Brian Pauluse Driver.WriteMonoRGBAPixels() when possible (Dan...
2004-03-24 Felix KuehlingMissing in last commit.
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
2004-03-24 Michal KrolSlang internal include file defining constructors and...
2004-03-23 Jouk Jansen Committing in .
2004-03-22 Brian Pauladded s_auxbuffer.c
2004-03-21 Dave Airliemore i810 to new interface
2004-03-21 Felix Kuehlingctx->Const.MaxTextureLevels is not the highest mipmap...
2004-03-21 Felix KuehlingImproved MaxTextureLevel computation to take the nr...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-21 Brian Paulfix array index error in _swsetup_Translate (Felix)
2004-03-21 Felix KuehlingRemoved some useless definitions, artifacts from the...
2004-03-21 Dave AirlieAdd new interface support don't switch on yet ..
2004-03-21 Felix Kuehlingunsigned int -> uint32_t, unsigned char -> uint8_t...
2004-03-20 Felix KuehlingFixed texture LOD bias.
2004-03-20 Felix KuehlingFixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_B...
2004-03-20 Felix KuehlingCleaned up and fixed stencil fallback.
2004-03-20 Brian Paulminor clean-ups
2004-03-20 Brian Paulmake null-terminated copy of program string so that...
2004-03-19 Brian Pauladd missing else statements
2004-03-19 Dave AirlieAdd includes to make mach64 build
2004-03-18 Brian Paulremove redundant call to ctx->Driver.Viewport(), and...
2004-03-18 Ian RomanickConvert int(8|32)_t to uint(8|32)_t, like should have...
2004-03-17 Ian RomanickConvert all uses of CARD32 and CARD8 to int32_t and...
2004-03-15 Dave Airlieextend SOLO code so the DDX version isn't checked
2004-03-15 Keith WhitwellSketch of codegen templates for t_vtx_api.c, not complete
2004-03-15 Keith WhitwellStreamline the error path in VertexAttrib functions...
2004-03-15 Daniel Borcaunfinished SOLO driver for TDFX
2004-03-15 Dave Airliecouple of steps closer still not fully working.. someth...
2004-03-15 Dave AirlieInitial i810_dri.c for miniglx isn't fully functional...
2004-03-15 Dave Airlieuse utility function to check versions
2004-03-14 Brian Paulmore TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad)
2004-03-14 Brian Paulfix stride bug in RGB and BGR span rendering
2004-03-13 Brian PaulAdded some comments. Minor const, int->GLint type...
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-13 Brian Paulmore descriptive error messages for matrix stack over...
2004-03-12 Jon SmirlAdjust includes to help DRI build
2004-03-12 Jon SmirlAdjust mga drivers to remove redundant h file for sarea...
2004-03-12 Jon SmirlMake R128 driver use sarea/defines from DRM. removed...
2004-03-12 Jon SmirlThese files are redundant now. Definitions come from...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-03-10 Michal KrolMoved from src/mesa/main.
2004-03-10 Brian Pauldon't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientAct...
2004-03-10 Michal KrolFixed a number of typos.
2004-03-10 Dave Airlieadd xmlconfig.c to solo build
2004-03-10 Dave Airlieback port span changes from i810, these have been in...
2004-03-09 Brian Paulremove unneeded casts
2004-03-09 Brian PaulFix color index mode rendering.
2004-03-09 Daniel BorcafxMesa: remove buffer_obj_ext, cos it breaks UT2004
2004-03-08 Felix KuehlingCleaned up and slightly optimized the texture upload...
2004-03-08 Brian Paulremove redundant macros (also in m_matrix.h)
2004-03-08 Daniel BorcaVoodoo Rush fixes
2004-03-08 Felix KuehlingSwapout textures who's space is claimed by a new textur...
2004-03-07 Felix KuehlingFixed texture tiling format for 8bit texels on ProSavag...
2004-03-07 Felix KuehlingRewrote tiled texture upload. Small mipmap levels work...
2004-03-07 Felix KuehlingFixed two small problems in the vertex setup.
2004-03-04 Felix KuehlingSmall texture management fixes. Should get rid of asser...
2004-03-04 Brian Paulplug in _mesa_BlendFunc into dispatch table
2004-03-04 Brian Paula bunch of assorted clean-ups, etc to fix warnings...
2004-03-04 Brian Paulcasts to silence warnings
2004-03-04 Brian Paulsilence warnings
2004-03-04 Brian Paulyet another take on VBO deleting and reference counting
2004-03-04 Michal KrolInitial changes after moving from src/mesa/main/.
2004-03-04 Michal KrolAdded missing Copyrights.
2004-03-04 Felix KuehlingClearing rectangle was one too big in each direction.
2004-03-03 Michal KrolGrammar package supporting 8-bit registers.
2004-03-03 Michal KrolAdded support for ARB_fragment_program_shadow.
2004-03-03 Michal KrolInitial registry for ARB_fragment_program and ARB_verte...
2004-03-03 Brian Pauladded clamping to polygon offset to prevent potential...
2004-03-03 Brian Paulcomments, capitalization, misc-clean-ups
2004-03-03 Brian Pauls/_swrast_exec_nv_fragment_program/_swrast_exec_fragmen...
2004-03-03 Brian Paulmore changes to VBO reference counting and deletion
2004-03-03 Daniel Borca_tnl_allow_*_fog(...)
2004-03-03 Daniel Borcamade NASM opcodes consistent
2004-03-02 Felix KuehlingCope with float colors in VERT_SET_RGBA and VERT_SET_SP...
2004-03-02 Felix KuehlingFixed some small state tracking issues while hunting...
2004-03-02 Brian Paulfixed linux-osmesa16-static. Added linux-static config
2004-03-02 Brian Pauladded missing error check in _mesa_BeginQueryARB (Cedri...
2004-03-02 Daniel Borcaworkaround for crash-upon-exit in verbose mode
2004-03-01 Roland ScheideggerFix calling fallback_drawarrays() with the wrong arguments
next