more flags for MaintainTnlProgram case, update #includes
[mesa.git] / src /
2007-10-31 Brianmore flags for MaintainTnlProgram case, update #includes
2007-10-31 BrianUse ffvertex_prog.c code instead of t_vp_build.c code.
2007-10-31 Brianfix some breakage from lifting vbo/tnl code
2007-10-31 BrianLift fixed function vertex program generation up from...
2007-10-31 Brianfix type for Samplers field
2007-10-31 Brianalloc caches for fixed-func vertex/fragment progs
2007-10-31 Brianmove a few lines of code
2007-10-31 BrianLift VBO/tnl stuff up out of drivers
2007-10-31 Brianremove intelInvalidateState
2007-10-31 Brianplug st_invalidate_state() into ctx->Driver.UpdateState
2007-10-31 Brianre-enable fb size assertions which were previously...
2007-10-31 José FonsecaHold the vertex buffer handle.
2007-10-31 José FonsecaHandle TGSI_OPCODE_RET.
2007-10-31 José FonsecaAllow more verbose error output.
2007-10-31 José FonsecaChain vertex buffers into the batch buffer.
2007-10-31 BrianImplement shader concatenation for glBitmap.
2007-10-31 Brianfix InputsRead bug in _mesa_combine_programs()
2007-10-31 Brianspecial-case KIL/KIL_NV
2007-10-30 Briancombine shaders for glCopyPixels
2007-10-30 BrianUse program serial numbers to avoid re-generating fragm...
2007-10-30 BrianBefore calling texformat->StoreImage() set _ImageTransf...
2007-10-30 Briancolor matrix
2007-10-30 Brianmore additions for COLOR_MATRIX, etc
2007-10-30 Brianadd state vars for color matrix, pixel transfer scale...
2007-10-30 Brianstart using program cache
2007-10-30 Brianadded pixel_transfer_cache
2007-10-30 Brianadded prog_cache.c
2007-10-30 BrianProgram cache functions.
2007-10-30 Michel Dänzertgsi_translate_mesa_program: Don't crash when program...
2007-10-30 BrianDisable debug code.
2007-10-30 BrianRemove obsolete files
2007-10-30 BrianRename file since it's now a state atom
2007-10-30 Briancheckpoint: combine pixel transfer and user shader...
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 michalUse PIPE_FORMAT in state tracker.
next