summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-22XXX: R600MCCodeEmitterMCCodeEmitterTom Stellard1-3/+7
2012-08-22XXX: R600MCTom Stellard1-3/+5
2012-08-22XXX R600MCTom Stellard2-6/+24
2012-08-22XXX: R600MCCodeEmitterTom Stellard10-115/+95
2012-08-22XXX: R600MC WIPTom Stellard7-57/+689
2012-08-22XXX: Convert SI to the MC Code EmitterTom Stellard14-77/+591
2012-08-22radeon/llvm: Set 64BitPtr feature bit for SITom Stellard1-1/+1
2012-08-22radeon/llvm: Lower RETFLAG DAG Node to S_ENDPGM on SITom Stellard3-8/+12
2012-08-22radeon/llvm: Add AsmPrinterTom Stellard8-0/+193
2012-08-22radeon/llvm: Mark JUMP as a pseudo instructionTom Stellard1-1/+1
2012-08-22radeon/llvm: Add flag operand to some instructionsTom Stellard7-33/+97
2012-08-22radeon/llvm: Encapsulate setting of MachineOperand flagsTom Stellard4-50/+71
2012-08-21radeon/llvm: ExpandSpecialInstrs - Add support for cube instructionsTom Stellard4-63/+100
2012-08-21radeon/llvm: ExpandSpecialInstrs - Add support for vector instructionsTom Stellard2-15/+30
2012-08-21radeon/llvm: Add R600ExpandSpecialInstrs passTom Stellard6-14/+112
2012-08-21radeon/llvm: Add helper function for getting sub reg indicesTom Stellard3-6/+19
2012-08-21radeonsi: Handle NULL sampler views getting passed in by the state tracker.Michel Dänzer2-5/+14
2012-08-20APIspec: Remove cruft about AMD_compressed_???_textureIan Romanick1-15/+0
2012-08-20mesa/es: Remove redundant glFramebufferTexture3D textarget validationIan Romanick1-4/+0
2012-08-20mesa/es: Remove redundant glGetShaderiv pname validationIan Romanick1-8/+0
2012-08-20mesa/es: Remove redundant glCompressedTexImage border validationIan Romanick1-4/+0
2012-08-20mesa/es: Remove redundant glPointSizePointer type validationIan Romanick1-5/+0
2012-08-20mesa/es: Remove redundant glGetBufferPointer pname validationIan Romanick1-4/+0
2012-08-20mesa/es: Remove redundant glGetVertexAttribPointer pname validationIan Romanick1-4/+0
2012-08-20mesa/es: Remove redundant element type validationIan Romanick1-12/+0
2012-08-20mesa/es: Remove redundant glGetShaderPrecisionFormat shader type validationIan Romanick1-14/+0
2012-08-20mesa/es: Remove redundant depth func validationIan Romanick1-11/+0
2012-08-20mesa/es: Remove redundant stencil op fail/zfail/zpass validationIan Romanick1-72/+0
2012-08-20mesa/es: Remove redundant shade model mode validationIan Romanick1-5/+0
2012-08-20mesa/es: Remove redundant light pname and light validationIan Romanick2-108/+2
2012-08-20mesa/es: Remove redundant hint mode validationIan Romanick1-6/+0
2012-08-20mesa/es: Remove redundant separate stencil face validationIan Romanick1-12/+0
2012-08-20mesa/es: Remove redundant stencil function validationIan Romanick1-22/+0
2012-08-20mesa/es: Remove redundant logic op operand validationIan Romanick1-19/+0
2012-08-20mesa/es: Remove redundant alpha function validationIan Romanick2-26/+0
2012-08-20mesa/es: Remove redundant separate stencil mask face validationIan Romanick1-6/+0
2012-08-20mesa/es: Remove redundant front-face mode validationIan Romanick1-5/+0
2012-08-20mesa/es: Remove redundant face culling mode validationIan Romanick1-6/+0
2012-08-20mesa/es: Remove redundant blend equation mode validationIan Romanick1-36/+0
2012-08-20mesa/es: Remove redundant texture target validationIan Romanick2-63/+0
2012-08-20mesa/es: Rearrange placement of GL_TEXTURE_MAX_ANISOTROPY_EXT in APIspecIan Romanick1-5/+1
2012-08-20mesa/es: Remove redundant min/mag filter validationIan Romanick2-46/+4
2012-08-20radeon-llvm: Start multithreaded before using llvm.Mathias Fröhlich1-0/+15
2012-08-20r600g: Move common compute/3D register init to its own functionarchibald3-170/+219
2012-08-18nv50/ir/tgsi: handle DP2 in tgsi Instruction srcMaskChristoph Bumiller1-0/+2
2012-08-18nv50/ir/emit: don't forget saturation bit on f32 add immediateChristoph Bumiller1-0/+2
2012-08-18mesa: use #if over #ifdef in the FEATURE_ES1 check to fix a build failure.Tilman Sauerbeck1-1/+1
2012-08-18st/mesa: fix sampler view countingBrian Paul1-2/+9
2012-08-18util: update and fix u_upload_mgr.h commentsBrian Paul1-4/+3
2012-08-18st/mesa: use Elements() instead of hard-coded numberBrian Paul1-1/+4