summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-07-18llvmpipe: clamp inputs for srgb render buffersRoland Scheidegger1-0/+35
2013-07-18llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alphaRoland Scheidegger2-8/+26
2013-07-18r600g: use WAIT_3D_IDLE before using CP DMAMarek Olšák2-0/+2
2013-07-18r300g: make use of gallium's os_get_process_name()Jonathan Gray1-1/+6
2013-07-18nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0Ilia Mirkin11-3/+1815
2013-07-17gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bitRoland Scheidegger1-7/+6
2013-07-17util/u_format_s3tc: handle srgb formats correctly.Roland Scheidegger2-185/+254
2013-07-17r600g/sb: improve alu packing on caymanVadim Girlin2-15/+89
2013-07-17r600g/sb: fix handling of new multislot instructions on caymanVadim Girlin3-5/+6
2013-07-17r600g/sb: fix debug dump code in schedulerVadim Girlin1-4/+5
2013-07-17r600g/sb: fix initial register allocationVadim Girlin1-0/+1
2013-07-17r600g/sb: move chip & class name functions to sb_contextVadim Girlin4-53/+55
2013-07-17r600g/sb: fix handling of PS in source bytecode on caymanVadim Girlin1-0/+5
2013-07-17r600g/sb: Initialize ra_checker member variables.Vinson Lee1-1/+1
2013-07-17gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}intEmil Velikov2-8/+8
2013-07-17llvmpipe: use MCJIT on ARM and AArch64Kyle McMartin2-2/+9
2013-07-16llvmpipe: support sRGB framebuffersRoland Scheidegger4-18/+111
2013-07-15Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák1-0/+1
2013-07-15r300g/swtcl: fix a lockup in MSAA resolveMarek Olšák1-0/+7
2013-07-15r300g/swtcl: fix geometry corruption by uploading indices to a bufferMarek Olšák3-45/+31
2013-07-14gallivm: (trivial) use constant instead of exp2f() functionRoland Scheidegger1-2/+3
2013-07-14ilo: skip 3DSTATE_INDEX_BUFFER when possibleChia-I Wu4-59/+77
2013-07-13gallivm: handle srgb-to-linear and linear-to-srgb conversionsRoland Scheidegger6-7/+332
2013-07-13gallivm: better support for fast rsqrtRoland Scheidegger2-16/+63
2013-07-13r600g/sb: Initialize ra_constraint::cost.Vinson Lee1-1/+1
2013-07-13winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfaultMarek Olšák1-9/+11
2013-07-13ilo: move a santiy check into its assert()Chia-I Wu1-5/+2
2013-07-13ilo: mark some states dirty when they are really changedChia-I Wu1-0/+16
2013-07-13ilo: clean up ilo_blitter_pipe_begin()Chia-I Wu3-27/+39
2013-07-12r600g: don't use the CB/DB CP COHER logic on r6xxAlex Deucher1-2/+10
2013-07-12nv30: fix KILL_IF breakageBrian Paul1-1/+1
2013-07-11gallium: fixup definitions of the rsq and sqrtZack Rusin3-16/+11
2013-07-12util/u_format: Comment out half float denormal test case.José Fonseca1-0/+5
2013-07-12gallivm: Eliminate redundant lp_build_select calls.José Fonseca1-12/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul30-105/+103
2013-07-12tgsi: fix-up KILP commentsBrian Paul3-10/+8
2013-07-12tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vectorBrian Paul1-1/+1
2013-07-12tgsi: use X component of the second operand in exec_scalar_binary()Brian Paul1-1/+1
2013-07-12os: add os_get_process_name() functionBrian Paul3-0/+133
2013-07-12softpipe: silence some MSVC warningsBrian Paul2-14/+14
2013-07-12hud: silence some MSVC warningsBrian Paul1-8/+8
2013-07-12util: add casts to silence MSVC warnings in u_blit.cBrian Paul1-14/+14
2013-07-12tgsi: s/unsigned/int/ to silence MSVC warningBrian Paul1-1/+1
2013-07-12radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2Christian König2-5/+19
2013-07-11r600g: x/y coordinates must be divided by block dim in dma blitChristoph Bumiller2-4/+16
2013-07-12r600g/sb: Fix Android build v2Chih-Wei Huang4-7/+8
2013-07-11r600g/sb: improve math optimizations v2Vadim Girlin11-47/+435
2013-07-11st/xvmc/tests: avoid non portable error.h functionsJonathan Gray1-5/+8
2013-07-11winsys/intel: build with VISIBILITY_CFLAGSChia-I Wu1-1/+2
2013-07-11ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12Chia-I Wu1-2/+3