st/xorg: Remove superfluous flushes from the EXA WaitMarker hook.
[mesa.git] / src / gallium /
2009-11-03 José Fonsecallvmpipe: Respect gl_rasterization_rules in primitive...
2009-11-03 José Fonsecapython/retrace: Cope with null constant buffers.
2009-11-03 José Fonsecapython/retrace: Add missing colon.
2009-11-03 Michal Kroltgsi: Up tgsi_exec's control flow nesting to 32.
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-02 Michal Kroltgsi/ureg: Add negate and swizzle for predicates.
2009-11-02 Brian Paulgallium/util: add casts to silence warnings
2009-11-02 Michal Kroltgsi/ureg: Update for gallium interface changes.
2009-11-02 Michal Kroltgsi: Update for gallium interface changes.
2009-11-02 Michal Krolgallium: Cleanup predicate and condition code TGSI...
2009-11-02 Michal Krolsoftpipe: Sanitise shader semantic and interpolator...
2009-11-01 Younes Mantonnouveau: Assume all texture blankets are linear for...
2009-11-01 Corbin Simpsonr300g: Miscellania. Avoid draw segfaults, s/true/TRUE...
2009-11-01 Maciej Cencorar300g: fix geometry corruptions
2009-11-01 Maciej Cencorar300g: split constant buffer and shader emittion
2009-11-01 Corbin Simpsonr300g: Adopt osiris' PSC data and swizzle.
2009-11-01 Christoph Bumillernv50: handle TGSI_SEMANTIC_FACE
2009-11-01 Christoph Bumillernv50: make IF condition safe
2009-11-01 Christoph Bumillernv50: implement TGSI_OPCODE_AND/OR/XOR
2009-10-31 Christoph Bumillernv50: fix textures with block size != cpp
2009-10-31 Younes Mantonnouveau: Support X8R8G8B8 textures on nv30, nv40 and...
2009-10-31 Christoph Bumillernv50: use SIFC also for shader upload
2009-10-31 Christoph Bumillernv50: make MRTs work
2009-10-31 Marek Olšákr300g: correct the pitch calculation for smaller mipmaps
2009-10-31 Marek Olšákr300g: pretend NPOT support
2009-10-31 Marek Olšákr300g: fix reading from the destination buffer in blending
2009-10-31 Marek Olšákr300g: add precalculating of pixel pitch, add a new...
2009-10-31 Marek Olšákr300g: remove unnecessary assertions
2009-10-31 Marek Olšákr300g: fix crash in r300_is_texture_referenced
2009-10-30 Michal Krolsoftpipe: Respect gl_rasterization_rules in primitive...
2009-10-29 Zack Rusinst/xorg: fix scaling ov xv data, plus some cleanups
2009-10-29 Cooper Yuanr300g: Fix bytes_per_line calculation error while displ...
2009-10-29 Brian PaulMerge branch 'texformat-rework'
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Zack Rusinst/xorg: fix src coordinates in the video acceleration...
2009-10-28 Corbin Simpsonr300g: Use u_trim_pipe_prim to prevent lockups from...
2009-10-28 Corbin Simpsonr300g: Keep texture formats organized.
2009-10-28 Maciej Cencorar300g: add some texture formats
2009-10-28 Corbin Simpsonr300g: Clear up a bit of the buffer reference stuff.
2009-10-28 Corbin Simpsonr300g: Fix XXX.
2009-10-28 Marek Olšákr300g: fix emitting the stencil-ref and alpha-ref values
2009-10-28 Marek Olšákr300g: fix the WRAP_T mode when using 1D textures
2009-10-28 Marek Olšákr300g: fix blending and do some optimizations
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 José Fonsecallvmpipe: Make sure the JIT engine and X86 target are...
2009-10-28 José Fonsecautil: Drop return value from cpuid().
2009-10-28 José Fonsecautil: Fix cpuid on MSVC.
2009-10-28 José Fonsecallvmpipe: Implement round() for MSVC.
2009-10-28 Zack Rusinst/xorg: fix xv
2009-10-27 Vinson Leedraw: Fix memory leak.
2009-10-27 Christoph Bumillernv50: activate more lanes in a warp
2009-10-27 Jakob Bornecrantzst/xorg: Adopt to new dirty clip rect type
2009-10-27 Vinson Leedraw: Fix memory leak.
2009-10-26 Zack Rusinst/xorg: initialize indexes before reswizzling for yuv
2009-10-26 Zack Rusinst/xorg: stop overflowing yuv buffers
2009-10-26 Zack Rusinst/xorg: add yuv vertex shader
2009-10-26 Zack Rusinst/xorg: add yuv shaders
2009-10-26 Marek Olšákr300g: read occlusion query results from both Z pipes...
2009-10-26 Marek Olšákr300g: add cubemap support
2009-10-25 José Fonsecagallium: Move enum pipe_error into p_defines.h.
2009-10-25 José Fonsecallvmpipe: Human friendlier sampler state dump.
2009-10-25 José Fonsecautil: Human readable output of texture states.
2009-10-25 José Fonsecallvmpipe: Dump the sampler state of the shader key.
2009-10-25 José Fonsecallvmpipe: Immediate multiplication.
2009-10-25 José Fonsecallvmpipe: Fast path for sampling rgba8 textures with...
2009-10-25 José Fonsecallvmpipe: Make lerping work for 8.8 fixed point values.
2009-10-25 José Fonsecallvmpipe: New module to help make assertions about...
2009-10-25 José Fonsecallvmpipe: New function to unpack rgba8 formats into...
2009-10-25 José Fonsecallvmpipe: Split the format swizzling step from the...
2009-10-25 José Fonsecallvmpipe: Allow different signs when unpacking.
2009-10-25 José Fonsecallvmpipe: Add inlines to quickly generate types matchin...
2009-10-25 José Fonsecallvmpipe: Merge lp_build_load_rgba_soa into lp_build_sa...
2009-10-25 José Fonsecallvmpipe: Factor our pixel offset computation.
2009-10-25 José Fonsecallvmpipe: Share testing infrastructure with lp_test_format.
2009-10-25 José Fonsecallvmpipe: Eliminate lp_build_store_rgba_aos.
2009-10-25 José Fonsecallvmpipe: Eliminate lp_build_load_rgba_aos.
2009-10-25 José Fonsecallvmpipe: Move a few format/sampling functions into...
2009-10-25 Marek Olšákr300g: fix redefining mipmaps and fetching from them
2009-10-25 Marek Olšákr300g: added support for 3D textures
2009-10-24 Joakim Sindholtr300g: fix scons build yet again
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Zack Rusinst/xorg: fix text with component alpha rendering
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Christoph Bumillernv50: do SIGN_SET as one instruction
2009-10-23 Christoph Bumillernv50: fix saturation outside of tx_insn case
2009-10-23 Christoph Bumillernv50: allow all 127 TEMP regs
2009-10-23 Christoph Bumillernv50: fix address reg code
2009-10-23 Christoph Bumillernv50: add depth texture formats, and a few others, too
2009-10-23 Patrice Mandinnouveau: nv30: Relax some limits. We can render to...
2009-10-23 Patrice Mandinnouveau: nv30: use r5g6b5 as z16 format
2009-10-23 Chia-I Wumesa: Enable remap table in core.
2009-10-23 Zack Rusinst/xorg: lots of fixes related to compositing
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 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 Brian PaulMerge branch 'mesa_7_6_branch'
next