profile/ivi/mesa.git
2007-10-10 Brianimplement the user_buffer_create() function
2007-10-10 BrianAdded user_buffer_create() method
2007-10-10 Brianadded SSCALED cases in fetch_attrib4()
2007-10-10 Brianupdate comments (s/softpipe/gallium/ etc)
2007-10-10 Brianminor optimization for color/z results
2007-10-10 Briandisable some assertions which pop up during window...
2007-10-10 Brianfix get_result_vector() since fp output slots are not...
2007-10-10 Brianfix softpipe_clear() to handle ps->offset!=0 (such...
2007-10-10 Brianfree/unreference pipe_surface in get_texel()
2007-10-10 Brianuse correct mipmap level in st_render_texture()
2007-10-10 Brianuse pipe_region_reference() in softpipe_get_tex_surface...
2007-10-10 Brianfix width/height padding that caused failed assertion...
2007-10-10 BrianSize of input_to_index array should be VERT_ATTRIB_MAX.
2007-10-10 BrianMerge tgsi_mesa_compile_fp_program() and tgsi_mesa_comp...
2007-10-10 Brianremove unused var
2007-10-09 Brianstart on a unified vertex/fragment program translation...
2007-10-09 BrianGenerate DCLs for temporaries.
2007-10-09 BrianFinish up decls for packed fragment program outputs.
2007-10-09 BrianPack fragment program outputs to be consistant with...
2007-10-09 Brianupdate some comments
2007-10-09 BrianMore work on flow control for CAL/RET.
2007-10-09 BrianNew ATTRIB interpolation type for vertex program inputs...
2007-10-09 BrianDon't emit semantic info for vertex program inputs.
2007-10-09 BrianUse linked fragment shader inputs (if present) to deter...
2007-10-03 Brianuse different temps in exec_tex() for bias
2007-10-03 Brianupdated comments
2007-10-03 BrianAdd outputs_written bitfield to pipe_shader_state,...
2007-10-03 BrianMove XSTDCALL definition to p_compiler.h
2007-10-03 Brianhandle frag progs that write Z
2007-10-03 Brianbasic support for reading GL_DEPTH_COMPONENT
2007-10-03 Brianadded s8z24_get_tile()
2007-10-03 Brianfix eq/neq bugs
2007-10-03 Brianfix f/u mix-up in micro_trunc()
2007-10-03 Brianmove TEX code into exec_tex()
2007-10-03 Michel DänzerSome minor cleanups.
2007-10-03 Michel DänzerDouble amount of memory allocated for generated shader...
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-10-03 Michel Dänzerintel_winsys: Adapt to DRM changes (again).
2007-10-03 Zack RusinIn vertex shaders also expect the template to be stack...
2007-10-03 Zack RusinUnify the definitions of the 4 component dot product...
2007-10-03 Zack RusinUnify handling of userplanes and regular planes to...
2007-10-03 Zack RusinGet rid of ST_NEW_SHADER flag and the dependency on...
2007-10-03 Zack RusinExplain a little better what we're doing here.
2007-10-03 Zack RusinMake softpipe behave more like a real driver by always...
2007-10-03 Brianclean-ups
2007-10-03 BrianImplement/use fragment kill results
2007-10-02 BrianImplement TGSI_OPCODE_SNE with micro_ne()
2007-10-02 BrianSeparate TGSI_OPCODE_KIL and TGSI_OPCODE_KILP (predicated).
2007-10-02 Brianassert that program length > 1 (some code, plus END)
2007-10-02 Brianadded MESA_FORMAT_Z16 in st_mesa_format_to_pipe_format...
2007-10-02 BrianGenerate a texenv fragment program if there's a GLSL...
2007-10-02 BrianPush mask stacks upon CAL, pop upon RET.
2007-10-02 Brianadded license and interpreter comments
2007-10-02 BrianImplement CONT statement.
2007-10-02 Brianadded micro_trunc(), re-order some code
2007-10-02 BrianMinor optimization: no-op CAL when ExecMask==0x0.
2007-10-02 BrianAdded TGSI_FILE_OUTPUT case in fetch_src_file_channel().
2007-10-02 BrianImplement CAL/RET and a call stack for subroutines.
2007-10-02 BrianAdded TGSI_OPCODE_END
2007-10-02 BrianFold expand_program() into tgsi_exec_prepare()
2007-10-02 Brianno more need for tgsi_exec_machine_run2(), remove dead...
2007-10-02 Brianremove dead code
2007-10-02 BrianMove tgsi machine state init/allocations so they're...
2007-10-02 Briancheckpoint: unpack all instructions before interpretati...
2007-10-02 Briancomments/code for min/max_lod - revisit someday
2007-10-01 Brianuse i915_miptree_layout when using an i915
2007-10-01 Brianavoid updating vertex format when it doesn't really...
2007-10-01 Briandon't crash in RasterPos if feedback not implemented yet
2007-10-01 Briandisable debug printf
2007-10-01 Briandon't crash when fog enabled, still not rendered correc...
2007-10-01 Brianremove specular color assertion (the path works)
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-29 Brianhack in some code to test loops, break
2007-09-29 BrianInitial conditional execution support for loops and...
2007-09-29 Brianremove unused tgsi_exec_cond_* types
2007-09-29 Briantemporary hack to test nested conditionals
2007-09-29 BrianInitial implementation of IF/ELSE/ENDIF using condition...
2007-09-29 Brianfix bug causing unnecessary translations
2007-09-28 Brianremove old debug code, fix warning
2007-09-28 Brianfix st_use_program()
2007-09-28 BrianInstead of linked program pairs, keep a list of vertex...
2007-09-28 BrianUse texture->first_level, not 0, when not mipmapping.
2007-09-28 José FonsecaGallium's doxygen documentation.
2007-09-28 José FonsecaUpdate x86's static and profile configs.
2007-09-28 Zack RusinUse sse only if GALLIUM_SSE is defined
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRemove gl dependency from the x86 assembler code
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRevert "Use sse only if GALLIUM_SSE is defined"
2007-09-28 Zack RusinUse sse only if GALLIUM_SSE is defined
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-27 Brianset miptree pitch to region pitch after allocating...
2007-09-27 Briancomments
2007-09-27 keithwremove dead code
2007-09-27 keithwreduced debug
2007-09-27 Keith WhitwellFix some compiler warnings with -pedantic
2007-09-27 Keith WhitwellEnable codegen based whenever __i386__ is defined.
2007-09-27 keithwfix merge
2007-09-27 Keith Whitwelldisable debug
2007-09-27 keithwrestore primitive trimming in sp_draw_arrays.c
next