mesa.git
2009-11-04 Keith Whitwelli965g: init pointer to null, avoid segfault
2009-11-04 Keith Whitwelli965g: clean up wm init_registers func
2009-11-04 Keith Whitwelli965g: hook up some missing vertex shader code
2009-11-04 Keith Whitwelli965g: hook up some vertex state funcs
2009-11-04 Keith Whitwellws/i965: allow NULL buffer in winsys::bo_unreference
2009-11-04 Keith Whitwelli965g: pull in a copy of intel_decode.c for now
2009-11-04 Keith Whitwelli965g: hook up flush-frontbuffer
2009-11-04 Keith Whitwelli965g: fix up batchbuffer confusion
2009-11-04 Keith Whitwelli965g: plumb in some surface state
2009-11-04 Keith Whitwelli965g: hook up pipe_clear functions
2009-11-04 Keith Whitwelli965g: add constant buffer setter
2009-11-04 Keith Whitwelli965g: add missing is_*_referenced callbacks
2009-11-04 Keith Whitwelli965g: initialize surface refcount
2009-11-04 Keith Whitwelli965g: add more missing pipe callbacks
2009-11-04 Keith Whitwelli965g: add some missing texture creation code
2009-11-04 Keith Whitwelli965g: stubs for brw_pipe_vertex.c
2009-11-04 Keith Whitwelli965g: hook up pipe sampler callbacks
2009-11-04 Keith Whitwelli965g: hook up more pipe_context functions
2009-11-04 Keith Whitwelli965g: add missing buffer functions
2009-11-04 Keith Whitwellws/i965: add load-time driver registration
2009-11-04 Keith Whitwellws/i965: add butt-ugly linker hack
2009-11-04 Keith Whitwelli965g: hook up brw_screen.c
2009-11-04 Keith Whitwelli965g: add standalone xlib debug winsys
2009-11-04 Keith Whitwelli965g: convert read/write domain pairs into single...
2009-11-02 Keith Whitwelli965g: format RELOCs similarly
2009-11-02 Keith Whitwelli965g: rename brw_constant_buffer to brw_curbe_buffer
2009-11-01 Keith Whitwelli965g: driver and winsys compile
2009-11-01 Keith Whitwelli965g: the whole drivers/i965 directory is compiling
2009-11-01 Keith Whitwelli965g: more files compiling
2009-11-01 Keith Whitwelli965g: more files compiling
2009-11-01 Keith Whitwelli965g: more files compiling
2009-11-01 Keith Whitwelli965g: more files compiling
2009-11-01 Keith Whitwelli965g: more work on compilation -- surface management
2009-10-31 Keith Whitwelli965g: more work on compilation
2009-10-31 Keith Whitwelli965g: non-glsl fragment shader path is compiling
2009-10-31 Keith Whitwelli965g: wip on fragment shaders
2009-10-29 Keith Whitwelli965g: work in progress on fragment shaders
2009-10-28 Keith Whitwelli965g: still working on compilation
2009-10-27 Keith Whitwelli965g: still working on compilation
2009-10-26 Keith Whitwelli965g: still working on compilation
2009-10-26 Keith Whitwelli965g: still working on compilation
2009-10-25 Keith Whitwelli965g: start hooking up some to the gallium context...
2009-10-25 Keith Whitwelli965g: more compiling wip
2009-10-24 Keith Whitwelli965g: more work on compiling, particularly the brw_dra...
2009-10-24 Keith Whitwelli965g: more work on compiling
2009-10-24 Keith Whitwelli965g: more files compiling
2009-10-24 Keith Whitwelli965g: hook into build system
2009-10-24 Keith Whitwellws/i965: renames from i915, hook up makefiles
2009-10-24 Keith Whitwelli965g: first compiling file
2009-10-23 Keith Whitwellws/i965: pull in the rest of the i915 winsys tree.
2009-10-23 Keith Whitwellws/i965: clone the i915 winsys
2009-10-23 Keith Whitwelli965g: wip on removing GL stuff, trying to get a few...
2009-10-23 Keith Whitwelli965: ignore cliprect_mode
2009-10-23 Keith Whitwelli965g: wip
2009-10-23 Keith Whitwelli965g: re-starting from the dri driver
2009-10-23 Keith Whitwellgallium: remove extended negate also, and also the...
2009-10-23 Keith Whitwellcell: typo from ExtSwizzle commit
2009-10-23 Keith Whitwellgallium: remove the swizzling parts of ExtSwizzle
2009-10-23 Keith Whitwellgallium: remove noise opcodes
2009-10-23 Keith Whitwellprogs/demos: add fps to multiarb
2009-10-23 Cooper Yuanr300g: last changes's typo, miss a include file
2009-10-23 Cooper Yuanr300g: add flush_frontbuffer function to display video...
2009-10-23 Cooper Yuang3dvl: pass display and screen to g3dvl when creating...
2009-10-23 Alex Deucherr600: remove remains of old tnl pipeline
2009-10-23 Alex Deucherr600: fix render size prediction
2009-10-23 Alex Deucherr600: remove old tnl pipeline
2009-10-23 Alex Deucherr600: clean up context creation
2009-10-23 Ian RomanickRevert "Store clipping distance for user clip planes...
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Brian Pauldocs: document 'useprog' debug option
2009-10-23 Brian Paulmesa: fix up vbo comments
2009-10-23 Brian Paulmesa: added _mesa_dump_texture()
2009-10-23 Brian Paulintel: flush old context before binding new context
2009-10-23 Brian Paulglx: don't destroy context immediately if it's currentl...
2009-10-23 Brian Paulmesa: code refactoring- new _mesa_finish(), _mesa_flush()
2009-10-22 Zack Rusinst/xorg: fix the makefile when used with new xextproto
2009-10-22 Brian Paulprogs/xdemos: fix command line flag typo
2009-10-22 Brian Pauli965: fix hacked Fallback usage in brw_prepare_vertices()
2009-10-22 Brian Paulintel: define INTEL_FALLBACK_DRIVER for drivers
2009-10-22 Brian Paulintel: Fallback field is a bitmask, use GLbitfield
2009-10-22 Brian Pauli965: remove unused brw_context::tmp_fallback field
2009-10-22 Brian Pauli965: remove unused BRW_FALLBACK_TEXTURE bit
2009-10-22 Corbin Simpsonr300g: Enable more stuff in r300_screen, cleanup comments.
2009-10-22 Corbin Simpsonr300g: Cleanup PSC setup math a bit and stop using...
2009-10-22 Christoph Bumillernv50: handle PIPE_TEX_FILTER_ANISO case
2009-10-22 Patrice Mandinnouveau: nv30: rewrite so we can render only in depth...
2009-10-22 Patrice Mandinnouveau: nv30: use a8r8g8b8 as depth texture format...
2009-10-22 Corbin SimpsonKill off trident.
2009-10-22 Corbin SimpsonNuke s3v.
2009-10-22 Corbin Simpsonr300g: Clean up duplicate code in r300_render.
2009-10-22 Corbin Simpsonr300g: Move render functions to r300_render.
2009-10-22 José Fonsecascons: Hack LLVM support on Windows.
2009-10-22 José Fonsecallvmpipe: Avoid yet another variable size array.
2009-10-22 José Fonsecallvmpipe: Define rdtsc for MSVC.
2009-10-22 José Fonsecallvmpipe: Avoid variable size arrays.
2009-10-22 José Fonsecallvmpipe: Use the pack/unpack functions for 8bit unsign...
2009-10-22 José Fonsecallvmpipe: Utility function to double the bit width...
2009-10-22 José Fonsecallvmpipe: Factor vector packing/unpacking to a separate...
2009-10-22 José Fonsecallvmpipe: Call util_cpu_detect() from the unit tests.
2009-10-22 José Fonsecautil: Set cpu endianness too.
next