summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glx: move 'prime' var into #ifdef'd code blockBrian Paul2012-09-061-8/+10
* i965: Fix primitive restart on Haswell.Kenneth Graunke2012-09-065-1/+43
* intel: avoid undefined variable warnings in intel_screen.cPaul Berry2012-09-061-2/+3
* r600g: order atom emission v3Jerome Glisse2012-09-067-82/+116
* r600g: fix num of dwords needed for alphatest_state atomJerome Glisse2012-09-061-1/+1
* mesa: Don't advertise GLES extensions in GL contextsChad Versace2012-09-061-5/+6
* llvmpipe: Make driver name more informative.José Fonseca2012-09-061-1/+4
* radeonsi: Handle more L/I/A format cases.Michel Dänzer2012-09-061-0/+14
* radeonsi: Enable whole quad mode for pixel shaders.Michel Dänzer2012-09-061-2/+10
* radeon/llvm: Add intrinsic for enabling whole quad mode in SI pixel shaders.Michel Dänzer2012-09-064-0/+23
* radeon/llvm: SI shader vector instructions implicitly use the EXEC register.Michel Dänzer2012-09-061-0/+4
* radeon/llvm: Extend SI EXEC register support.Michel Dänzer2012-09-062-2/+7
* radeon/llvm: Remove R600InstrInfo.td from TD_FILESTom Stellard2012-09-061-1/+0
* radeonsi: Enable NPOT textures again.Michel Dänzer2012-09-061-1/+1
* radeonsi: Mipmaps require memory footprint to be padded to powers of two.Michel Dänzer2012-09-061-0/+1
* radeonsi: Sampler view state simplification.Michel Dänzer2012-09-061-11/+9
* radeonsi: Untiled textures are linear aligned, not linear general.Michel Dänzer2012-09-061-3/+3
* radeon/llvm: Cleanup makefileTom Stellard2012-09-062-13/+37
* Remove useless checks for NULL before freeingMatt Turner2012-09-0528-115/+55
* Replace another malloc/memset-0 combination with callocMatt Turner2012-09-051-2/+1
* Remove useless memset after callocMatt Turner2012-09-052-2/+0
* Use calloc instead of malloc/memset-0Matt Turner2012-09-059-41/+18
* Remove useless checks for NULL before freeingMatt Turner2012-09-0546-184/+88
* glX_proto_send.py: Don't cast the return value of mallocMatt Turner2012-09-051-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-0593-221/+217
* glX_proto_send.py: Remove deprecated Xmalloc/Xfree callsMatt Turner2012-09-051-3/+3
* 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