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