profile/ivi/mesa.git
2007-01-16 Keith WhitwellMerge branch 'vbo_0_1_branch' into vbo-0.2
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2007-01-15 Keith WhitwellRemove unused index buffer.
2007-01-15 Keith WhitwellDon't special-case FOG attribute initialization.
2007-01-15 Keith WhitwellCorrectly initialize current attribute sizes.
2007-01-15 keithwRemove debug, reenable inplace splitting.
2007-01-15 Keith WhitwellSplit too-large draw commands.
2007-01-15 Keith WhitwellRemove special-case handling for index and edgeflag
2007-01-15 keithwHook in split functionality
2007-01-15 keithwAdd vbo_split files
2007-01-15 keithwNew files to manage splitting drawing commands
2006-11-20 Keith WhitwellDon't perform dangling attribute check on POS attribute...
2006-11-03 Keith WhitwellFix compiler warnings.
2006-11-03 Roland Scheideggerneed to call bind_arrays() in vbo_exec_DrawRangeElements.
2006-11-03 Roland Scheideggerremove remaining traces of r200FlushVertices...
2006-11-02 Jerome GlisseMove r300 to new fbo interface based on Keith Whithwell.
2006-11-02 Keith WhitwellFix type-conversion of incoming vertices.
2006-11-02 Keith WhitwellFix typo in last commit
2006-11-02 Keith WhitwellSimilarly, fill in missing input slots in the vertex...
2006-11-02 Keith WhitwellFill in missing input slots in the vertex-array + no...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-02 Keith WhitwellFix typo in display list attrib binding.
2006-11-02 Keith WhitwellRespect array->Normalized flag.
2006-11-02 Keith Whitwellmissing file
2006-11-01 Brian Paulupdate _mesa_select_tex_image() and _mesa_get_tex_image()
2006-11-01 Brian Paulupdate comments
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-11-01 Brian Paulcomment-out unused var
2006-11-01 Brian Paulremove unused vars
2006-11-01 Brian Paulfix _mesa_select_tex_image() calls
2006-11-01 Michal KrolWrite back gl_FragDepth to span->array->z.
2006-11-01 Brian PaulDon't use the x/y/width/height params passed to Clear...
2006-11-01 Brian Pauldisable debug printf
2006-11-01 Brian Pauldisable debug printfs
2006-11-01 Jerome GlisseCorrect a little bug, radeon->glCtx is a pointer.
2006-11-01 Jerome GlisseRemove deprecated GetBufferSize interface.
2006-11-01 Brian Paulrecent updates/fixes
2006-11-01 Keith Whitwellfix compiler warnings
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-11-01 Keith Whitwellmerge the (rest of) texmem branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Jerome GlisseAdd LIT instruction to fragment program.
2006-11-01 Keith WhitwellImport texmem i915 driver to its new location as i915tex.
2006-11-01 Jerome GlisseAdd CMPH instruction to fragprog
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-11-01 Brian Paulchange DEBUG_FRAG conditions
2006-11-01 Brian Paulfix some bugs in interpolate_specular()
2006-11-01 Brian PaulAdded a few new ctx->Const. fields for shader-related...
2006-10-31 Brian Paulmake use of Parameters->StateFlags in _swrast_update_fr...
2006-10-31 Brian Paulminor clean-ups, simplifications and new comments
2006-10-31 Brian Paulfix MINGW32 problems
2006-10-31 Brian PaulWe need to call _mesa_load_state_parameters() whenever...
2006-10-31 Brian Paulsignal _NEW_LIGHT in _tnl_copy_to_current()
2006-10-31 Brian PaulIn TEX instructions, use precomputed lambda only if...
2006-10-31 Keith Whitwellswitch remaining drivers over to vbo
2006-10-31 Keith Whitwelldisable vtxfmt_a code, switch over to vbo
2006-10-31 Keith Whitwellremove vtxfmt code, switch over to vbo
2006-10-31 Keith Whitwellpickup structs from vbo.h
2006-10-31 Keith Whitwellmove public structure definitions to vbo.h
2006-10-31 Keith Whitwellcleanup code, compiles with vbo changes
2006-10-31 Brian PaulFor TEX instructions use lambda=0. When sampling from...
2006-10-30 Ian RomanickFix bug #8799.
2006-10-30 Ian RomanickRefactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackC...
2006-10-30 Ian RomanickGet DRI drawable from framebuffer object.
2006-10-30 Keith Whitwelloops, get.c is autogenerated
2006-10-30 Keith WhitwellMove edgeflag into the VERT_ATTRIB_SEVEN slot. This...
2006-10-30 Keith WhitwellRemove wakeup functions. This code is intended to...
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-10-30 Keith Whitwellbetter handling of current attributes. Trivial dlist...
2006-10-30 Keith Whitwellcheckpoint - remove dead files, otherwise untested
2006-10-30 Brian Paulcode tweaks, remove old comments
2006-10-30 Brian Paulfix _mesa_problem() text
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-30 Brian Paulremove debug code
2006-10-29 Brian PaulRather than always allocating 100 instructions, put...
2006-10-29 Brian PaulNew _mesa_exec_vertex_state_program() function. Start...
2006-10-29 Brian Paulfix wrong inequality
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-10-29 Brian PaulProgram instructions are initialized before parsing...
2006-10-29 Keith WhitwellFix compiler warning
2006-10-29 Keith Whitwellswitch over to vbo module
2006-10-29 Keith Whitwellremove this module
2006-10-29 Keith WhitwellChanges for new vbo-building module.
2006-10-29 Keith WhitwellCheckpoint of new vbo-building code. Currently builds...
2006-10-28 Brian PaulAdded PROGRAM_CONSTANT to get_register_pointer().
2006-10-28 Brian Paulspecial case END in _mesa_print_instruction()
2006-10-28 Brian PaulImplement _mesa_append_fog_code() for fragment program...
2006-10-26 Brian PaulIf DEBUG, check that all array indices really do fall...
2006-10-26 Roland Scheideggerremove code for inserting mvp transform into position...
2006-10-25 Brian PaulPreviously, if a fragment program referenced fragment...
2006-10-25 Roland Scheideggerchange some bogus comments regarding the base e exponen...
2006-10-24 Roland Scheideggerfix (per-vertex) fog when using ARB_vp by incorporating...
2006-10-24 Ian RomanickAdd missing call to glutInit.
2006-10-24 Brian Pauls/GLchan/GLubyte/
2006-10-24 Brian Paulwhitespace clean-up
2006-10-23 Keith WhitwellEmit cliprects in the userspace driver as required...
2006-10-22 Brian Paulassorted clean-ups
2006-10-22 Brian Pauldon't save color/z if fragment is killed
2006-10-22 Brian Pauladd minstall script to MAIN_FILES (bug 8720)
2006-10-22 Brian Paulminor tweaks good for about 12% faster execution
next