gallium: initial implemenation of auto mipmap generation in state tracker
[mesa.git] / src / mesa / sources
2008-02-08 Briangallium: initial implemenation of auto mipmap generatio...
2008-02-06 José Fonsecagallium: Cross-platform debugging helpers.
2008-01-28 José FonsecaClone vf module.
2008-01-21 Briangallium: new 'draw' stage for line stipple
2008-01-18 Michel DänzerUnify copy_rect helpers.
2008-01-04 Zack Rusinllvm: we need custom rules so had to redo the build...
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-15 BrianUse tile functions in new p_tile.[ch]
2007-12-12 Brianremove more -I paths
2007-12-12 Briantrim down -I options
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-12-11 Zack RusinPort i965 driver to Gallium3D.
2007-12-08 BrianDisable, remove tnl module from the Gallium build since...
2007-12-08 BrianDisable swrast, swrast_setup and driverfuncs in the...
2007-12-07 BrianOverhaul the Xlib winsys layer.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-22 José FonsecaNew vertex buffer stage.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-11-05 Brianmove st_create_framebuffer() to new st_framebuffer...
2007-11-02 Zack RusinRenaming llvmtgsi to gallivm. Taking first steps on...
2007-11-01 Briandisable/omit renderbuffer span code
2007-10-31 Brianremove xm_dd.c from build
2007-10-31 Brianomit X point/line/triangle routines
2007-10-31 Brianswitch to Xlib driver in pipe/xlib/
2007-10-31 BrianNo longer need st_update_tnl atom.
2007-10-31 BrianUse ffvertex_prog.c code instead of t_vp_build.c code.
2007-10-30 Brianadded prog_cache.c
2007-10-30 BrianRename file since it's now a state atom
2007-10-30 Brianadded st_pixeltransfer.c
2007-10-29 Zack RusinRemove conditionals from the makefiles.
2007-10-27 BrianMove mesa_to_tgsi.[ch] to state_tracker
2007-10-24 Zack RusinCleanup some code.
2007-10-24 Zack RusinRefactor the tgsi->llvm storage translator
2007-10-24 Zack RusinImplement basic opcode translation and storage translation.
2007-10-24 Zack RusinImplement the conversion and do the initial execution...
2007-10-24 Zack RusinInitial stab at LLVM integration.
2007-10-22 Brianplug the wide prims code into the pipeline
2007-10-18 Brianadded st_debug.c
2007-10-14 BrianAdded accum function/files.
2007-09-27 Keith WhitwellMake flushing more lazy in the draw module.
2007-09-25 BrianTranslate mesa vertex/fragment programs to TGSI program...
2007-09-18 Zack RusinFinishing up rename of the setup state to the rasterize...
2007-09-18 Zack Rusinmove cso cache to the pipe directory
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-09-18 Zack RusinImplementing a better hash, removing state_tracker...
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-09-17 BrianPlug in selection/feedback code.
2007-09-10 Brians/xm_softpipe.c/xm_winsys.c/
2007-09-10 Brianadded st_cb_rasterpos.c
2007-09-06 BrianInitial work for post-transformed vertex feedback buffers.
2007-09-06 BrianMove guts of glRasterPos down into T&L module.
2007-08-30 BrianConsolidate vertex-related code in new draw_vertex.c
2007-08-27 Keith WhitwellSplit out vertex shader/cache/fetch functionality from...
2007-08-25 Keith Whitwellcheckpoint in constant tracking rework
2007-08-24 michalAdd tgsi_sse2.
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-22 michalAdd deco_caps.c.
2007-08-20 BrianStart to remove the temporary draw_vb() and draw_vertic...
2007-08-20 BrianMove guts of vertex array drawing into the 'draw' module.
2007-08-16 BrianDrawing code refactoring.
2007-08-11 Brianadded st_cb_queryobj.c
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Brianadded st_cb_readpixels.c
2007-08-10 Brianrename st_cb_teximage.h st_format.h
2007-08-07 Brianadded st_atom_texture.c
2007-08-07 Brians/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
2007-08-06 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-06 Brianadded xm_softpipe.c
2007-08-06 Brianadded st_cb_texture.c
2007-08-06 BrianLift intel_mipmap_tree.c to st_mipmap_tree.c
2007-08-06 Keith WhitwellAdd pipe buffer managment functions.
2007-08-03 Brianadded st_cb_fbo.c
2007-08-03 Brianhook in teximage bits
2007-08-02 Brianadded st_cb_drawpixels.c
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellReroute some clear functionality.
2007-08-01 Keith WhitwellBuild libsoftpipe.a
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianLots of improvements to the surface-related code.
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 BrianImplement AA points and AA coverage application in...
2007-07-13 BrianAdded basic occlusion counting
2007-07-12 BrianAdd a quad 'bufloop' stage to handle glDrawBuffer(GL_FR...
2007-07-12 BrianAdded colormask, dither, multisample state. Implement...
2007-07-11 BrianImplement polygon stipple state tracking, application.
2007-07-10 BrianBegin hooking up stenciling.
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 michalSoftpipe: import TGSI tree. Not hooked-up yet.
2007-06-29 Briantexture object construction
2007-06-26 Brianconsolidate point/line state into pipe_setup_state
next