aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-0411-1/+31
|\
| * tgsi: add support for TGSI_OPCODE_MOD in tgsi_execBryan Cain2011-08-011-1/+12
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-0110-0/+19
* | nv50: implement resource_resolve with custom blitChristoph Bumiller2011-08-048-11/+559
* | gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller2011-08-044-6/+43
* | egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke2011-08-042-5/+22
* | gbm: link gbm_gallium_drm.so against math libraryBenjamin Franzke2011-08-041-1/+1
* | r600g: remove more of unused codeMarek Olšák2011-08-041-13/+0
* | r600g: take into account force_add_cf in popsVadim Girlin2011-08-031-15/+24
* | r600g: use backend mask for occlusion queriesVadim Girlin2011-08-035-4/+160
* | winsys/radeon: remove dummy function pb_bufferMarek Olšák2011-08-032-16/+7
* | util: fix a typo in util_format_swizzle_4fMarek Olšák2011-08-031-1/+1
* | r600g: remove dummy function r600_bo_offsetMarek Olšák2011-08-026-33/+29
* | r600g: remove unused codeMarek Olšák2011-08-027-654/+0
* | gallium/util: add functions for manipulating swizzlesMarek Olšák2011-08-027-41/+75
* | darwin: Use machine/endian.h to determine endiannessJeremy Huddleston2011-07-311-0/+9
* | Fix PPC detection on darwinJeremy Huddleston2011-07-311-2/+2
* | r600g: fix up vs export handlingAlex Deucher2011-07-294-4/+27
* | st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu2011-07-291-3/+4
* | targets/{egl,gbm}: omit unneeded libdrm_radeonChia-I Wu2011-07-292-4/+0
* | softpipe: When doing write_all_cbufs, don't stomp over the color.Eric Anholt2011-07-281-4/+12
* | r600g: fix vs export countVadim Girlin2011-07-282-2/+2
* | egl/gallium: fix build without softpipe and llvmpipeTobias Droste2011-07-271-3/+9
* | r300g: copy the compiler from r300cMarek Olšák2011-07-2669-25/+17038
* | util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain2011-07-261-2/+9
* | winsys/radeon: fix typos in the driver interfaceMarek Olšák2011-07-251-2/+3
* | winsys/radeon: manage constant buffers by the cache bufmgr tooMarek Olšák2011-07-251-1/+2
* | winsys/radeon: remove usage parameter from buffer_createMarek Olšák2011-07-256-12/+5
* | winsys/radeon: fix int->boolean conversion in radeon_bo_is_referenced_by_any_csMarek Olšák2011-07-251-1/+1
* | winsys/radeon: little change in radeon_bo_is_referenced_by_csMarek Olšák2011-07-251-2/+3
* | winsys/radeon: add R300 infix to winsys feature namesMarek Olšák2011-07-256-8/+7
* | winsys/radeon: simplify how value queries workMarek Olšák2011-07-2512-171/+133
* | vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric2011-07-251-12/+13
* | gallium: change formats merged with pipe-video to type "other"Christian König2011-07-251-7/+7
* | g3dvl: remove unused vs output from create_ref_vert_shaderChristian König2011-07-251-4/+1
* | r600g: use file_max instead of file_count to determine reg offsetChristian König2011-07-241-3/+3
* | gallium/softpipe: Don't clobber dest color/alpha before masking.Younes Manton2011-07-231-89/+96
* | gallivm: Add a note about log2 computation and denormalized numbers.José Fonseca2011-07-221-0/+6
* | gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.José Fonseca2011-07-221-12/+12
* | gallivm: Increase lp_build_rsqrt() precision.José Fonseca2011-07-221-1/+1
* | gallivm: Update minimax comments.José Fonseca2011-07-221-6/+17
* | gallivm: Fix lp_build_exp/lp_build_log.José Fonseca2011-07-221-2/+2
* | llvmpipe: Unit tests for arithmetic functions.José Fonseca2011-07-223-2/+298
* | util: Store alpha value too.José Fonseca2011-07-221-1/+1
* | Revert "g3dvl: Preserve previously rendered components for MC output."Younes Manton2011-07-211-4/+4
* | Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-2119-168/+447
|\ \
| * | softpipe: use the polygon stipple utility moduleBrian Paul2011-07-219-14/+131
| * | softpipe: implement fragment shader variantsBrian Paul2011-07-2113-117/+251
| * | util: assorted updates to polygon stipple helperBrian Paul2011-07-211-10/+33
| * | softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul2011-07-214-17/+5