glx: Move __driScreen into the dri screen privates
[mesa.git] / src /
2010-07-20 Kristian Høgsbergglx: Move __driScreen into the dri screen privates
2010-07-20 Kristian Høgsbergglx: Move DRI1 specific extensions and code to DRI1...
2010-07-20 Kristian Høgsbergglx: Move DRI2 extensions to DRI2 screen private
2010-07-20 Kristian Høgsbergglx: Drop support for GLX_MESA_allocate_memory
2010-07-20 Kristian Høgsbergglx: Add screen privates for dri drivers and moved...
2010-07-20 Kristian Høgsbergglx: Rename various DRI structs away from obnoxious...
2010-07-20 Kristian Høgsbergglx: Factor out common code from dri2WaitGL() and dri2W...
2010-07-20 Kristian Høgsbergglx: Dont use dri2WaitX() to update fake front
2010-07-20 Eric Anholti965: Mostly fix glsl-max-varyings.
2010-07-20 Eric Anholti965: Clean up message register setup in emit_vertex_wr...
2010-07-20 Eric Anholti965: Reduce repeated calculation of the attribute...
2010-07-20 Eric Anholti965: Clarify the nr_regs calculation in brw_clip.c
2010-07-20 Eric Anholti965: Don't set up VUE space for the disabled user...
2010-07-20 Brian Pauldraw: fix incorrect instancing divisor in LLVM code
2010-07-19 Brian Paulmesa: remove restart.c from build
2010-07-19 Marek Olšákr300g: fix possible crash in destroy_context
2010-07-19 Marek Olšákutil: remove the dummy field in mempool
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 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 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 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
next