summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-2214-1/+38
* build: Remove unused EGL_PLATFORMS.Matt Turner2013-07-221-1/+0
* llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.Zack Rusin2013-07-221-0/+8
* llvmpipe: Remove lp_rast_get_num_threads().José Fonseca2013-07-222-11/+0
* scons: Don't use -z defs ld option on Mac.José Fonseca2013-07-211-1/+2
* util/u_math: Define NAN/INFINITY macros for MSVC.José Fonseca2013-07-201-0/+4
* llvmpipe/tests: update arith test to check for edge casesZack Rusin2013-07-191-9/+19
* gallivm: add a log function that handles edge casesZack Rusin2013-07-192-0/+21
* gallivm: export unordered/ordered cmp to a common functionZack Rusin2013-07-191-283/+158
* gallivm: handle -inf, inf and nan's in sin/cos instructionsZack Rusin2013-07-192-0/+49
* gallivm: add a version of log2 which handles edge casesZack Rusin2013-07-193-6/+65
* gallivm: fix edge cases in exp2Zack Rusin2013-07-191-3/+7
* gallivm: handle nan's in min/maxZack Rusin2013-07-196-52/+482
* scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca2013-07-191-0/+3
* 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