summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca2010-06-012-16/+0
* tgsi: Remove tgsi-instruction-set.txt.José Fonseca2010-06-011-1127/+0
* llvmpipe: Don't waste time interpolating unused input channels.José Fonseca2010-06-016-49/+47
* tgsi: Determine which shader input channels are effectively.José Fonseca2010-06-014-7/+177
* gallium/docs: Update FRAC -> FRC.José Fonseca2010-06-011-1/+1
* st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom2010-05-313-9/+9
* st/xorg Avoid advertizing rotation / reflection support.Thomas Hellstrom2010-05-311-3/+6
* llvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.José Fonseca2010-05-311-1/+2
* st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu2010-05-312-20/+16
* gallium: fix TFP on galliumDave Airlie2010-05-311-0/+2
* st/egl: Update KMS backend to use resource_surface.Chia-I Wu2010-05-312-50/+28
* st/egl: Update GDI backend to use resource_surface.Chia-I Wu2010-05-311-146/+51
* st/egl: Update ximage backend to use resource_surface.Chia-I Wu2010-05-311-186/+52
* st/egl: Add helper functions for use by backends.Chia-I Wu2010-05-313-0/+306
* targets/egl: Add SConscript for egl-apis.Chia-I Wu2010-05-312-0/+34
* st/vega: Use SConscript for Windows build.Chia-I Wu2010-05-315-9/+62
* gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu2010-05-311-0/+3
* st/egl: Use OS-specific module suffices.Chia-I Wu2010-05-311-6/+17
* targets/egl: Add SConscript for egl_gdi_swrast.Chia-I Wu2010-05-313-6/+35
* st/egl: Add GDI backend.Chia-I Wu2010-05-314-1/+557
* egl: Use SConscript for Windows build.Chia-I Wu2010-05-311-8/+9
* Define PUBLIC to dllexport on MSVC.Chia-I Wu2010-05-311-0/+2
* r300g: set correct pitch in libdrmMarek Olšák2010-05-312-12/+12
* r300g: remove texture usage transfer flagMarek Olšák2010-05-311-10/+1
* r600g: remove unused struct r600_stateMarek Olšák2010-05-312-20/+0
* r600g: Remove unnecessary headers.Vinson Lee2010-05-305-5/+0
* r600g: RS880 is r6xx-basedAlex Deucher2010-05-301-1/+1
* llvmpipe: Remove unused framebuffer stuff from the rasterizer.José Fonseca2010-05-302-18/+6
* llvmpipe: Don't force a linear to tiled conversion after rasterization on deb...José Fonseca2010-05-301-12/+14
* llvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary.José Fonseca2010-05-301-2/+4
* util: Add inline function for approximate floating point comparison.José Fonseca2010-05-301-0/+9
* llvmpipe: Use pointer_to_func() instead of custom wrappers.José Fonseca2010-05-305-70/+8
* draw: Use pointer_to_func() instead of custom wrappers.José Fonseca2010-05-301-30/+3
* util: Generic pointer to func conversion helper.José Fonseca2010-05-301-0/+12
* llvmpipe: Pass the fs variant to the rasterizer.José Fonseca2010-05-309-81/+113
* python/retrace: Interpret resource_copy_region.José Fonseca2010-05-301-10/+6
* st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...José Fonseca2010-05-301-52/+20
* st/vega: Use FREE.Chia-I Wu2010-05-301-1/+1
* st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu2010-05-303-20/+141
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-05-301-2/+1
* st/egl: Initialize KMS backend from an fd.Chia-I Wu2010-05-301-6/+31
* r600g: remove unused variableMarek Olšák2010-05-291-1/+0
* r600g: fix gallium function parametersMarek Olšák2010-05-294-14/+14
* r600g: make a local copy of viewport stateMarek Olšák2010-05-293-3/+3
* i915g: Rename winsys c fileJakob Bornecrantz2010-05-292-1/+1
* i915g: Move pci id to winsys structJakob Bornecrantz2010-05-297-15/+11
* targets/egl: Give egl targets a good build enviromentJakob Bornecrantz2010-05-291-1/+11
* r600g: fix buildMarek Olšák2010-05-292-0/+2
* llvmpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2
* softpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2