summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-0531-192/+191
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-0514-20/+20
* mesa: remove #undef CONST in get.cBrian Paul2012-09-051-2/+0
* mesa: remove now unused CONST macroBrian Paul2012-09-051-11/+0
* mesa: s/CONST/const/ in a commentBrian Paul2012-09-051-3/+3
* mesa: s/CONST/const/ in math/ filesBrian Paul2012-09-054-42/+42
* radeon/llvm: Fix operand ordering for V_CNDMASK_B32Tom Stellard2012-09-051-3/+3
* radeon/llvm: Use correct float->int conversion opcode on SI.Tom Stellard2012-09-051-2/+4
* i965/blorp: Fix incorrect indentation.Paul Berry2012-09-051-2/+2
* mapi: Add shared-glapi-test to .gitignorePaul Berry2012-09-051-0/+1
* mesa: fix per-level max texture size error checkingBrian Paul2012-09-051-15/+21
* i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.Kenneth Graunke2012-09-051-1/+1
* radeon/llvm: Fix lowering of SI_V_CNDLTTom Stellard2012-09-041-3/+3
* radeon/llvm: Fix encoding of V_CNDMASK_B32Tom Stellard2012-09-042-4/+4
* mesa: fix DIFFERENT_SIGNS() functionBrian Paul2012-09-041-1/+1
* radeon/llvm: do not convert f32 operand of select_cc nodeVincent Lejeune2012-09-041-20/+20
* radeon/llvm: custom lowering for FP_TO_UINT when dst is i1 (bool)Vincent Lejeune2012-09-042-2/+26
* radeon/llvm: support setcc on f32Vincent Lejeune2012-09-041-9/+27
* radon/llvm: br_cc f32 now lowered without castVincent Lejeune2012-09-041-9/+24
* radeon/llvm: swap wrong OPCODE_IS_*_ZERO_* opcode and useVincent Lejeune2012-09-042-4/+4
* winsys/radeon: create only one winsys for each fdChristian König2012-09-042-2/+41
* radeonsi: stop big offsets from hanging the GPU v2Christian König2012-09-041-2/+9
* radeonsi: adjust PIPE_SHADER_CAP_MAX_CONSTSChristian König2012-09-042-5/+2
* radeon/llvm: fix SelectADDR8BitOffsetChristian König2012-09-041-1/+1
* gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.José Fonseca2012-09-043-1/+15
* mesa: add missing return statements after recording errorsBrian Paul2012-09-031-0/+2
* mesa: remove more null pointer checks before free() callsBrian Paul2012-09-033-20/+14
* mesa: remove null pointer checks before free() callsBrian Paul2012-09-031-44/+24
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-038-22/+20
* r600g: adjust QUANT_MODE for higher precisionVadim Girlin2012-09-044-2/+24
* util: Add cpuid for Solaris Studio.Vinson Lee2012-09-032-2/+6
* meta: Don't save and restore fog state when there is no fog stateIan Romanick2012-09-031-2/+6
* mesa: remove accidentally committed __SUNPRO_C sqrtf() codeBrian Paul2012-09-031-4/+0
* radeonsi: disable array-textures for nowChristian König2012-09-031-1/+1
* radeonsi: disable Z16 for nowChristian König2012-09-031-2/+2
* radeonsi: disable NPOT textures for nowChristian König2012-09-031-1/+1
* radeonsi: handle indirect constants gracefullyChristian König2012-09-031-0/+7
* radeon: fix free/FREE mistakeBrian Paul2012-09-011-1/+1
* vega: include u_debug.h for assert()Brian Paul2012-09-011-0/+1
* mesa: s/FREE/free/Brian Paul2012-09-0149-143/+143
* mesa: s/CALLOC/calloc/Brian Paul2012-09-0119-29/+31
* mesa: s/MALLOC/malloc/Brian Paul2012-09-0119-35/+35
* util: remove u_debug.h from u_math.hBrian Paul2012-09-011-1/+0
* util: include u_debug.hBrian Paul2012-09-011-0/+1
* tgsi: include u_debug.hBrian Paul2012-09-011-0/+1
* mesa: clean-up LOG2() functionBrian Paul2012-09-011-18/+16
* mesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.hBrian Paul2012-09-012-29/+32
* mesa: clean up F_TO_I, IFLOOR, ICEIL functionsBrian Paul2012-09-011-60/+30
* i965/fs: Don't use brw->fragment_program in calculate_urb_setup().Kenneth Graunke2012-08-311-1/+1
* mesa: don't wait in _mesa_ClientWaitSync if timeout is 0Vadim Girlin2012-09-011-2/+6