mesa.git
2009-12-31 Brian Paultnl: add check for conditional rendering
2009-12-31 Brian Paulmesa: plug in API functions for conditional rendering
2009-12-31 Brian Paulmesa: added dispatch for GL_NV_conditional_render extension
2009-12-31 Brian Paulmesa: added FLUSH_VERTICES(), more comments
2009-12-31 Brian Paulmesa: add flag for GL_NV_conditional_render extension
2009-12-31 Brian Paulmesa: _mesa_Begin/EndConditionalRender() functions
2009-12-31 Brian Paulmesa: make _mesa_lookup_query_object() an non-private...
2009-12-31 Christoph Bumillernv50: fix TEXLOD sequence and use it only in FPs
2009-12-31 Christoph Bumillernv50: cannot kill branch if immediate is used
2009-12-31 Christoph Bumillernv50: make assimilate_temp safe
2009-12-31 Christoph Bumillernv50: handle TGSI_OPCODE_EXP,LOG
2009-12-31 Christoph Bumillernv50: add support for subroutines
2009-12-31 Christoph Bumillernv50: alloc_reg on reg_instance
2009-12-31 Christoph Bumillernv50: multiply polygon offset units by 2
2009-12-31 Christoph Bumillernv50: neg and abs modifiers for flops
2009-12-31 Christoph Bumillernv50: don't negate immediates in set_immd
2009-12-30 Brian Pauldocs: added GL 3.x feature checklist to track what...
2009-12-30 Brian Paulmesa: implement _mesa_GetStringi() for GL3
2009-12-30 Brian Paulmesa: _mesa_get_enabled_extension() function
2009-12-30 Brian Paulmesa: implement GL3 GL_NUM_EXTENSIONS query
2009-12-30 Brian Paulmesa: simplify some extension testing code
2009-12-30 Brian Paulmesa: display list support for glClearBuffer functions
2009-12-30 Brian Paulmesa: implement GL3 glClearBuffer() functions
2009-12-30 Brian Paulmklib: use a wrapper for ar
2009-12-30 Luca Barbierinouveau: Fix glTexSubImage on swizzled surfaces on...
2009-12-30 Brian Paulmesa: fix-up blend enable/disable code in _mesa_PopAttrib()
2009-12-30 Brian Paulmesa: finish-up indexed color mask code in _mesa_PopAtt...
2009-12-30 Brian Paulmesa: plug in GL_EXT_draw_buffers2 functions
2009-12-30 Brian Paulmesa: regenerate API files related to GL_EXT_draw_buffers2
2009-12-30 Brian Paulglapi: extension info for GL_EXT_draw_buffers2
2009-12-30 Brian Paulmesa: added infrastructure for GL_EXT_draw_buffers2
2009-12-29 Brian Paulmesa: add dlist support for indexed colormask and index...
2009-12-29 Brian Paulmesa: implement per-buffer color masking
2009-12-29 Brian Paulmesa: implement indexed glGet functions
2009-12-29 Brian Paulmesa: per-buffer blend enabled flags
2009-12-29 Brian Paulglsl: added default case in _fetch_token() to silence...
2009-12-29 Eric Anholtintel: Fix false positives in checking for non-packed...
2009-12-29 Eric Anholtintel: Allow binding a stencil but not a depth buffer.
2009-12-29 Eric Anholtintel: Improve INTEL_DEBUG=fbo output.
2009-12-29 Eric Anholtintel: Remove dead fthrottle_mode option. We only...
2009-12-29 Eric Anholtmesa: remove gratuitous stores I added in remove_instru...
2009-12-28 Younes Mantonnouveau: Unreference state/buffer objects on context...
2009-12-28 Luca Barbierinouveau: Fix swizzling for copies to rectangular textures
2009-12-28 Luca Barbierinouveau: Fix nv20-40 swizzled miptree RTs
2009-12-28 Luca BarbieriNV30/NV40 CMP and SCS src == dst handling
2009-12-28 José Fonsecallvmpipe: Unmapping vertex/index buffers does NOT flush...
2009-12-28 José Fonsecapython/retrace: Dump only the specified image rectangles.
2009-12-28 José Fonsecaxlib: Integrate the trace driver with all pipe drivers.
2009-12-28 José Fonsecascons: Fix xlib build.
2009-12-28 Francisco Jereznv04: Fix build after the latest nouveau_class.h changes.
2009-12-28 Marcin Kościelnickinv50: Dehexify and bring up to date with new method...
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Brian Paulcell: add glsl to SRC_DIRS
2009-12-27 Brian Paulst/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
2009-12-27 Dave Airlier300g: fix use of uninitialised variables.
2009-12-27 Dave Airlier300g: rename modesetting_drv.so to radeong_drv.so
2009-12-26 José Fonsecasoftpipe: Flush draw module when fragment pipeline...
2009-12-26 José Fonsecallvmpipe: Treat state changes systematically.
2009-12-26 Eric Anholti965: Extra asserts on flow control instructions to...
2009-12-26 Eric Anholti965: Clean up double initialization of dst_flags from...
2009-12-26 Eric Anholti965: Fix setup of immediate types for gen4 disasm.
2009-12-26 José Fonsecallvmpipe: Use comments and more code from softpipe...
2009-12-26 José Fonsecasoftpipe: Flush draw module before switching framebuffer.
2009-12-26 José Fonsecallvmpipe: Flush draw module before switching framebuffer.
2009-12-26 José Fonsecatgsi: Don't dump parenthesis for negation.
2009-12-26 José Fonsecapython: Update python state tracker and samples for...
2009-12-26 José Fonsecatrace: Fix transfer size computation.
2009-12-26 José Fonsecascons: Put the configuration info in the build director...
2009-12-26 José Fonsecasvga: Allow to dump an individual command.
2009-12-25 Dave Airlier300g: fixup for GS additions
2009-12-25 Zack Rusingallium: remove TGSI_SEMANTIC_VERTICES
2009-12-25 Zack Rusindraw: disable some debugging output coming from the...
2009-12-25 Zack Rusingallium: geometry shader can be always enabled and...
2009-12-25 Zack Rusinutil: put vertices_per_primitive function in its proper...
2009-12-25 Zack Rusindraw/tgsi: fix geometry shader input/output swizzling
2009-12-25 Zack Rusintgsi: dump the indices correctly when dealing with...
2009-12-25 Zack Rusintgsi: fix property parsing/building
2009-12-25 Zack Rusinpython: fix python state tracker after some latest...
2009-12-25 Zack Rusinsoftpipe: make it possible to dump geometry shader...
2009-12-25 Zack Rusintgsi: add missing support for two dimensional arrays...
2009-12-25 Zack Rusinpython/gs: fix the example
2009-12-25 Zack Rusingallium: add an inline that returns number of vertices...
2009-12-25 Zack Rusinsoftpipe/gs: don't crash with null shader
2009-12-25 Zack Rusings: fix drivers so they work with geometry shaders
2009-12-25 Zack Rusintgsi: make the tgsi assembly parser report line/column...
2009-12-25 Zack Rusingallium: add geometry shader support to gallium
2009-12-24 Brian Paulmklib: put usage info into usage() function
2009-12-24 Brian Paulmklib: expand .a into .o files on FreeBSD, put common...
2009-12-24 Keith Whitwelli965g: get trivial/tri working again after edgeflag...
2009-12-24 Keith Whitwelli965g: strict aliasing changes
2009-12-24 Keith Whitwellgallium/util: quieten compiler
2009-12-24 Keith Whitwelli965g: calculate depth min/max
2009-12-24 Christoph Bumillernv50: support TGSI_OPCODE_CONT
2009-12-24 Christoph Bumillernv50: make edgeflags work
2009-12-23 Tom FogalRegenerate gl_mangle.h.
2009-12-23 José Fonsecallvmpipe: Install unit tests on build/xxx/bin
2009-12-23 José Fonsecautil: Define common dynamic library extensions.
2009-12-23 Maarten Maathuisgallium: only create pipe buffer when size is nonzero
2009-12-23 Keith Whitwellglsl/pp: move static functions out of header file
2009-12-23 Keith Whitwellglsl/pp: quieten compiler about missing case statements
next