nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.
[mesa.git] / src / gallium / drivers /
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 Brian PaulMerge branch 'texformat-rework'
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
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é Fonsecallvmpipe: Implement round() for MSVC.
2009-10-27 Christoph Bumillernv50: activate more lanes in a warp
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é Fonsecallvmpipe: Human friendlier sampler state dump.
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 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 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 Brian PaulMerge branch 'mesa_7_6_branch'
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 Simpsonr300g: Clean up duplicate code in r300_render.
2009-10-22 Corbin Simpsonr300g: Move render functions to r300_render.
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 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-22 Ben Skeggsnv50: support 3D class 0x8597, remove redundant unknown...
2009-10-22 Corbin Simpsonr300g: Check for NULL Draw during flush.
2009-10-22 Corbin Simpsonr300g: Update comments, function names in r300_state_in...
2009-10-22 Corbin Simpsonr300g: Update comments, asserts, indents in r300_texture.
2009-10-22 Corbin Simpsonr300g: Remove unused debug flag.
2009-10-22 Corbin Simpsonr300g: Cleanup old static shader state.
2009-10-21 Patrice Mandinnouveau: nv30: Do not use assert to return NULL
2009-10-21 Patrice Mandinnouveau: nv30: check number of colour buffers to bind
2009-10-21 José Fonsecallvmpipe: Remove extraneous name in lp_type pre-declara...
2009-10-21 Corbin Simpsonr300g: No debug in r300_state.
2009-10-21 Corbin Simpsonr300g: Cleanup header includes.
2009-10-21 Corbin Simpsonr300g: Don't use getenv; use debug_get_*_option instead.
2009-10-21 Corbin Simpsonr300g: Don't use the hashtable internally.
2009-10-21 Corbin Simpsonr300g: Examine vertex attribute type on HW TCL too.
2009-10-21 Corbin Simpsonr300g: Also kill r300_shader_inlines with fire.
2009-10-21 Corbin Simpsonr300g: Kill r300_surface with fire.
2009-10-20 Marc Dietrichcell: fix compilation on cell
2009-10-20 Jakob Bornecrantztrace: Check for destroy before calling it
2009-10-19 Corbin Simpsonr300g: Demonstratory kludge to unbreak glxgears.
2009-10-19 Christoph Bumillernv50: add support for address regs
2009-10-19 Christoph Bumillernv50: cleanup emit_kil
2009-10-19 Christoph Bumillernv50: implement TGSI_OPCODE_CMP
2009-10-19 Christoph Bumillernv50: quick fix for insn src negation
2009-10-19 Christoph Bumillernv50: add support for DDX and DDY opcodes
2009-10-19 Christoph Bumillernv50: submit user vbo data through the fifo
next