summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr2012-12-031-1/+5
* r300g: Give CLIP_DISABLE another tryStefan Dösinger2012-12-042-2/+3
* st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul2012-12-031-4/+6
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-0313-43/+147
* gallivm: fix srgb format fetchRoland Scheidegger2012-12-031-1/+2
* llvmpipe: Refactor convert_to/from_blend_type to convert in place.José Fonseca2012-12-031-12/+8
* llvmpipe: Improve color buffer loads/stores alignment.José Fonseca2012-12-031-10/+19
* llvmpipe: Recompute the fs shader key when framebuffer varies.José Fonseca2012-12-031-0/+1
* r300g: increment num_z_clears only if we have Hyper-ZMarek Olšák2012-12-021-2/+1
* r300g: add blacklist for apps that shouldn't steal hyperz accessMarek Olšák2012-12-021-0/+28
* r300g: enable Hyper-Z by default on r500Marek Olšák2012-12-022-10/+13
* r300g: clear the ZB cache before clearing ZMASK or HIZMarek Olšák2012-12-022-2/+8
* Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...Marek Olšák2012-12-022-27/+6
* st/dri: implement new driver hook flush_with_flagsMarek Olšák2012-12-024-56/+89
* r300g: refuse to create too large texturesMarek Olšák2012-12-011-0/+15
* r300g: fix memory leaks in texture_create error pathsMarek Olšák2012-12-011-9/+15
* r300g: fix revoking hyperz accessMarek Olšák2012-12-011-20/+22
* gallivm: drop border wrap clamping codeRoland Scheidegger2012-12-011-33/+16
* r300g: handle map flag DISCARD_WHOLE_RESOURCEMarek Olšák2012-12-013-4/+36
* svga: remove pointless assert on unsigned >= 0Dave Airlie2012-12-011-1/+0
* r300g: fix comparison of hyperz flush time.Dave Airlie2012-12-011-1/+1
* util: added pipe_surface_release() functionBrian Paul2012-11-301-0/+16
* llvmpipe: Remove remnants of lp_tile_soa from Makefile.José Fonseca2012-11-302-4/+0
* llvmpipe: Fix incorrect sizeof.Vinson Lee2012-11-291-2/+2
* llvmpipe: Fix build break from 75da95c50Stéphane Marchesin2012-11-291-2/+1
* r600g: mirror simplification of if/break opcodesVincent Lejeune2012-11-291-32/+12
* r600g: separate resource_id and sampler_id tex info in tgsi-to-llvmVincent Lejeune2012-11-291-0/+3
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-3/+3
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-296-26/+69
* gallivm: Fix lp_build_float_to_half.José Fonseca2012-11-291-30/+75
* gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplersRoland Scheidegger2012-11-291-2/+2
* llvmpipe: support array texturesRoland Scheidegger2012-11-296-7/+32
* gallivm: support array texturesRoland Scheidegger2012-11-296-65/+103
* llvmpipe: Remove lp_build_blend_soa()José Fonseca2012-11-295-538/+37
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-2917-1334/+30
* llvmpipe: Only advertise unswizzled formats.José Fonseca2012-11-293-25/+17
* util/u_format: Kill util_format_is_array().José Fonseca2012-11-294-53/+4
* util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...José Fonseca2012-11-292-2/+11
* util/u_format: Fix format manipulation for big-endianAdhemerval Zanella2012-11-291-5/+5
* gallivm: Fix format manipulation for big-endianAdhemerval Zanella2012-11-295-12/+145
* gallivm: Add byte-swap construct callsAdhemerval Zanella2012-11-292-0/+89
* gallivm: Fix vector constant for shuffleAdhemerval Zanella2012-11-291-1/+6
* gallivm: clear Altivec NJ bitAdhemerval Zanella2012-11-291-0/+19
* gallivm: Altivec floating-point roundingAdhemerval Zanella2012-11-291-23/+70
* gallivm: Altivec vector add/sub intrisicsAdhemerval Zanella2012-11-292-15/+27
* gallivm: Altivec vector max/min intrisicsAdhemerval Zanella2012-11-291-2/+54
* gallivm: Altivec pack/unpack intrisicsAdhemerval Zanella2012-11-291-14/+30
* radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.Michel Dänzer2012-11-291-1/+5
* st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák2012-11-291-2/+1
* st/mesa: add support for GL core profilesMarek Olšák2012-11-291-1/+3