mesa.git
2007-08-08 Briandebug info
2007-08-08 Brianset mt->format
2007-08-08 Brianadded pipe_mipmap_tree::format
2007-08-08 Brians/intel/st/
2007-08-07 michalNaive implementation of IF/ELSE/ENDIF.
2007-08-07 Briancheckpoint new tgsi_sampler_state struct
2007-08-07 Brianremove pipe_surface_sampler
2007-08-07 Brianadded st_atom_texture.c
2007-08-07 Brianplug in texture/sampler state update
2007-08-07 Briantexture image state handling
2007-08-07 Briansketch out new pipe surface/sampler types
2007-08-07 michalHandle labels for IF/ELSE correctly
2007-08-07 michalEnable compact TGSI dump.
2007-08-07 michalDump tokens in more compact form.
2007-08-07 Brians/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
2007-08-07 Briandon't include non-existant intel_buffer_objects.h
2007-08-07 Keith WhitwellGutsy oopses on touch of existing file. Workaround.
2007-08-07 Keith WhitwellRemove old intel_buffer_objects code - there is a state...
2007-08-07 michalLabels are always label targets.
2007-08-07 Brianprototypes
2007-08-07 Brianget rid of temp write_mono_row_ub() function
2007-08-06 Briancall st_init_driver_functions(), make intelInitDriverFu...
2007-08-06 Briancall st_init_driver_functions()
2007-08-06 Brianadded softpipe_mipmap_tree_layout
2007-08-06 Brianneed a softpipe func for texture layout
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-08-06 Briannew header
2007-08-06 Brianfix asst. warnings
2007-08-06 michalAdd GLSL opcodes.
2007-08-06 michalAdd GLSL ops.
2007-08-06 michalMake SGE, SGT, SLE working.
2007-08-06 michalRemove garbage text.
2007-08-06 michalUse fp_attr_to_slot[].
2007-08-06 michalReorder opcodes.
2007-08-06 michalTranslate the remaining ops.
2007-08-06 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-06 Brianadded xm_softpipe.c
2007-08-06 Brianuse new xmesa_create_softpipe()
2007-08-06 Briansoftpipe/winsys interface
2007-08-06 michalTranslate MESA GLSL opcodes to TGSI opcodes.
2007-08-06 michalAdd path for GL includes in mesa tree.
2007-08-06 Brianadded st_cb_texture.c
2007-08-06 Brianclean-ups
2007-08-06 Brianswitch to new texture functions in state tracker
2007-08-06 Brianuse new texture funcs
2007-08-06 Brianclean-ups
2007-08-06 Briannew texture functions
2007-08-06 Briancomments
2007-08-06 michalAdd GLSL opcodes.
2007-08-06 Briandisable/remove intel dependencies
2007-08-06 Brianmore intel_context removal
2007-08-06 Briandisable some PBO code, remove intel dependencies
2007-08-06 Brianremove timing code
2007-08-06 BrianReplace intel_texture_object with st_texture_object...
2007-08-06 Brianminor renaming
2007-08-06 BrianLift intel_mipmap_tree.c to st_mipmap_tree.c
2007-08-06 BrianMore code movement, removal of intel dependencies
2007-08-06 Brianremove more intel dependencies
2007-08-06 Brianremove intel dependencies from intel_mipmap_tree.c
2007-08-06 Briancheckpoint: move some texture layout code
2007-08-06 BrianCheckpoint lifting of intel_mipmap_tree (intel_mipmap_t...
2007-08-06 Keith WhitwellAdd pipe buffer managment functions.
2007-08-05 Keith WhitwellAdd a new interface between softpipe and the window...
2007-08-03 Brianremove intel_pixel.c
2007-08-03 Brianadded st_cb_fbo.c
2007-08-03 Brianmore work on st_choose_pipe_format()
2007-08-03 Brianframebuffer object functions
2007-08-03 Keith WhitwellRemove dead files
2007-08-03 Keith WhitwellRip out more dead drawing-related code.
2007-08-03 Keith WhitwellRemove "static region" support.
2007-08-03 Keith WhitwellSimplify frontbuffer / sarea / rotation management.
2007-08-03 Keith WhitwellWorkaround wierd oops on gutsy when building mesa.
2007-08-03 Brianadded pipe->supported_formats()
2007-08-03 Brianhook in teximage bits
2007-08-03 Brianmore formats
2007-08-03 Briantrim #includes
2007-08-03 Brianbeginings of teximage functions
2007-08-02 Brianpipe->clear() now takes a surface, rather than color...
2007-08-02 Briancall st_init_cb_drawpixels
2007-08-02 Brianadded st_cb_drawpixels.c
2007-08-02 Brianinitial work for textured-quad glDrawPixels
2007-08-02 Brianremove st_draw.h include
2007-08-02 Briansetup more state for clear_with_quad()
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Brianget rid of accum param
2007-08-02 Keith WhitwellRemove all references to swrast.
2007-08-02 Keith WhitwellFix make recursion.
2007-08-02 Brianadded clear-scissor.c
2007-08-02 Briantest glClear w/ scissor
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
2007-08-02 Keith WhitwellRemove references to accum buffers in softpipe.
2007-08-02 Keith WhitwellRemove intel_state.c, intel_rotate.[ch]
2007-08-02 BrianNew header file.
2007-08-02 Brianinclude st_cb_clear.h
2007-08-02 Briansketch out clearing with quads
2007-08-02 Brianadd PIPE_MASK_RGBA
2007-08-02 Briancomment follow-up
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellRemove intelClear() hack.
2007-08-02 Keith WhitwellRemove remnants of i915 texture-from-pbo code.
next