mesa.git
2010-07-19 Brian Paulutil: add dummy field to empty structure types
2010-07-19 Marek Olšákr300g: fix typo
2010-07-19 Marek Olšákr300g: use memory pools for buffer_create and get_transfer
2010-07-19 Marek Olšákutil: add a memory pool for equally sized memory alloca...
2010-07-19 Marek Olšákst/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8...
2010-07-19 Kristian Høgsbergglx: Fix drawable lookup in DRI2 event handler
2010-07-18 Dave Airlier300g: u_upload optimisation
2010-07-18 Sven Arvidssongallium/st/dri2: add dri2 vblank query extension support
2010-07-18 Vinson Leellvmpipe: Remove dead initialization.
2010-07-17 Marek Olšákr300g: final fix for r3xx constant buffer emission
2010-07-17 Marek Olšákr300g: fix typo in r3xx constant buffer emission
2010-07-17 Marek Olšákr300g: fix constant buffer emission on r3xx
2010-07-17 Vinson Leellvmpipe: Remove unused variable in lp_test_sincos.
2010-07-17 Vinson Leenv50: s/__func__/__FUNCTION__/
2010-07-17 Vinson Leenouveau: s/__func__/__FUNCTION__/
2010-07-17 Vinson Leenouveau: s/snprintf/util_snprintf/
2010-07-17 Vinson Leer300g: Remove unnecessary header.
2010-07-17 Vinson Leenouveau: s/inline/INLINE/
2010-07-16 José Fonsecaglut: Remove duplicate symbol definition.
2010-07-16 José Fonsecascons: Make PIPE_ALIGN_VAR() of static/global vars...
2010-07-16 Vinson Leescons: Fix Cygwin build.
2010-07-16 Marek Olšákr300g: inline winsys_buffer_destroy
2010-07-16 Marek Olšákr300g: do not make copies of constant buffers, emit...
2010-07-16 Brian Pauldraw: updated debug/dump code
2010-07-16 Brian Pauldraw: added array element debug / bounds checking code...
2010-07-16 Keith Whitwellllvmpipe: use single swizzled tile
2010-07-16 José Fonsecallvmpipe: Describe _mm_shuffle_epi8() with gcc extended...
2010-07-16 José Fonsecallvmpipe: Only use -mssse3 on gcc 4.3+
2010-07-16 Zack Rusindraw/llvm: adjust the instance id at run time
2010-07-16 Zack Rusindraw: use the instance id when fetching vertex data
2010-07-16 Brian Paulmesa: return retval in _mesa_RenderObjectUnpurgeable()
2010-07-16 Chia-I Wust/egl: Fix build on FreeBSD.
2010-07-16 Chia-I Wuegl: Build egl_dri2 only when DRI drivers are built.
2010-07-16 Chia-I Wuegl: Build egl_dri2 only when xcb-dri2 is available.
2010-07-16 Vinson Leeglu/sgi: Remove dead initialization in extract565rev.
2010-07-16 Vinson Leei965g: Remove dead initialization in precalc_tex.
2010-07-16 Marek Olšákr300g: rebuild winsys and command submission to support...
2010-07-16 Vinson Leemesa: Add error path in compressed_texture_error_check.
2010-07-16 Vinson Leeglsl/apps: Handle ftell errors in non-debug builds.
2010-07-15 Brian Paulllvmpipe: implement instanced drawing functions
2010-07-15 Brian Pauldraw: update comments for drawing functions
2010-07-15 Brian Pauldraw: move prototype, update comment
2010-07-15 Brian Paulsoftpipe: re-order drawing functions to get rid of...
2010-07-15 Brian Paulgraw: new tri-instanced.c program to test instanced...
2010-07-15 Alex Deucherr600: fix typo in r700 assembler
2010-07-15 Henri Verbeetradeon: Also flush if it's not the current context...
2010-07-15 Alex Deucherradeon: allow driconf vblank settings with dri2
2010-07-15 Brian Paulst/mesa: fix quad strip trimming bug
2010-07-15 José Fonsecallvmpipe: Remove redundant statement.
2010-07-15 Vinson Leeglu/sgi: Remove dead initialization in extract565.
2010-07-15 Vinson Leetgsi: Remove dead assignment in uprcase function.
2010-07-15 Vinson Leemesa: Fix potential out-of-bounds access by _vbo_Materialf.
2010-07-15 Vinson Leeglx: Move dereference and initialization to after NULL...
2010-07-15 Chia-I Wuegl: Return the correct array size in _eglFlattenArray.
2010-07-14 Brian Paulmesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable...
2010-07-14 Brian Paulmesa: update assertions and fix refcounting in depth...
2010-07-14 Brian Paulmesa: silence a printf warning
2010-07-14 Brian Paulllvmpipe: delete lp_test_*.o files with make clean
2010-07-14 Brian Paulgallium: added CLEAN_EXTRA var for make clean target
2010-07-14 Nick Bowlerdri2: Track event mask in client code.
2010-07-14 José Fonsecagallium: Ensure prototypes are wrapped in extern "C".
2010-07-14 José Fonsecallvmpipe: Remove redundant alignments.
2010-07-14 Chris Lillvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.
2010-07-14 José Fonsecagallium: Add a macro for memory barriers.
2010-07-14 José Fonsecagallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3...
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-14 Zack Rusinmesa: add comments and change Index2D to just Index2
2010-07-14 Marek Olšákr300/compiler: fix swizzling in the transformation...
2010-07-13 Jakob Bornecrantzi965g: Fix scons build of dri driver
2010-07-13 Roland Scheideggerllvmpipe: fix comment typo
2010-07-13 Roland Scheideggerllvmpipe: move rasterizer to screen instead of setup...
2010-07-13 José Fonsecallvmpipe: Align texture data to the cache line.
2010-07-13 Keith Whitwellllvmpipe: eliminate the set_state rasterizer command
2010-07-13 Keith Whitwellllvmpipe: pass mask into fragment shader
2010-07-13 Keith Whitwellllvmpipe: move fences from per-bin to per-thread
2010-07-13 José Fonsecallvmpipe: Always swizzle/unswizzle whole tiles.
2010-07-13 Jakob Bornecrantzllvmpipe: Ignores!
2010-07-13 Jakob Bornecrantztargets: Link xorg drivers with LLVM if built
2010-07-13 Jakob Bornecrantztargets: Clean up xorg make files a bit
2010-07-13 Jakob Bornecrantzst/xorg: When selecting st via configure make sure...
2010-07-13 Brian Paullibgl-xlib: add depend to make clean list
2010-07-13 Brian Paulglapi: use _mesa_snprintf()
2010-07-13 Marek Olšákr300/compiler: implement the Abs source operand modifie...
2010-07-13 Marek Olšákr300/compiler: emulate SIN/COS/SCS in r3xx-r4xx vertex...
2010-07-13 Vinson Leemesa: s/snprintf/_mesa_snprintf/
2010-07-13 Marek Olšákr300g: do not advertise half_float_vertex on rv3x0
2010-07-12 Marek Olšákr300g: extend and clean up debug logging
2010-07-12 Marek Olšákr300g/swtcl: do not emit texcoords if they are also...
2010-07-12 Marek Olšákr300g: rework the draw_rectangle hook
2010-07-12 Maciej CencoraMerge branch 'master' of git://anongit.freedesktop...
2010-07-12 Vinson Leer600: Fix include recursion.
2010-07-12 Vinson Leer300g: Remove unnecessary header.
2010-07-12 Maciej Cencoraradeon: fix some wine d3d9 tests
2010-07-12 José Fonsecallvmpipe: Re-enable threading on windows.
2010-07-12 nobledos: remove gratuitous pipe_barrier placeholder code
2010-07-12 nobledos, rbug: remove PIPE_THREAD_HAVE_CONDVAR
2010-07-12 nobledos: Implement pipe_condvar on Windows Vista and later
2010-07-12 nobledos: Implement pipe_condvar on win32
2010-07-12 Marek Olšákr300g: implement fast color clear
2010-07-12 Marek Olšákr300g: clear and copy a resource with a rectangular...
next