gallivm: Factor out the quad derivative code into a single place. Fix ddy.
[mesa.git] / src / gallium /
2010-06-03 José Fonsecagallivm: Factor out the quad derivative code into a...
2010-06-03 Joakim Sindholtr300g: use util/u_debug
2010-06-03 Joakim Sindholtgallium: silence all debug_named_value related warnings
2010-06-03 Joakim Sindholtutil/u_debug: add description field to debug_named_value
2010-06-03 Vinson Leescons: Handle Python OSError exception when missing...
2010-06-03 Marek Olšákr300g: set the minimum texture stride to 64 bytes on...
2010-06-02 Brian Paulgallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES
2010-06-02 José Fonsecallvmpipe: Fix bad logic.
2010-06-02 Vinson Leellvmpipe: Remove unnecessary header.
2010-06-02 José Fonsecallvmpipe: Fix typo in assert.
2010-06-02 José Fonsecallvmpipe: Per quad interpolation.
2010-06-02 José Fonsecallvmpipe: Minor cleanup to the interpolator.
2010-06-02 José Fonsecagallivm: Add a lp_build_const_elem().
2010-06-02 José Fonsecallvmpipe: Store often used LLVM types in the lp_build_c...
2010-06-02 José Fonsecagallivm: Zero min_lod and max_lod when only one view...
2010-06-02 José Fonsecagallivm: Make lp_build_sample_wrap_int usage more accurate.
2010-06-02 José Fonsecagallivm: Don't use reciprocate in lp_build_sample_wrap_...
2010-06-02 José Fonsecagallivm: Avoid fp arithmetic in lp_build_sample_wrap_ne...
2010-06-02 José Fonsecagallivm: Don't use lp_build_sample_wrap_nearest()
2010-06-02 José Fonsecallvmpipe: Centralize all position interpolation in...
2010-06-02 Marek Olšákr300g: use the stored GEM domain in add_buffer/write_reloc
2010-06-02 Marek Olšákr300g: store the GEM domain in buffer and texture structs
2010-06-02 Marek Olšákr300g: use r300_buffer_domain everywhere
2010-06-02 Marek Olšákr300g: blit directly to/from GTT when transfering textures
2010-06-02 Marek Olšákr300g: let the driver determine the GEM domain for...
2010-06-02 Marek Olšákr300g: make texture transfers more pipelined
2010-06-02 Marek Olšákr300g: better describe another flush and move it closer...
2010-06-02 Marek Olšákr300g: remove one flush
2010-06-01 José Fonsecallvmpipe: Obey color interpolation.
2010-06-01 José Fonsecallvmpipe: Use struct lp_shader_input in the interpolator.
2010-05-31 Thomas Hellstromst/xorg, vmware: Make throttling configurable.
2010-05-31 Thomas Hellstromsvga: Add a winsys callback to get the svga_winsys_context
2010-06-01 José Fonsecatgsi: Drop uses_fogcoord and uses_frontfacing from...
2010-06-01 José Fonsecatgsi: Remove tgsi-instruction-set.txt.
2010-06-01 José Fonsecallvmpipe: Don't waste time interpolating unused input...
2010-06-01 José Fonsecatgsi: Determine which shader input channels are effecti...
2010-06-01 José Fonsecagallium/docs: Update FRAC -> FRC.
2010-05-31 Thomas Hellstromst/xorg: Fix Xv cliprect scaling.
2010-05-31 Thomas Hellstromst/xorg Avoid advertizing rotation / reflection support.
2010-05-31 José Fonsecallvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.
2010-05-31 Chia-I Wust/egl: Use stamps only to avoid unnecessary geometry...
2010-05-31 Dave Airliegallium: fix TFP on gallium
2010-05-31 Chia-I Wust/egl: Update KMS backend to use resource_surface.
2010-05-31 Chia-I Wust/egl: Update GDI backend to use resource_surface.
2010-05-31 Chia-I Wust/egl: Update ximage backend to use resource_surface.
2010-05-31 Chia-I Wust/egl: Add helper functions for use by backends.
2010-05-31 Chia-I Wutargets/egl: Add SConscript for egl-apis.
2010-05-31 Chia-I Wust/vega: Use SConscript for Windows build.
2010-05-31 Chia-I Wugallium/util: Define isfinite and isnan for MSVC.
2010-05-31 Chia-I Wust/egl: Use OS-specific module suffices.
2010-05-31 Chia-I Wutargets/egl: Add SConscript for egl_gdi_swrast.
2010-05-31 Chia-I Wust/egl: Add GDI backend.
2010-05-31 Chia-I Wuegl: Use SConscript for Windows build.
2010-05-31 Chia-I WuDefine PUBLIC to dllexport on MSVC.
2010-05-31 Marek Olšákr300g: set correct pitch in libdrm
2010-05-31 Marek Olšákr300g: remove texture usage transfer flag
2010-05-31 Marek Olšákr600g: remove unused struct r600_state
2010-05-30 Vinson Leer600g: Remove unnecessary headers.
2010-05-30 Alex Deucherr600g: RS880 is r6xx-based
2010-05-30 José Fonsecallvmpipe: Remove unused framebuffer stuff from the...
2010-05-30 José Fonsecallvmpipe: Don't force a linear to tiled conversion...
2010-05-30 José Fonsecallvmpipe: Call llvmpipe_set_texture_tile_layout only...
2010-05-30 José Fonsecautil: Add inline function for approximate floating...
2010-05-30 José Fonsecallvmpipe: Use pointer_to_func() instead of custom wrappers.
2010-05-30 José Fonsecadraw: Use pointer_to_func() instead of custom wrappers.
2010-05-30 José Fonsecautil: Generic pointer to func conversion helper.
2010-05-30 José Fonsecallvmpipe: Pass the fs variant to the rasterizer.
2010-05-30 José Fonsecapython/retrace: Interpret resource_copy_region.
2010-05-30 José Fonsecast/python: Expose region_copy/fill_region instead of...
2010-05-30 Chia-I Wust/vega: Use FREE.
2010-05-30 Chia-I Wust/egl: Hook eglCreatePbufferFromClientBuffer.
2010-05-30 Chia-I Wust/egl: Fix eglCopyBuffers.
2010-05-30 Chia-I Wust/egl: Initialize KMS backend from an fd.
2010-05-29 Marek Olšákr600g: remove unused variable
2010-05-29 Marek Olšákr600g: fix gallium function parameters
2010-05-29 Marek Olšákr600g: make a local copy of viewport state
2010-05-29 Jakob Bornecrantzi915g: Rename winsys c file
2010-05-29 Jakob Bornecrantzi915g: Move pci id to winsys struct
2010-05-29 Jakob Bornecrantztargets/egl: Give egl targets a good build enviroment
2010-05-29 Marek Olšákr600g: fix build
2010-05-28 Brian Paulllvmpipe: add PIPE_BUFFER to assertion
2010-05-28 Brian Paulsoftpipe: add PIPE_BUFFER to assertion
2010-05-28 Brian Paulllvmpipe: add out of memory checking to triangle setup...
2010-05-28 Marek Olšákr300g: remove unnecessary breaks
2010-05-28 Marek Olšákr300g: report vertex format support in is_format_supported
2010-05-28 Marek Olšákr300g/swtcl: fix WPOS
2010-05-28 Marek Olšákr300g/swtcl: avoid an infinite loop if an occl. query...
2010-05-27 Jerome Glisser600g: disable rendering
2010-05-27 Bas Nieuwenhuizenr600g: various fixes
2010-05-27 Jerome Glisser600g: fix driver + shader compiler backend change
2010-05-27 Jakob Bornecrantzr600g: Integrate into build
2010-05-27 Jakob Bornecrantzr600g: Fix buffer offsets
2010-05-27 Marek Olšákr600g: adapt to latest interfaces changes
2010-05-27 Jerome Glisser600g: Initial import
2010-05-27 Brian Paulllvmpipe: s/bool/boolean/
2010-05-27 Brian Paulllvmpipe: s/bool/boolean
2010-05-27 Brian Paulsw/xlib: avoid dereferencing a null pointer
2010-05-27 Brian Paulgallivm: add assertions to check type of phi variables
2010-05-27 Marek Olšákr300g/swtcl: fix secondary color and back-face color...
2010-05-27 José Fonsecallvmpipe: Refer to my personal udis86 repository.
next