checkpoint: intel_renderbuffer removal
[mesa.git] / src /
2007-08-09 Briancheckpoint: intel_renderbuffer removal
2007-08-09 michalUpdate opcode list.
2007-08-09 michalFurther opcode list reorg.
2007-08-09 Keith WhitwellQuieten TGSI
2007-08-09 Keith WhitwellQuieten TGSI
2007-08-09 Keith WhitwellSupporting batchbuffer changes for 1st hwpipe triangles...
2007-08-09 Keith WhitwellRemove unreferenced file.
2007-08-09 Keith WhitwellTweaks to state emit, acheives first hw triangles from...
2007-08-09 Keith WhitwellPull in debug code for human-readable batchbuffer dumps.
2007-08-09 Keith WhitwellThe pipe version of these files. Can probably relocate...
2007-08-09 Keith WhitwellPut back the old versions of intel_tex_layout.* in...
2007-08-09 Keith WhitwellHook up pipe flush functionality
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-09 Keith WhitwellSplit swapbuffers and read/draw buffers functionality...
2007-08-09 michalDeclare missing opcode aliases. Declare SGN opcode.
2007-08-08 Brianupdate lod bias, limits
2007-08-08 Brianclean-up
2007-08-08 Brianuse surface offset value in get_tile()
2007-08-08 Brianinitial lod/mipmap texture supported
2007-08-08 Briansetup frag shader state: color pass-through program
2007-08-08 Brianadded assertion
2007-08-08 Brianprint_vertex func for debugging
2007-08-08 Briannew assertions
2007-08-08 michalAdd D3D9 opcodes up to ps_2_x and vs_2_x.
2007-08-08 Keith WhitwellDon't use hardware driver by default, until its working...
2007-08-08 Keith WhitwellThe i915simple driver now runs well enough to lock...
2007-08-08 Keith WhitwellCall init_state_funcs
2007-08-08 Keith WhitwellFix typo so that i915simple actually gets used.
2007-08-08 keithwremove unused file
2007-08-08 keithwremove unused file
2007-08-08 Keith WhitwellRemove unused code, definitions.
2007-08-08 Brianvery simple texture cache implementation
2007-08-08 Brianfix qs->next tests
2007-08-08 Brianadd quad_stage::begin() funcs
2007-08-08 BrianAdd a quad_stage::begin() method to do per-primitive...
2007-08-08 Keith WhitwellRemove more dead files.
2007-08-08 Keith WhitwellRemove dead files.
2007-08-08 Keith WhitwellPull in i915simple.a
2007-08-08 Keith WhitwellHook up i915simple. Doesn't compile.
2007-08-08 Brianrewrite texture sampling code (smaller, simpler)
2007-08-08 Brianadd lambda param to get_sample()
2007-08-08 Briansketch out 1D/3D/cube texture sampling
2007-08-08 Brianadded PIPE_TEX_FACE_*
2007-08-08 Brianreplace draw_offset w/ 0 for now
2007-08-08 Briandefine i915_surface struct
2007-08-08 Keith WhitwellRename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
2007-08-08 Brianmore get_tile() work
2007-08-08 Brianfully support all texcoord wrap modes
2007-08-08 Keith WhitwellCheckpoint of a super-simplified i915 driver in the...
2007-08-08 Brianclean up tgsi_sampler-related bits
2007-08-08 Brianuse new tex filtering code
2007-08-08 Brianinitial texture filtering code
2007-08-08 Brianinclude p_state.h
2007-08-08 Brianadded a get_tile() func
2007-08-08 Brianmap/unmap textures
2007-08-08 Brianremove dst!=src assertion
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
next