summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák
2011-03-02r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák
2011-03-02r300g: Silence 'control reaches end of non-void function' warning.Vinson Lee
2011-03-01gallium: Add u_format_rgtc.c to SConscript.Vinson Lee
2011-03-02softpipe: enable RGTC now that we have u_format support.Dave Airlie
2011-03-02gallium: add RGTC UNORM support to u_format.Dave Airlie
2011-03-01svga: reduce MAX_DMA_SIZE to 4MBBrian Paul
2011-03-01i915g: remove extra semicolonBrian Paul
2011-03-02r300g: accelerate resoure_copy_region for rgtcMarek Olšák
2011-03-02r600g: change the cross over point for 2d->1dDave Airlie
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke
2011-03-01i915g: kill relocs accoutingDaniel Vetter
2011-03-01i915g: switch to the exact batch space reservation codeDaniel Vetter
2011-03-01i915g: split up hw state emission into small atomsDaniel Vetter
2011-03-01i915g: fix i915_winsys_batchbuffer_writeDaniel Vetter
2011-03-01r300g: initialize some r500 PS3 regsMarek Olšák
2011-03-01r300g: document some more DRM 2.8.0 featuresMarek Olšák
2011-03-01st/egl: Implement swapbuffer throttlingThomas Hellstrom
2011-03-01st/egl/drm: Rework swapbuffersThomas Hellstrom
2011-03-01st/egl: Add a helper to perform a copy swap on a resource surfaceThomas Hellstrom
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom
2011-03-01st/dri: one more missing array sizeDave Airlie
2011-03-01st/dri: fix missing array size init.Dave Airlie
2011-03-01egl/st: add array size initialisorDave Airlie
2011-03-01r600g: add NV_conditional_render support.Dave Airlie
2011-03-01r600g: start using drm minor version to enable things.Dave Airlie
2011-03-01r300g: fix RGTC2_SNORMMarek Olšák
2011-03-01r300g: reorder parts of translate_texformatMarek Olšák
2011-02-28r600g: truncate point sampled texture coordinatesAlex Deucher
2011-03-01r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák
2011-02-28softpipe: remove redundant draw_flush() callBrian Paul
2011-02-28draw: setup pipe's draw pointer for the aapoint stageBrian Paul
2011-02-28svga: add assertions in svga_shader_type()Brian Paul
2011-03-01r300g: set the correct HiZ clear valueMarek Olšák
2011-03-01r300g: update derived state before uploading vertex buffersMarek Olšák
2011-03-01u_vbuf_mgr: compute user buffer size for instance data from instance_countMarek Olšák
2011-03-01r300g: fix printing whether Z compression is enabledMarek Olšák
2011-03-01r300g: disable HiZ permanently if the the depth function is invertedMarek Olšák
2011-03-01r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák
2011-02-28r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operandsAlex Deucher
2011-02-28r600g: indentation fixesJerome Glisse
2011-02-28r300g: initialize SC_SCREENDOORMarek Olšák
2011-02-28r300g: disable hyper-z on rs6xx+Marek Olšák
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie
2011-02-28r300g: force swizzles for RGTCDave Airlie
2011-02-28r600g: implement instanced drawing supportChristian König
2011-02-28st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König
2011-02-28Revert "r600g: Don't negate result of ABS instruction"Dave Airlie
2011-02-28r600g: Process TRUNC with tgis_op2Fabian Bieler
2011-02-28r600g: Don't negate result of ABS instructionFabian Bieler