summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965/msaa: Add sample-alpha-to-coverage support for multiple render targetsAnuj Phogat2012-08-234-2/+43
* glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_fieldStéphane Marchesin2012-08-231-1/+1
* mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather ...Ian Romanick2012-08-232-5/+10
* mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather tha...Ian Romanick2012-08-232-26/+16
* mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ...Ian Romanick2012-08-232-8/+18
* mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ...Ian Romanick2012-08-232-133/+17
* mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...Ian Romanick2012-08-233-203/+98
* mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapperIan Romanick2012-08-232-10/+4
* mesa: Generate an error when glCopyTexImage border is invalidIan Romanick2012-08-231-0/+2
* mesa/es: Add support for GL_APPLE_texture_max_levelIan Romanick2012-08-231-0/+1
* mesa/es: Validate glGetTexParameter pnames in Mesa code rather than the ES wr...Ian Romanick2012-08-232-29/+84
* mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapperIan Romanick2012-08-233-75/+54
* mesa/es: Remove redundant glBindTexture target validationIan Romanick2012-08-231-8/+0
* mesa: Filter glBindTexture targets based on supported features.Ian Romanick2012-08-231-9/+21
* mesa/es: Validate tex image targets in Mesa code rather than the ES wrapperIan Romanick2012-08-232-130/+29
* mesa/es: Validate EGLImageTargetTexture2DOES target in Mesa code rather than ...Ian Romanick2012-08-232-10/+15
* mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapperIan Romanick2012-08-233-34/+15
* mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapperIan Romanick2012-08-233-26/+12
* mesa: Refactor validate_texture_wrap_mode to use a switch-statementIan Romanick2012-08-231-35/+42
* meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't existIan Romanick2012-08-231-2/+6
* build/glsl: fix android build v2Tapani Pälli2012-08-231-1/+1
* automake: convert es1apiMatt Turner2012-08-235-143/+69
* automake: convert es2apiMatt Turner2012-08-236-16/+69
* st/dri: pass config options to the state trackerVadim Girlin2012-08-231-0/+8
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-235-5/+28
* st/dri: add force_glsl_extensions_warn option to dri optionsVadim Girlin2012-08-231-1/+10
* st/dri: use driver name for driconf section lookupVadim Girlin2012-08-231-1/+2
* swrast: add DRM_DRIVER_DESCRIPTOR to store driver nameVadim Girlin2012-08-231-0/+3
* egl_dri2: Fix segmentation faultPaulo Alcantara2012-08-231-1/+1
* radeon/llvm: Use the MCCodeEmitter for R600Tom Stellard2012-08-2316-738/+779
* radeon/llvm: Use the MCCodeEmitter for SITom Stellard2012-08-2315-431/+591
* radeon/llvm: Set 64BitPtr feature bit for SITom Stellard2012-08-231-1/+1
* radeon/llvm: Lower RETFLAG DAG Node to S_ENDPGM on SITom Stellard2012-08-233-8/+12
* radeon/llvm: Add AsmPrinterTom Stellard2012-08-238-0/+193
* radeon/llvm: Mark JUMP as a pseudo instructionTom Stellard2012-08-231-1/+1
* radeon/llvm: Remove the last uses of MachineOperand flagsTom Stellard2012-08-232-8/+27
* radeon/llvm: Add flag operand to some instructionsTom Stellard2012-08-237-33/+97
* radeon/llvm: Encapsulate setting of MachineOperand flagsTom Stellard2012-08-234-50/+71
* build: Link DRI drivers with dricore in case of no direct renderingMatt Turner2012-08-221-10/+3
* build: Only build libmesagallium.la if building GalliumMatt Turner2012-08-222-2/+8
* build: Clean glx Makefile.amMatt Turner2012-08-221-4/+1
* build: Put mapi/shared-glapi in CORE_DIRSMatt Turner2012-08-221-12/+1
* build: Only allow shared-glapi with DRIMatt Turner2012-08-221-18/+25
* build: Set sensible DRI/X11/OSMesa defaultsMatt Turner2012-08-221-53/+19
* build: Print whether shared-glapi is enabledMatt Turner2012-08-221-0/+1
* build/x11: Force usage of C++ linkerMatt Turner2012-08-221-0/+3
* build/x11: Don't link against shared-glapiMatt Turner2012-08-221-4/+0
* build: Remove deprecated --with-driver= flagMatt Turner2012-08-221-31/+6
* radeonsi: rework vertex format handlingChristian König2012-08-221-10/+58
* radeonsi: fix SPI_PS_INPUT_ENA handlingChristian König2012-08-221-3/+14