st/xorg: Remove superfluous flushes from the EXA WaitMarker hook.
[mesa.git] / src / gallium /
2009-11-19 Michel Dänzerst/xorg: Remove superfluous flushes from the EXA WaitMa...
2009-11-19 Michel Dänzerst/xorg: Don't initialize non-existing fields.
2009-11-18 Jakob Bornecrantzst/xorg: Init all functions and fix spelling
2009-11-18 Jakob Bornecrantzst/xorg: Make the #if more easier to read
2009-11-18 Jakob Bornecrantzst/xorg: Use the correct DRI2BufferPtr struct on 1...
2009-11-18 Maciej CencoraMerge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
2009-11-17 Brian Pauli915g: replace //-style comments
2009-11-17 Brian Paulgallium/util: replace //-style comments
2009-11-17 Brian Pauli915g: remove trailing commas in enum lists to silence...
2009-11-17 Jakob Bornecrantzsvga: More -Werror removal
2009-11-17 Jakob Bornecrantzsvga: Remove -Werror for now as GCC 4.4.x raises a...
2009-11-17 Patrice Mandinnouveau: nv30: Check for NULL front (happens with DRI2)
2009-11-17 Patrice Mandinnouveau: nv30: Add missing include to fix warning
2009-11-17 Jakob Bornecrantzsvga: Build svga driver
2009-11-17 Jakob Bornecrantzsvga: Add vmwgfx_drm.h file from vmwgfx kernel driver
2009-11-17 Jakob Bornecrantzsvga: Add svga driver
2009-11-17 Jakob Bornecrantzst/xorg: Fix copy-pasto
2009-11-16 Jakob Bornecrantzst/xorg: Fix comp alpha code and deal with luminance...
2009-11-16 Jakob Bornecrantzst/xorg: Incase of format missmatch swizzle channels...
2009-11-16 Michel Dänzerst/xorg: Only reference new picture formats when they...
2009-11-15 Brian Paulst/egl: add some basic comments
2009-11-15 Francisco Jereznv20: Fix build for the last nouveau_class.h changes.
2009-11-15 Francisco Jereznv10: Fix build for the last nouveau_class.h changes.
2009-11-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-13 Zack Rusinst/xorg: try to fix non-uniform transforms
2009-11-12 Zack Rusinst/xorg: use an immediate instead of a full blown const
2009-11-12 Zack Rusinst/xorg: don't use flow control
2009-11-12 Zack Rusinst/xorg: implement repeatnone and make some code smell...
2009-11-12 Zack Rusinst/xorg: fallback until daddy can implement you properly
2009-11-11 Corbin Simpsonr300, r300g: Add missing registers.
2009-11-11 Corbin Simpsondri-st: Add some required GL 2.0 extensions.
2009-11-10 Jakob Bornecrantzst/xorg: Fallback if picture format doesn't match textu...
2009-11-10 Jakob Bornecrantzst/xorg: Don't segfault when debug printing
2009-11-11 Zack Rusinst/xorg: wrap to border color
2009-11-10 Jakob Bornecrantzst/egl: Probe hardware for depth stencil format
2009-11-11 Zack Rusinst/xorg: cleanup the naming
2009-11-11 Zack Rusinst/xorg: print ouf the picture formats when compositing
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-10 Vinson Leei915g: Fix memory leak when pci id is unknown.
2009-11-10 Michel Dänzerst/xorg: Fix SCons build.
2009-11-10 José Fonsecallvmpipe: Fix derived blend color state.
2009-11-10 Michal Kroltgsi/exec: Exit early on error.
2009-11-10 Michal Kroltgsi/ureg: Simplify logic in tokens_expand().
2009-11-09 Zack Rusinst/xorg: remove deprecated rendering code
2009-11-09 Zack Rusinst/xorg: fix composite batching
2009-11-09 José Fonsecallvmpipe: Ensure stack variables in unit tests are...
2009-11-09 Christoph Bumillernv50: clarify data for method 0x121c
2009-11-08 Corbin Simpsonr300g: Fix up SW TCL rendering functions.
2009-11-08 Corbin Simpsonr300g: Protect against possibly missing Draw pointer.
2009-11-08 Corbin Simpsonr300g: Unify context names for counts.
2009-11-08 Corbin Simpsonr300g: Enable PSC/RS dump with new debugging flags.
2009-11-08 Corbin Simpsonr300g: Fix is_buffer_referenced.
2009-11-08 Corbin Simpsonr300g: Fix build error on old compilers.
2009-11-07 Corbin Simpsonr300g: Organize inlined state.
2009-11-07 Corbin Simpsonr300g: DCE.
2009-11-07 Corbin Simpsonr300g: Minor code cleanup to avoid confusion.
2009-11-07 Corbin Simpsonr300g: Remove do-nothing functions.
2009-11-07 Corbin Simpsonr300g: Remove faulty assert.
2009-11-07 Corbin SimpsonMerge branch 'r300g-vbo'
2009-11-07 Corbin Simpsonr300g: Be more verbose in what's killing us WRT vert...
2009-11-07 Corbin Simpsonr300g: Comments.
2009-11-07 Corbin Simpsonr300g: Don't assert on oversized VBOs, just return...
2009-11-07 Corbin Simpsonr300g: Moar vbo cleanup.
2009-11-07 Corbin Simpsonr300g: s/false/FALSE/
2009-11-07 Corbin Simpsonr300g: Clean up indexbuf render, switch to RELOC macro.
2009-11-07 Corbin Simpsonr300g: Clean up r300_setup_vertex_buffers.
2009-11-07 Corbin Simpsonr300g: Don't pass hw_prim around in the context.
2009-11-07 Corbin Simpsonr300g: Use common state funcs for translating vert...
2009-11-07 Maciej Cencorar300g: don't hang GPU on misbehaving apps
2009-11-07 Maciej Cencorar300g: VBOs WIP
2009-11-07 Maciej Cencorar300g: add missing flush
2009-11-07 Maciej Cencorar300g: enable CS dumping
2009-11-07 Maciej Cencorar300g: move vborender context function to seperate...
2009-11-07 Jakob Bornecrantzi915g: Fix comment in is buffer referenced
2009-11-07 Christoph Bumillernv50: enable all 32 threads of a warp
2009-11-07 Zack Rusinst/xorg: implement batching for the composite op
2009-11-07 Zack Rusinst/xorg: batch solid fill requests
2009-11-07 Zack Rusinst/xorg: start accumulating vertices in a common buffer
2009-11-07 Zack Rusinst/xorg: use quads instead of triangle fans
2009-11-07 Zack Rusinst/xorg: make the buffer size global
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-06 José Fonsecallvmpipe: Fix build with llvm 2.6.
2009-11-06 José Fonsecagallium: Add UNSYNCHRONIZED cpu access flag. Document...
2009-11-06 Zack Rusinst/xorg: unify vertex buffer handling
2009-11-05 José Fonsecasoftpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE...
2009-11-05 Cooper Yuang3dvl: remove a debug line
2009-11-05 Cooper Yuang3dvl: add scissor setting
2009-11-05 Marek Olšákr300g: add polygon mode
2009-11-05 Marek Olšákr300g: fix the size of CS when emitting the fragprog...
2009-11-05 Marek Olšákr300g: set the correct offset in a colorbuffer surface
2009-11-05 Marek Olšákr300g: add color channel masking
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-04 Zack Rusinst/xorg: these flushes shouldn't be necessary
2009-11-04 José Fonsecautil: Remove homegrown Windows KM profiler.
2009-11-04 Michal Kroltgsi/ureg: Allow for multiple extended instruction...
2009-11-03 Christoph Bumillernv50: fix shader emit_tex for cube textures
2009-11-03 Christoph Bumillernv50: add abs-modifier for emit_minmax
2009-11-03 Christoph Bumillernv50: add 3d texture tiling and mip-mapping
2009-11-03 Michal Krolllvmpipe: Sanitise shader semantic and interpolator...
2009-11-03 Keith Whitwellllvmpipe: remove old prim_setup draw stage
next