summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600g: consolidate more translate functionsMarek Olšák2012-02-144-140/+74
* r600g: inline r600_translate_ds_funcMarek Olšák2012-02-142-16/+4
* r600g: remove unused variableMarek Olšák2012-02-141-2/+0
* r600g: consolidate some translate functionsMarek Olšák2012-02-144-84/+44
* Revert "r600g: don't advertise integer textures without GLSL 1.3"Marek Olšák2012-02-142-8/+0
* r600g: don't advertise integer textures without GLSL 1.3Marek Olšák2012-02-142-0/+8
* meta: Add pixel store/pack operations in decompress_texture_imageAnuj Phogat2012-02-131-5/+3
* mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV caseBrian Paul2012-02-131-0/+9
* gallivm: Replace architecture test with PIPE_ARCH_*Stéphane Marchesin2012-02-121-4/+6
* i915g: Remove useless draw calls.Stéphane Marchesin2012-02-123-41/+2
* i915g: Add a way to profile the contents of command buffers.Stéphane Marchesin2012-02-121-0/+12
* i915g: Fix comments.Stéphane Marchesin2012-02-121-2/+2
* i915g: Don't emit state when it's already bound.Stéphane Marchesin2012-02-121-0/+32
* i915g: Remove unused poly stipple state.Stéphane Marchesin2012-02-122-54/+0
* i915g: Implement stipple with draw.Stéphane Marchesin2012-02-122-1/+5
* i915g: Fix comment.Stéphane Marchesin2012-02-121-1/+1
* i915g: Move ureg defines to the header so we can share them.Stéphane Marchesin2012-02-122-32/+32
* i915g: Separate declarations and program in the fragment program struct.Stéphane Marchesin2012-02-124-9/+31
* st/mesa: only resolve if number of samples is > 1Dave Airlie2012-02-121-1/+2
* swrast: fix span color type selectionBrian Paul2012-02-123-9/+36
* extensions: remove unused code.Dave Airlie2012-02-121-3/+0
* mesa/texparam: drop double semicolonsDave Airlie2012-02-121-12/+12
* r300g: always fail to create a multisample resourceMarek Olšák2012-02-121-0/+3
* r300g: assert-fail when calling resource_resolveMarek Olšák2012-02-121-0/+3
* gallium/xvmc: r300 and r600 now depend on libdrm_radeonAlex Deucher2012-02-112-2/+2
* gallivm: Change getExtent and readByte to non-const with llvm-3.1.Vinson Lee2012-02-101-0/+8
* i965: Fix border color on Ironlake.Kenneth Graunke2012-02-101-1/+1
* i965/fs: Add support for generating MADs.Eric Anholt2012-02-103-0/+56
* i965/fs: Add missing register allocation for 3rd sources.Eric Anholt2012-02-101-0/+2
* i965: Add support for the MAD opcode on gen6+.Eric Anholt2012-02-105-20/+342
* Bump version to 8.1 (devel)Ian Romanick2012-02-102-2/+2
* radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8Alex Deucher2012-02-101-1/+1
* r600g: 128 bit formats require tile_type = 1 on caymanAlex Deucher2012-02-101-0/+10
* r600g: fix tex tile_type offset for caymanAlex Deucher2012-02-102-1/+7
* st/wgl: refactor stw_pixelformat_init()Brian Paul2012-02-101-58/+51
* st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca2012-02-106-16/+109
* st/wgl: Invoke SetPixelFormat twice for pbuffers.José Fonseca2012-02-101-1/+2
* st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca2012-02-106-21/+26
* st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca2012-02-101-1/+1
* mesa: remove unused gl_shared_state::DriverData fieldBrian Paul2012-02-101-2/+0
* docs: remove link to the GLSL compiler pageBrian Paul2012-02-101-1/+0
* docs: add VMware linkBrian Paul2012-02-101-1/+2
* docs: update info about supported systems, GPUs, APIsBrian Paul2012-02-101-12/+56
* docs: add news item for 8.0 releaseBrian Paul2012-02-101-0/+10
* docs: Add 8.0 MD5 checksumsIan Romanick2012-02-101-1/+3
* mesa: fix proxy texture target initializationBrian Paul2012-02-101-7/+12
* mesa: remove unused gl_pixelmap::Map8[] arrayBrian Paul2012-02-102-3/+0
* st/mesa: stop using Map8[] tables in load_color_map_texture()Brian Paul2012-02-101-5/+6
* mesa: remove unused _mesa_map_ci8_to_rgba8()Brian Paul2012-02-102-32/+0
* mesa: fix error handling in get_tex_rgba_compressed()Brian Paul2012-02-101-0/+2