mesa.git
2007-10-30 Brianmake st_upload_constants() public
2007-10-30 Brianadded pixel_transfer_program field
2007-10-30 Brianadded st_update_pixel_transfer atom
2007-10-30 Brianbug fixes, implement state atom for pixel transfer
2007-10-30 Briancheck for NULL ptr in _mesa_print_parameter_list()
2007-10-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-30 Briancomment unused 'cb' field
2007-10-30 Brianupdate comments, fix typo
2007-10-30 Brianmake _mesa_combine_programs() params const
2007-10-30 Brianadded st_pixeltransfer.c
2007-10-30 BrianInitial version of st_get_pixel_transfer_program().
2007-10-30 BrianAdded _mesa_combine_programs() for concatenating two...
2007-10-30 Brianadded _mesa_combine_parameter_lists()
2007-10-30 Zack RusinSwitch to using LLVM builder.
2007-10-30 Zack RusinRefactor vector extraction.
2007-10-30 Zack RusinExport true C based builtins to a file of its own.
2007-10-30 Zack RusinRename to better reflect what it's really doing.
2007-10-30 Zack RusinCode cleanups.
2007-10-30 Zack RusinCleanup constant vector handling a bit.
2007-10-30 Zack RusinDump only relevant functions when in the debugging...
2007-10-30 Zack RusinChange the way we handle temporaries in LLVM translation.
2007-10-30 Zack RusinEnable immediates in TGSI and work with them in LLVM...
2007-10-29 Brianminor code simplification
2007-10-29 Brianfix memcpy bugs
2007-10-29 BrianRewrite update_program() to use _mesa_get_fixed_func_fr...
2007-10-29 BrianRemove ctx field from texenvprog_cache
2007-10-29 Brianrefactoring to begin removing dependency on tnl context
2007-10-29 Briansimplify getting of current frag prog
2007-10-29 BrianRefactor _tnl_UpdateFixedFunctionProgram().
2007-10-29 BrianRefactor _mesa_UpdateTexEnvProgram()
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-29 José FonsecaUpdate intel_is_format_supported.
2007-10-29 Michal KrolAdd detailed comments.
2007-10-29 Michal KrolMake it compile under linux.
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-29 Brianremove dead code
2007-10-29 Briancheck for signed vs. unsigned in st_get_format_info...
2007-10-29 Brianfix bad fragment shader pointer assignment
2007-10-29 Briansimplify code which access the current vertex/fragment...
2007-10-29 BrianDisable the else clause which assigns the default fragm...
2007-10-29 Zack RusinRemove conditionals from the makefiles.
2007-10-29 Zack RusinRemove typedefs from enums.
2007-10-29 Zack RusinRefactor the LLVM code a bit.
2007-10-29 Zack RusinMake sure the swizzling vector is being recreated for...
2007-10-29 Michal KrolAdd SSE dump facilities.
2007-10-29 Michal KrolCode re-org. Add comments.
2007-10-29 Michal KrolImplement RET opcode.
2007-10-29 Michal KrolRemove TGSI_INTERPOLATE_ATTRIB.
2007-10-29 José FonsecaFix i915simple build.
2007-10-29 José FonsecaReuse hardware vertice representation.
2007-10-29 José FonsecaEnable the vertex buffer stage according to the I915_VB...
2007-10-29 José FonsecaGet vertex buffer stage in a minimally working state.
2007-10-29 José FonsecaReserve the accurate number of dwords in the batch...
2007-10-29 José FonsecaStart a vertex buffer constuction stage for i915 based...
2007-10-29 Michal KrolFix newlines.
2007-10-28 Michal KrolRemove unused static functions.
2007-10-28 Michal KrolUpdate comments.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-28 Michal KrolUse FREE and MALLOC instead of free and malloc.
2007-10-28 Michal KrolRework sse-utility function calls.
2007-10-28 michalDeclare temporaries in a more compact fashion.
2007-10-28 michalDeclare temporaries in a more compact fashion.
2007-10-28 michalControl FS TGSI dumping with GALLIUM_DUMP_FS env variable.
2007-10-28 michalFix newlines.
2007-10-27 michalUse FREE instead of free. Fix newlines.
2007-10-27 michalEnable SSE path.
2007-10-27 michalFix fragment shader.
2007-10-27 michalOptimize fragment program.
2007-10-27 michalUse PIPE_FORMAT in state tracker.
2007-10-27 michalRefactor supported format queries.
2007-10-27 michalRespect use_sse flag.
2007-10-27 michalFix SSE bug.
2007-10-27 michalAdd #ifs.
2007-10-27 michalvertex_element::src_format needs 32 bits.
2007-10-27 michalRespect use_sse flag.
2007-10-27 michalRemove PIPE_FORMAT_COUNT references.
2007-10-27 michalEnable SSE2 for fragment shaders.
2007-10-27 michalEnable SSE2 for vertex shaders.
2007-10-27 michalFix YCBCR macro.
2007-10-27 michalFix alignment problems.
2007-10-27 michalRemove GL dependencies.
2007-10-27 michalDefine destroy method called by softpipe's destructor.
2007-10-27 michalSilence compiler warnings.
2007-10-27 michalSilence compiler warnings.
2007-10-27 michalCall quad stage destructors.
2007-10-27 michalRemove llvm and sse2 dependencies.
2007-10-27 michalMove format definitions from p_defines.h to p_format.h.
2007-10-27 michalAdd sse2_program to draw_vertex_shader.
2007-10-27 michalSilence compiler warnings.
2007-10-27 michalRemove llvm dependencies.
2007-10-27 BrianNew comments, replace //-style with /* */
2007-10-27 Brianindentation fixes
2007-10-27 Brians/GLbitfield/uint/
2007-10-27 Brianremove #define MESA stuff
2007-10-27 Brians/256/TGSI_EXEC_NUM_IMMEDIATES/
2007-10-27 Brianindentation fixes
2007-10-27 BrianComments about texture instructions and the src regs
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-27 BrianObsolete
2007-10-27 BrianMove mesa_to_tgsi.[ch] to state_tracker
next